Updated.
This commit is contained in:
parent
2f15add38f
commit
25f31d4ae0
|
@ -2,6 +2,8 @@
|
||||||
* CHANGELOG.
|
* CHANGELOG.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
|
||||||
|
getLastModTime method in archivers/zip.c.
|
||||||
06012002 - Added -Wall to debug builds. Removed ANSI stdio calls from
|
06012002 - Added -Wall to debug builds. Removed ANSI stdio calls from
|
||||||
platform/posix.c, and replaced them with actual POSIX calls (that
|
platform/posix.c, and replaced them with actual POSIX calls (that
|
||||||
is, fopen() became open(), fseek() became lseek(), etc...)
|
is, fopen() became open(), fseek() became lseek(), etc...)
|
||||||
|
|
4
TODO
4
TODO
|
@ -4,10 +4,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
this stuff. Some might be dupes, some might be done already.
|
this stuff. Some might be dupes, some might be done already.
|
||||||
|
|
||||||
- Include the Visual Studio (6 and .NET) project files in CVS directly.
|
- Include the Visual Studio (6 and .NET) project files in CVS directly.
|
||||||
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
|
|
||||||
compiles under Cygwin otherwise.
|
|
||||||
- Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
|
|
||||||
decide that there's no disc in the drive?
|
|
||||||
- A PHYSFS_readUint32(), _readSint32(), etc API.
|
- A PHYSFS_readUint32(), _readSint32(), etc API.
|
||||||
- Write manpages, preferrably generated from some javadoc-style solution
|
- Write manpages, preferrably generated from some javadoc-style solution
|
||||||
so we can make HTML versions etc from the same data.
|
so we can make HTML versions etc from the same data.
|
||||||
|
|
Loading…
Reference in New Issue