This commit is contained in:
Ryan C. Gordon 2002-07-30 01:44:09 +00:00
parent d4f7c5481e
commit 98f67c5b13
1 changed files with 3 additions and 2 deletions

View File

@ -3,14 +3,15 @@
*/ */
07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw). 07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw).
Added Russian translation by Ed Sinjiashvili. Added Spanish
translation by Pedro J. Pérez.
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. Closing files on MacOS no longer fails if the volume 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 info can't be flushed. Minor error message tweak in os2.c. All
possible human-readable literal strings (including all those OS/2 possible human-readable literal strings (including all those OS/2
and MacOS error messages) have moved to constants in and MacOS error messages) have moved to constants in
physfs_internal.h...this allows the library to be translated to physfs_internal.h...this allows the library to be translated to
other spoken languages fairly easily. Added Russian translation other spoken languages fairly easily.
by Ed Sinjiashvili.
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.