Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 6, 2002
1 parent 25f31d4 commit f2ddb53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Expand Up @@ -3,7 +3,9 @@
*/

06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
getLastModTime method in archivers/zip.c.
getLastModTime method in archivers/zip.c (returns legitimate info)
and archivers/grp.c (returns lastmodtime of GRPfile itself in the
physical filesystem).
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...)
Expand Down
3 changes: 0 additions & 3 deletions TODO
Expand Up @@ -23,9 +23,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of
- Port to MacOS X (specifically, make Project Builder files; unix.c should
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.
- Implement getlastmodtime for grp.c ... all files report modtime of archive?

// end of TODO ...

0 comments on commit f2ddb53

Please sign in to comment.