Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 28, 2002
1 parent f5e2795 commit 1c87411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion TODO
Expand Up @@ -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?
Expand Down

0 comments on commit 1c87411

Please sign in to comment.