This commit is contained in:
Ryan C. Gordon 2002-08-28 23:32:48 +00:00
parent f5e279536c
commit 1c87411112
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,9 @@
*/
08282002 - Cleanups in grp.c so that Visual C++ doesn't complain anymore.
zip.c now works correctly when PhysicsFS is disallowing symlinks.
A few minor optimizations in zip.c, with a few more to come later.
Added VS.NET project files to CVS.
08222002 - Fixed ZIP_exists() to work with directories. Now breaks out of
__PHYSFS_verifySecurity() early if a path element is missing
(since all the others will be, too)...this check is only done

3
TODO
View File

@ -22,7 +22,8 @@ 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?),
Amiga (needs platform driver), DOS4GW (platform driver).
- profile string list interpolation.
- Make zip_find_entry() do _something_ with dir entries.
- We have two different ways to find dir entries in zip.c.
- Do symlinks in zip archiver work when they point to dirs?
- Is building internal zlib broken?
- Enable more warnings?
- Use __cdecl in physfs.h?