physfs/src
Ryan C. Gordon 2392ca1aa3 Favor /proc/self/exe over argv[0] on Linux, to match other platforms.
We don't favor searching the $PATH, though, since that relies on argv[0] too.
2012-03-23 04:54:20 -04:00
..
lzma Some targets need string.h here. 2010-02-03 22:50:07 -05:00
archiver_dir.c Removed archive description macros, moved those strings inline. 2012-03-23 00:55:56 -04:00
archiver_grp.c Minor tweak. 2012-03-23 02:43:22 -04:00
archiver_hog.c Removed archive description macros, moved those strings inline. 2012-03-23 00:55:56 -04:00
archiver_iso9660.c Changed so that this builds a reasonable default with no command line #defines. 2012-03-23 00:52:32 -04:00
archiver_lzma.c Removed archive description macros, moved those strings inline. 2012-03-23 00:55:56 -04:00
archiver_mvl.c Removed archive description macros, moved those strings inline. 2012-03-23 00:55:56 -04:00
archiver_qpak.c Moved QPAK support into archiver_unpacked.c 2012-03-23 02:45:38 -04:00
archiver_unpacked.c Moved QPAK support into archiver_unpacked.c 2012-03-23 02:45:38 -04:00
archiver_wad.c Removed archive description macros, moved those strings inline. 2012-03-23 00:55:56 -04:00
archiver_zip.c Removed archive description macros, moved those strings inline. 2012-03-23 00:55:56 -04:00
physfs.c Make sure base dir always has a dirsep at the end of it. 2012-03-23 04:14:01 -04:00
physfs.h Fixed a typo in the docs. 2012-03-22 03:00:16 -04:00
physfs_byteorder.c Reworked the error reporting API. Now we use error codes instead of strings. 2012-03-20 15:38:12 -04:00
physfs_casefolding.h Moved directory structure around. 2009-03-27 15:10:42 -04:00
physfs_internal.h Make sure base dir always has a dirsep at the end of it. 2012-03-23 04:14:01 -04:00
physfs_miniz.h Replace C++/C99 single-line comments in miniz with C98 /* comments */ ... 2012-03-11 03:56:24 -04:00
physfs_platforms.h Make physfs_platforms.h define with a 1, so "#if X" works. 2012-03-19 20:41:14 -04:00
physfs_unicode.c Renamed __PHYSFS_utf8strcasecmp() to __PHYSFS_utf8stricmp(). 2012-03-22 03:02:50 -04:00
platform_beos.cpp Make sure base dir always has a dirsep at the end of it. 2012-03-23 04:14:01 -04:00
platform_macosx.c Make sure base dir always has a dirsep at the end of it. 2012-03-23 04:14:01 -04:00
platform_posix.c Removed fallback for systems that have no userdir. 2012-03-22 00:27:46 -04:00
platform_unix.c Favor /proc/self/exe over argv[0] on Linux, to match other platforms. 2012-03-23 04:54:20 -04:00
platform_windows.c Make sure base dir always has a dirsep at the end of it. 2012-03-23 04:14:01 -04:00