Updated.
This commit is contained in:
parent
086605d983
commit
2086e0ed9c
|
@ -3,7 +3,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
07282002 - macclassic.c now returns human readable error messages instead of
|
07282002 - macclassic.c now returns human readable error messages instead of
|
||||||
ERR_OS_ERROR. Minor error message tweak in os2.c.
|
ERR_OS_ERROR. Closing files on MacOS no longer fails if the volume
|
||||||
|
info can't be flushed. Minor error message tweak in os2.c. All
|
||||||
|
possible human-readable literal strings (including all those OS/2
|
||||||
|
and MacOS error messages) have moved to constants in
|
||||||
|
physfs_internal.h...this allows the library to be translated to
|
||||||
|
other spoken languages fairly easily.
|
||||||
07272002 - Patched the OS/2 code to be useful...works pretty well, now. Added
|
07272002 - Patched the OS/2 code to be useful...works pretty well, now. Added
|
||||||
makeos2.cmd for building (not an ideal solution, but oh well).
|
makeos2.cmd for building (not an ideal solution, but oh well).
|
||||||
Initialized some variables in zip.c to prevent compiler whining.
|
Initialized some variables in zip.c to prevent compiler whining.
|
||||||
|
|
1
CREDITS
1
CREDITS
|
@ -5,6 +5,7 @@ Unix support,
|
||||||
Win32 support,
|
Win32 support,
|
||||||
BeOS support,
|
BeOS support,
|
||||||
POSIX support,
|
POSIX support,
|
||||||
|
OS/2 support,
|
||||||
ZIP driver,
|
ZIP driver,
|
||||||
MacOS Classic support:
|
MacOS Classic support:
|
||||||
Ryan C. Gordon
|
Ryan C. Gordon
|
||||||
|
|
3
TODO
3
TODO
|
@ -11,8 +11,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
support so that both "archives" look identical to an application; might be
|
support so that both "archives" look identical to an application; might be
|
||||||
nice for an email program. That's blue sky, unless someone wants to tackle
|
nice for an email program. That's blue sky, unless someone wants to tackle
|
||||||
it.
|
it.
|
||||||
- Add all literal strings to physfs_internal.h and let people #ifdef
|
- Need PHYSFS_LANG_FRENCH, PHYSFS_LANG_SPANISH, and PHYSFS_LANG_GERMAN.
|
||||||
PHYSFS_LANG_ENGLISH, PHYSFS_LANG_FRENCH etc...
|
|
||||||
- Figure out that pesky pthread casting problem.
|
- Figure out that pesky pthread casting problem.
|
||||||
- macclassic.c :
|
- macclassic.c :
|
||||||
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
"/* (Hmm. Default behaviour is broken in the base library. :) ) */"
|
||||||
|
|
Loading…
Reference in New Issue