A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon 712c7d8c66 Use .tar.bz2 for "make dist" instead of .tar.gz
Mercurial's tgz archiver is writing the full output path into the archive,
 causing things like 7-zip to uncompress it to
 "Users/icculus/projects/physfs-2.0.2.tar" instead of just "physfs-2.0.2.tar".

It seems reasonable to believe everyone has .tar.bz2 support by now anyhow.
2012-10-22 23:40:52 -04:00
archivers Stupid fix for zip_find_entry(). 2012-08-22 16:37:09 -04:00
extras Fixed a compiler warning. 2011-11-18 01:08:19 -05:00
lzma Some targets need string.h here. 2010-02-03 22:50:07 -05:00
platform Backport from default branch: clean up the thread ID mess in platform_unix. 2012-08-02 02:57:55 -04:00
test Bumped version to 2.0.3. 2012-10-22 23:24:16 -04:00
zlib123 Added zlib README and updated license notes. 2008-01-23 05:01:50 +00:00
.hgignore Added an .hgignore file to stable-2.0 branch. 2010-02-28 17:22:43 -05:00
CHANGELOG.txt Removed the manually-maintained changelog. 2008-11-03 15:55:29 -05:00
CMakeLists.txt Use .tar.bz2 for "make dist" instead of .tar.gz 2012-10-22 23:40:52 -04:00
CREDITS.txt Added Lauri Kasanen to the CREDITS for a last-minute 2.0.3 patch. 2012-10-22 23:32:52 -04:00
Doxyfile Tweaked Doxyfile default version string for stable-2.0 branch. 2011-02-21 23:52:29 -05:00
INSTALL.txt Updated install instructions. 2009-03-23 01:06:17 -04:00
LICENSE.txt Bumped copyright year. 2012-10-22 23:24:01 -04:00
TODO.txt Updated stable TODO.txt ... 2009-03-23 16:57:59 -04:00
makeos2.cmd Added PHYSFS_symbolicLinksPermitted(). 2007-04-01 22:06:37 +00:00
physfs.c Constify the archivers pointers. 2012-10-22 23:32:05 -04:00
physfs.h Bumped version to 2.0.3. 2012-10-22 23:24:16 -04:00
physfs_byteorder.c Removed the __arch__swabX macros; Linux kernel headers aren't reliable. 2009-03-23 00:13:08 -04:00
physfs_casefolding.h Bunch of work on Unicode...added case-folding stricmp, removed 2007-03-15 08:16:23 +00:00
physfs_internal.h Backport from default branch: clean up the thread ID mess in platform_unix. 2012-08-02 02:57:55 -04:00
physfs_platforms.h Check for alternate __unix__ predef. 2012-08-02 03:04:43 -04:00
physfs_unicode.c Backport from dev branch: utf8codepoint() should always advance pointer. 2011-06-01 03:13:09 -04:00