From 6f870840d6f0ebe9dc9755cfc92a473eacb1d935 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 6 Jun 2002 06:09:26 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 14563695..b6f44d6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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...)