This commit is contained in:
Ryan C. Gordon 2002-06-02 03:50:51 +00:00
parent bc4f230542
commit b0d5683f32
2 changed files with 4 additions and 1 deletions

View File

@ -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

2
TODO
View File

@ -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.