missed commit
[AROS.git] / workbench / utilities / Installer / BUGS
blobe0bf13657cb73077e7d2e0b32cd0766051976f4b
1 BUG00001 fixed
2 fseek() has a bug -- check in future
3 As long as this isn't fixed everything has to be separated by whitespaces!
5 BUG00002
6 Strings are limited to MAXARGSIZE which is 1024 ATM or if concatenated
7 (with <MAXARGSIZE sub-strings) up to 256k.
9 BUG00003
10 abort in abort causes some problems. Is this allowed, btw?
11 Anyway: an aborted askbool with trap->askbool hangs the system
12 (circular dependancy in gadgets)
14 BUG00005
15 FileRequester crashes AROS when in expert mode.  Does not happen if any
16 program has successfully opened a FileRequester before.
18 BUG00006 fixed
19 GUI of askchoice crashes.