From b0d5683f325cef5b90d5ddac483801ad71730528 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 2 Jun 2002 03:50:51 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1b204a71..e2e096bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * CHANGELOG. */ +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...) 05272002 - Added some explicit casts when calling malloc() in platform/posix.c 05252002 - Added John Hall's file modification time patch, and added a getlastmodtime command to test_physfs. Corrected error reporting diff --git a/TODO b/TODO index 5fb39ad8..fc23a6d8 100644 --- a/TODO +++ b/TODO @@ -25,7 +25,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of it. - Look for FIXMEs (many marked with "!!!" in comments). - Port to MacOS X (specifically, make Project Builder files; unix.c should - work with it as-is. Might compile as-is with the current Makefile.) + 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.