12 days ago Ryan C. Gordon Apparently that fix was from relnev, not theoddone33. Corrected credits. default tip
12 days ago Ryan C. Gordon Added a FIXME.
12 days ago Ryan C. Gordon Added an .hgignore to the stable-1.0 branch. stable-1.0
12 days ago Ryan C. Gordon Added an .hgignore file to stable-2.0 branch. stable-2.0
2 weeks ago Ryan C. Gordon Fixed logic bug (thanks, Dan!).
3 weeks ago Ryan C. Gordon Patched to compile (thanks, Christoph!).
3 weeks ago Ryan C. Gordon THIS is Christoph's PHYSFS_stat() work.
3 weeks ago Ryan C. Gordon Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
3 weeks ago Ryan C. Gordon Added first work on PHYSFS_stat() API (thanks, Christoph!).
5 weeks ago Ryan C. Gordon Added SWIG-based Ruby bindings.
5 weeks ago Ryan C. Gordon Added Patrice to the credits. stable-2.0
5 weeks ago Ryan C. Gordon Added Patrice to the credits.
5 weeks ago Ryan C. Gordon Catch case where we use the Unix code on a non-Unix system that lacks pthreads. stable-2.0
5 weeks ago Ryan C. Gordon Catch case where we use the Unix code on a non-Unix system that lacks pthreads.
5 weeks ago Ryan C. Gordon Some targets need string.h here. stable-2.0
5 weeks ago Ryan C. Gordon Some targets need string.h here.
5 weeks ago Ryan C. Gordon Install test_physfs.pl with the rest of the project.
5 weeks ago Ryan C. Gordon Merged 1042:dc9291957a5a from default branch: make dist fix. stable-2.0
5 weeks ago Ryan C. Gordon Fixed "make dist" target.
5 weeks ago Ryan C. Gordon Added uninstall target for Unix platforms.
5 weeks ago Ryan C. Gordon Prevent bogus addition of -rpath to libraries.
5 weeks ago Ryan C. Gordon Not sure if this is still needed (it's definitely unneeded in CMake 2.8).
5 weeks ago Ryan C. Gordon Fixed filename collision when linking the library and script bindings.
5 weeks ago Ryan C. Gordon More perl bindings wanking.
5 weeks ago Ryan C. Gordon Added simple test for perl bindings.
5 weeks ago Ryan C. Gordon More work on Perl bindings linking.
5 weeks ago Ryan C. Gordon I think this gets the right Perl include path value.
5 weeks ago Ryan C. Gordon Use FIND_PROGRAM(perl) instead of FindPerl.
5 weeks ago Ryan C. Gordon Initial work on Ruby bindings, barely started.
5 weeks ago Ryan C. Gordon Tightened the SWIG warning filter.
5 weeks ago Ryan C. Gordon Hooked up Perl bindings, via SWIG.
5 weeks ago Ryan C. Gordon Fixed compiler warning on newer Linux systems. stable-1.0
5 weeks ago Ryan C. Gordon Fixed compiler warning on newer Linux systems. stable-2.0
5 weeks ago Ryan C. Gordon Fixed compiler warning on newer Linux systems.
6 weeks ago Ryan C. Gordon Initial SWIG work.
6 weeks ago Ryan C. Gordon Added some (disabled!) calling conventions stuff.
6 weeks ago Ryan C. Gordon Renamed __EXPORT__ to PHYSFS_DECL.
6 weeks ago Ryan C. Gordon Merged 1018:23aee7da04e0 from default branch: C++-style comment fixes. stable-1.0
6 weeks ago Ryan C. Gordon Merged 1018:23aee7da04e0 from default branch: fixed C++-style comments. stable-2.0
6 weeks ago Ryan C. Gordon Fixed some wrong parentheses in the OS/2 code. stable-1.0
6 weeks ago Ryan C. Gordon Fixed some wrong parentheses in the OS/2 code. stable-2.0
6 weeks ago Ryan C. Gordon Removed makedist.sh from the stable-2.0 branch ("hg archive" is the new thing.) stable-2.0
6 weeks ago Ryan C. Gordon Fixed some C++-style one-line comments in C code.
6 weeks ago Ryan C. Gordon Removed makedist.sh ... not needed with Mercurial's "hg archive"
6 weeks ago Ryan C. Gordon Cleaned up returns that look like function calls for my updated coding style.
3 months ago Ryan C. Gordon Corrected physfs.h installation for new directory layout (thanks, Patrice!).
5 months ago Ryan C. Gordon Merged 998:974b90b56c43 from default branch: latin1-to-UTF8 fix. stable-2.0
6 months ago Ryan C. Gordon Fixed building of stable-2.0 branch with Mac OS X 10.6 SDK. stable-2.0
6 months ago Ryan C. Gordon Attempt to clean up the thread ID mess in platform_unix ...
6 months ago Ryan C. Gordon Fixed building with Mac OS X 10.6 SDK.
8 months ago Ryan C. Gordon Don't use -fvisibility=hidden on several platforms. stable-2.0
8 months ago Ryan C. Gordon Don't use -fvisibility=hidden on Windows, since MinGW doesn't support it. :(
8 months ago Ryan C. Gordon Merged changeset 1006:139e2ab9e303 from default branch: CREDITS.txt update. stable-2.0
8 months ago Ryan C. Gordon Merged changeset 1005:cafe3867784c from default branch: cross-compile fixes. stable-2.0
8 months ago Ryan C. Gordon Added some people to the credits.
8 months ago Ryan C. Gordon Fixed CMakeLists.txt to properly handle cross-compiling (thanks, Marc!).
8 months ago Ryan C. Gordon Merged 1001:b0c6f2f4f361 through 1003:a28d30d275e2 from default branch. stable-2.0
8 months ago Ryan C. Gordon Try /proc/$PID/exe if /proc/self/exe doesn't work out.
8 months ago Ryan C. Gordon Try to shrink returned buffer's allocation.
8 months ago Ryan C. Gordon Fixed wrong readlink() usage (lstat() doesn't report dest link size!).