equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * CHANGELOG. |
2 * CHANGELOG. |
3 */ |
3 */ |
4 |
4 |
5 03132005 - More mount work, added PHYSFS_getMountPoint() and more cleanups. |
5 03132005 - More mount work, added PHYSFS_getMountPoint() and more cleanups. |
|
6 Replaced all the C runtime allocations with PhysFS allocation hooks. |
|
7 Added pocketpc.c to EXTRA_DIST. Added allocation hooks to some |
|
8 platform drivers. |
6 03122005 - Added evil GOTO_*_MACRO_* macros. Fixed unix.c to compile again on |
9 03122005 - Added evil GOTO_*_MACRO_* macros. Fixed unix.c to compile again on |
7 MacOS X. Added PHYSFS_mount() (thanks, Philip!). Cleaned up the |
10 MacOS X. Added PHYSFS_mount() (thanks, Philip!). Cleaned up the |
8 INSTALL and CREDITS files a little. Split off start of |
11 INSTALL and CREDITS files a little. Split off start of |
9 verifySecurity() into a path sanitizer and changed entry points to |
12 verifySecurity() into a path sanitizer and changed entry points to |
10 sanitize input paths into a stack-allocated buffer before further |
13 sanitize input paths into a stack-allocated buffer before further |