This commit is contained in:
Ryan C. Gordon 2003-07-20 21:07:53 +00:00
parent 025aef8a15
commit db279de4d1
1 changed files with 0 additions and 2 deletions

2
TODO
View File

@ -10,7 +10,6 @@ These are in no particular order. A 1.0 release is reliant on doing some of
support so that both "archives" look identical to an application; might be
nice for an email program. That's blue sky, unless someone wants to tackle
it.
- I'm a little nervous about the use of linked lists in qpak.c.
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
- macclassic.c :
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
@ -21,7 +20,6 @@ These are in no particular order. A 1.0 release is reliant on doing some of
- Enable more warnings?
- Use __cdecl in physfs.h?
- Look for FIXMEs (many marked with "!!!" in comments).
- Check for tab chars in the source.
- Probably other stuff. Requests and recommendations are welcome.
// end of TODO ...