Ryan C. Gordon <icculus@icculus.org> [Tue, 09 Oct 2001 15:15:24 +0000] rev 106
Fixed some syntax issues.
Ryan C. Gordon <icculus@icculus.org> [Wed, 26 Sep 2001 03:11:55 +0000] rev 105
Updated.
Ryan C. Gordon <icculus@icculus.org> [Wed, 26 Sep 2001 03:09:35 +0000] rev 104
Make sure that the writing functions get used when a write mode is
specified.
Ryan C. Gordon <icculus@icculus.org> [Wed, 26 Sep 2001 03:08:57 +0000] rev 103
PHYSFS_setSaneConfig() fixes: set write dir correctly, and put it at start
of search path.
Ryan C. Gordon <icculus@icculus.org> [Wed, 26 Sep 2001 01:45:37 +0000] rev 102
Updated.
Ryan C. Gordon <icculus@icculus.org> [Wed, 26 Sep 2001 01:44:41 +0000] rev 101
Changed PHYSFS_setSaneConfig()'s behaviour. API BREAKAGE.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2001 22:59:53 +0000] rev 100
Patches from David Hedbor to handle missing current working directories.
"The attached patch makes PhysFS handle the case when the current
directory (as returned by getcwd()) has been deleted.
Fix 1, platform/unix.c:
Only retry getcwd if the error is ERANGE. Before it retried till the
malloc failed in the case of the directory not existing.
Fix 2: physfs.c:
If __PHYSFS_platformCurrentDir() return's NULL, use the root as the
base dir. Bad solution but the best I can think of (alternative :
use /tmp or Windows TEMP dir?)."
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2001 22:58:04 +0000] rev 99
Updated version from 0.1.3 to 0.1.4.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2001 22:57:22 +0000] rev 98
Updated.
Ryan C. Gordon <icculus@icculus.org> [Fri, 14 Sep 2001 22:57:02 +0000] rev 97
Initial add.