From f2ddb5383ad7243139152ac86ec44af25dceff32 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 6 Jun 2002 05:47:27 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 4 +++- TODO | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aed56132..14563695 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,9 @@ */ 06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the - getLastModTime method in archivers/zip.c. + getLastModTime method in archivers/zip.c (returns legitimate info) + and archivers/grp.c (returns lastmodtime of GRPfile itself in the + physical filesystem). 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...) diff --git a/TODO b/TODO index 033db13e..bc5be48e 100644 --- a/TODO +++ b/TODO @@ -23,9 +23,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of - Port to MacOS X (specifically, make Project Builder files; unix.c should work with it as-is. Might compile as-is with autoconf.) - Probably other stuff. Requests and recommendations are welcome. -- Fill in __PHYSFS_platformGetLastModTime() in all the platform drivers. -- Implement getlastmodtime for zip.c ... zipfiles contain file modtimes. -- Implement getlastmodtime for grp.c ... all files report modtime of archive? // end of TODO ...