Ryan C. Gordon <icculus@icculus.org> [Sun, 18 Sep 2005 22:27:57 +0000] rev 756
Updated.
Ryan C. Gordon <icculus@icculus.org> [Sun, 18 Sep 2005 22:27:05 +0000] rev 755
Don't leave internal structures temporarily modified before calling an
application callback, so that state is sane if they call into the API
from inside the callback.
Ryan C. Gordon <icculus@icculus.org> [Sun, 18 Sep 2005 21:44:42 +0000] rev 754
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
requested directory back to the app.
Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Sep 2005 20:35:18 +0000] rev 753
Hopefully fixing ABI with 1.0...
Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Sep 2005 14:08:44 +0000] rev 752
Subversion should ignore "docs" directory if it exists.
Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Sep 2005 14:07:43 +0000] rev 751
Some tweaks to PHYSFS_Allocator.
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 Sep 2005 06:31:04 +0000] rev 750
Minor MingW patches backported from dev branch.
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 Sep 2005 06:28:35 +0000] rev 749
Updated.
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 Sep 2005 06:25:48 +0000] rev 748
Some minor (albeit incomplete) MingW fixes.
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 Sep 2005 06:24:42 +0000] rev 747
Don't use size_t in physfs.h, since it relies on C runtime headers.