Updated.
This commit is contained in:
parent
3f1ada178f
commit
1499dbc55f
|
@ -2,6 +2,9 @@
|
||||||
* CHANGELOG.
|
* CHANGELOG.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
06072002 - Manpages! Finally installed Doxygen and scratched together a
|
||||||
|
Doxyfile. After some revision to physfs.h, we've got a rather
|
||||||
|
nice API reference.
|
||||||
06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
|
06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
|
||||||
getLastModTime method in archivers/zip.c (returns legitimate info)
|
getLastModTime method in archivers/zip.c (returns legitimate info)
|
||||||
and archivers/grp.c (returns lastmodtime of GRPfile itself in the
|
and archivers/grp.c (returns lastmodtime of GRPfile itself in the
|
||||||
|
|
3
TODO
3
TODO
|
@ -5,8 +5,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
|
|
||||||
- Include the Visual Studio (6 and .NET) project files in CVS directly.
|
- Include the Visual Studio (6 and .NET) project files in CVS directly.
|
||||||
- A PHYSFS_readUint32(), _readSint32(), etc API.
|
- A PHYSFS_readUint32(), _readSint32(), etc API.
|
||||||
- Write manpages, preferrably generated from some javadoc-style solution
|
|
||||||
so we can make HTML versions etc from the same data.
|
|
||||||
- Improve ZIP_seek() (archivers/zip.c)
|
- Improve ZIP_seek() (archivers/zip.c)
|
||||||
- Make the zipfile parse symlinks with relative paths. See the function
|
- Make the zipfile parse symlinks with relative paths. See the function
|
||||||
expand_symlink_path() in archivers/zip.c ...
|
expand_symlink_path() in archivers/zip.c ...
|
||||||
|
@ -22,6 +20,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
- 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 autoconf.)
|
work with it as-is. Might compile as-is with autoconf.)
|
||||||
|
- Make the library friendly to Win95 systems.
|
||||||
- Probably other stuff. Requests and recommendations are welcome.
|
- Probably other stuff. Requests and recommendations are welcome.
|
||||||
|
|
||||||
// end of TODO ...
|
// end of TODO ...
|
||||||
|
|
Loading…
Reference in New Issue