Ryan C. Gordon преди 24 години
родител
ревизия
b0d5683f32
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 3 0
      CHANGELOG
  2. 1 1
      TODO

+ 3 - 0
CHANGELOG

@@ -2,6 +2,9 @@
  * CHANGELOG.
  * 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
 05272002 - Added some explicit casts when calling malloc() in platform/posix.c
 05252002 - Added John Hall's file modification time patch, and added a
 05252002 - Added John Hall's file modification time patch, and added a
            getlastmodtime command to test_physfs. Corrected error reporting
            getlastmodtime command to test_physfs. Corrected error reporting

+ 1 - 1
TODO

@@ -25,7 +25,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
   it.
   it.
 - Look for FIXMEs (many marked with "!!!" in comments).
 - Look for FIXMEs (many marked with "!!!" in comments).
 - Port to MacOS X (specifically, make Project Builder files; unix.c should
 - 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.
 - Probably other stuff. Requests and recommendations are welcome.
 - Fill in __PHYSFS_platformGetLastModTime() in all the platform drivers.
 - Fill in __PHYSFS_platformGetLastModTime() in all the platform drivers.
 - Implement getlastmodtime for zip.c ... zipfiles contain file modtimes.
 - Implement getlastmodtime for zip.c ... zipfiles contain file modtimes.