Updated.
This commit is contained in:
parent
b1c50bba8b
commit
3fdf86c573
|
@ -56,6 +56,8 @@
|
||||||
create the directory, and make sure that the writing functions
|
create the directory, and make sure that the writing functions
|
||||||
get used in dir.c when a file is opened for writing/appending.
|
get used in dir.c when a file is opened for writing/appending.
|
||||||
Updated CREDITS.
|
Updated CREDITS.
|
||||||
|
10092001 - Syntax fixes in dir.c, a FIXME in grp.c, and a "cat" command in
|
||||||
|
the test program.
|
||||||
|
|
||||||
--ryan. (icculus@clutteredmind.org)
|
--ryan. (icculus@clutteredmind.org)
|
||||||
|
|
||||||
|
|
3
TODO
3
TODO
|
@ -1,10 +1,11 @@
|
||||||
Stuff that needs to be done and wishlist:
|
Stuff that needs to be done and wishlist:
|
||||||
|
|
||||||
|
- autoconf?
|
||||||
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
|
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
|
||||||
compiles under Cygwin otherwise.
|
compiles under Cygwin otherwise.
|
||||||
- Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
|
- Hmm...we can determine the actual CD-ROM drives under Win32, but how do you
|
||||||
decide that there's no disc in the drive?
|
decide that there's no disc in the drive?
|
||||||
- MacOS support.
|
- MacOS (Classic and X) support.
|
||||||
- Move the integer types to something abstract. uint32, etc.
|
- Move the integer types to something abstract. uint32, etc.
|
||||||
- Platform-specific functions/macros to handle byte ordering.
|
- Platform-specific functions/macros to handle byte ordering.
|
||||||
- A PHYSFS_readUint32(), _readSint32(), etc API.
|
- A PHYSFS_readUint32(), _readSint32(), etc API.
|
||||||
|
|
Loading…
Reference in New Issue