Ryan C. Gordon il y a 21 ans
Parent
commit
4787894ffa
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 0
      CHANGELOG
  2. 0 2
      TODO

+ 3 - 0
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

+ 0 - 2
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