- Set up the real-mode IDT.
[AROS.git] / workbench / utilities / Installer / BUGS
blob7a1549ebb8fbcca22ea73363f10312896ba430e6
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 BUG00004 fixed
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
20 BUG00005
21 FileRequester crashes AROS when in expert mode.  Does not happen if any
22 program has successfully opened a FileRequester before.
24 BUG00006 fixed
25 GUI of askchoice crashes.