Updated.
This commit is contained in:
parent
f5e279536c
commit
1c87411112
|
@ -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
3
TODO
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue