--- a/CHANGELOG Thu Jun 06 06:09:19 2002 +0000
+++ b/CHANGELOG Thu Jun 06 06:09:26 2002 +0000
@@ -5,7 +5,9 @@
06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
getLastModTime method in archivers/zip.c (returns legitimate info)
and archivers/grp.c (returns lastmodtime of GRPfile itself in the
- physical filesystem).
+ physical filesystem). Put a 64-bit _llseek() version of the seek()
+ and tell() methods in platform/posix.c, but you need to hack (or
+ rather, fix) configure.in to enable it.
06012002 - Added -Wall to debug builds. Removed ANSI stdio calls from
platform/posix.c, and replaced them with actual POSIX calls (that
is, fopen() became open(), fseek() became lseek(), etc...)