Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 21:16:15 +0000] rev 685
Cleaned up some mallocs.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 21:03:31 +0000] rev 684
If rejecting an archive for not matching a mount point, set an error state,
otherwise, PHYSFS_openRead could fail with a null error message.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 12:03:05 +0000] rev 683
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
this faster and reduces malloc() pressure. Plus cleanups, and other mount
work.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 12:01:59 +0000] rev 682
Updated.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 11:59:53 +0000] rev 681
Some mount functionality stuff.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 09:16:26 +0000] rev 680
Updated.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 09:09:26 +0000] rev 679
First chunk of PHYSFS_mount() implementation. Incomplete!
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 03:33:11 +0000] rev 678
Cleaned up some minor bloat with my new evil GOTO_*_MACRO macros.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 03:18:18 +0000] rev 677
Fixed unix.c to compile again on MacOS X.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 03:04:04 +0000] rev 676
Added evil GOTO_*_MACRO_* macros.