From 12314e3715d377b1ad9b1c6e4c19915b35963ebe Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 14 Sep 2001 22:57:22 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 7 +++++++ TODO | 3 +++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8a1c8ddb..0237798d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,6 +43,13 @@ code somewhat). Haven't tried to compile the zipfile support, and I still can't link the library. Dunno what the hell I'm supposed to do there. Isn't Unix supposed to be hard compared to this? +09142001 - David Hedbor submitted a patch to handle a case where the + current working directory has been deleted out from under the + process (both in platform/unix.c and physfs.c itself). Thanks, + David! Added a CREDITS file. Changed the format of the author field + in PHYSFS_ArchiveInfo to put the email address between "<>" instead + of "()" chars. Updated TODO. make install now deletes previous + revisions of the library. Changed version to 0.1.4. --ryan. (icculus@clutteredmind.org) diff --git a/TODO b/TODO index 11280b3f..85fca6ed 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +Stuff that needs to be done and wishlist: - update the Makefile so that Cygwin can generate a DLL. The entire codebase compiles under Cygwin otherwise. @@ -5,6 +6,8 @@ decide that there's no disc in the drive? - MacOS support. - Move the integer types to something abstract. uint32, etc. +- Platform-specific functions/macros to handle byte ordering. +- A PHYSFS_readUint32(), _readSint32(), etc API. - Ditch the "standard" i/o routines (fopen() and friends) and move this into the platform drivers.