This commit is contained in:
Ryan C. Gordon 2002-08-21 04:39:08 +00:00
parent d40d951594
commit 97e923a71c
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,8 @@
08212002 - Did a couple tedious-for-small-rewards cleanups, optimizations, 08212002 - Did a couple tedious-for-small-rewards cleanups, optimizations,
corrections and streamlinings I've been meaning to do. Touched a corrections and streamlinings I've been meaning to do. Touched a
lot of code. lot of code. One of the side results is that ZIP_isDirectory()
got fixed.
08192002 - Generalized sorting routines, moved them into physfs.c and removed 08192002 - Generalized sorting routines, moved them into physfs.c and removed
the multiple copies from the various archivers. Adding profiling the multiple copies from the various archivers. Adding profiling
code (currently only for sort routines)...enable it with code (currently only for sort routines)...enable it with

3
TODO
View File

@ -22,6 +22,9 @@ These are in no particular order. A 1.0 release is reliant on doing most of
- Platforms to port to: PocketPC (Maybe can just use win32.c?), - Platforms to port to: PocketPC (Maybe can just use win32.c?),
Amiga (needs platform driver), DOS4GW (platform driver). Amiga (needs platform driver), DOS4GW (platform driver).
- profile string list interpolation. - profile string list interpolation.
- zip_get_entry() is broken for directories, which means ZIP_exists() is
broken for dirs.
- 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).
- Probably other stuff. Requests and recommendations are welcome. - Probably other stuff. Requests and recommendations are welcome.