Updated.
This commit is contained in:
parent
025aef8a15
commit
db279de4d1
2
TODO
2
TODO
|
@ -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
|
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
|
nice for an email program. That's blue sky, unless someone wants to tackle
|
||||||
it.
|
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().
|
- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc().
|
||||||
- macclassic.c :
|
- macclassic.c :
|
||||||
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
"/* (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?
|
- Enable more warnings?
|
||||||
- Use __cdecl in physfs.h?
|
- Use __cdecl in physfs.h?
|
||||||
- Look for FIXMEs (many marked with "!!!" in comments).
|
- Look for FIXMEs (many marked with "!!!" in comments).
|
||||||
- Check for tab chars in the source.
|
|
||||||
- Probably other stuff. Requests and recommendations are welcome.
|
- Probably other stuff. Requests and recommendations are welcome.
|
||||||
|
|
||||||
// end of TODO ...
|
// end of TODO ...
|
||||||
|
|
Loading…
Reference in New Issue