equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * CHANGELOG. |
2 * CHANGELOG. |
3 */ |
3 */ |
4 |
4 |
|
5 07242002 - Rewrote ZIP_enumerate(). Hopefully it sucks less this time. |
5 07232002 - Cleaned up the cut-and-pastes in the various file enumeration |
6 07232002 - Cleaned up the cut-and-pastes in the various file enumeration |
6 routines and moved it into __PHYSFS_addToLinkedStringList(). |
7 routines and moved it into __PHYSFS_addToLinkedStringList(). |
7 Tons more ZIP file enhancing. I'm fairly certain it's robust and |
8 Tons more ZIP file enhancing. I'm fairly certain it's robust and |
8 fast in every reasonable respect, now. GRP archiver now caches |
9 fast in every reasonable respect, now. GRP archiver now caches |
9 the file table...it was generally overhauled like the ZIP driver. |
10 the file table...it was generally overhauled like the ZIP driver. |