Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated.
  • Loading branch information
icculus committed Jun 2, 2002
1 parent bc4f230 commit b0d5683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -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.
Expand Down

0 comments on commit b0d5683

Please sign in to comment.