From 4787894ffad526f0e092dd5691cd42464ed59202 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 14 Mar 2005 11:48:29 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3a64ecde..7262f6f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ */ 03132005 - More mount work, added PHYSFS_getMountPoint() and more cleanups. + Replaced all the C runtime allocations with PhysFS allocation hooks. + Added pocketpc.c to EXTRA_DIST. Added allocation hooks to some + platform drivers. 03122005 - Added evil GOTO_*_MACRO_* macros. Fixed unix.c to compile again on MacOS X. Added PHYSFS_mount() (thanks, Philip!). Cleaned up the INSTALL and CREDITS files a little. Split off start of diff --git a/TODO b/TODO index 3eb1afdc..c64e9f04 100644 --- a/TODO +++ b/TODO @@ -20,9 +20,7 @@ Some might be dupes, some might be done already. - Look for FIXMEs (many marked with "!!!" in comments). - Probably other stuff. Requests and recommendations are welcome. - Cygwin should use unix/posix and not win32 platform code. -- Add "mount points" - Expose the archiver registration mechanism to the outside world. -- Allow the application to provide allocation services. - Find some way to relax or remove the security model for external tools. - Non-blocking I/O - mmap() in posix.c