Updated.
This commit is contained in:
parent
c5dfea18cf
commit
d1fb49b0b6
|
@ -2,6 +2,7 @@
|
||||||
* CHANGELOG.
|
* CHANGELOG.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
08222002 - Fixed ZIP_exists() to work with directories.
|
||||||
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. One of the side results is that ZIP_isDirectory()
|
lot of code. One of the side results is that ZIP_isDirectory()
|
||||||
|
|
2
TODO
2
TODO
|
@ -22,8 +22,6 @@ 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?
|
- 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).
|
||||||
|
|
Loading…
Reference in New Issue