Ryan C. Gordon 24 лет назад
Родитель
Сommit
b0d5683f32
2 измененных файлов с 4 добавлено и 1 удалено
  1. 3 0
      CHANGELOG
  2. 1 1
      TODO

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

+ 1 - 1
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.