equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * CHANGELOG. |
2 * CHANGELOG. |
3 */ |
3 */ |
4 |
4 |
5 08222002 - Fixed ZIP_exists() to work with directories. |
5 08222002 - Fixed ZIP_exists() to work with directories. Now breaks out of |
|
6 __PHYSFS_verifySecurity() early if a path element is missing |
|
7 (since all the others will be, too)...this check is only done |
|
8 if symlinks are disabled, but we might as well save easy cycles |
|
9 where we can. |
6 08212002 - Did a couple tedious-for-small-rewards cleanups, optimizations, |
10 08212002 - Did a couple tedious-for-small-rewards cleanups, optimizations, |
7 corrections and streamlinings I've been meaning to do. Touched a |
11 corrections and streamlinings I've been meaning to do. Touched a |
8 lot of code. One of the side results is that ZIP_isDirectory() |
12 lot of code. One of the side results is that ZIP_isDirectory() |
9 got fixed. |
13 got fixed. |
10 08192002 - Generalized sorting routines, moved them into physfs.c and removed |
14 08192002 - Generalized sorting routines, moved them into physfs.c and removed |