A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon c3a00ee94b 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?)."
2001-09-14 22:59:53 +00:00
archivers Changed author credits to wrap email addresses in "<>" and not "()" chars. 2001-09-14 22:55:44 +00:00
platform Patches from David Hedbor to handle missing current working directories. 2001-09-14 22:59:53 +00:00
test Compiles and runs on Visual C. What an uphill climb THAT was. 2001-08-23 18:01:43 +00:00
CHANGELOG Updated. 2001-09-14 22:57:22 +00:00
CREDITS Initial add. 2001-09-14 22:57:02 +00:00
INSTALL Updated again. 2001-09-02 01:11:56 +00:00
LICENSE Initial add. 2001-07-28 13:07:10 +00:00
Makefile make install deletes previous versions of the library. 2001-09-14 22:56:46 +00:00
TODO Updated. 2001-09-14 22:57:22 +00:00
physfs.c Patches from David Hedbor to handle missing current working directories. 2001-09-14 22:59:53 +00:00
physfs.h Updated version from 0.1.3 to 0.1.4. 2001-09-14 22:58:04 +00:00
physfs_internal.h Updates, corrections and enhancements to get this ported to win32. 2001-08-23 15:23:21 +00:00