2 fseek() has a bug -- check in future
3 As long as this isn't fixed everything has to be separated by whitespaces!
6 Strings are limited to MAXARGSIZE which is 1024 ATM or if concatenated
7 (with <MAXARGSIZE sub-strings) up to 256k.
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)
15 Get rid of malloc/realloc/free and use AllocMem/FreeMem instead.
16 SOLUTION: Use AllocVec()/FreeVec()
17 realloc is fixed by a new function in alib: ReAllocVec()
18 -> missing on original AmigaOS
21 FileRequester crashes AROS when in expert mode. Does not happen if any
22 program has successfully opened a FileRequester before.
25 GUI of askchoice crashes.