Ryan C. Gordon 409b91b79c ignorecase: Don't crash if enumeration returned a NULL pointer. %!s(int64=7) %!d(string=hai) anos
..
README-CSharp.txt ebc985e747 Replaced PhysFS.NET with a README pointing to more modern C# bindings. %!s(int64=9) %!d(string=hai) anos
abs-file.h 9c1bd78749 Changed PHYSFS_file to PHYSFS_File to match rest of API's naming %!s(int64=20) %!d(string=hai) anos
buildbot-checker.sh e4e57bd0f1 Fix some buildbot warnings about jobserver mode if $MAKE had a -j2, etc. %!s(int64=7) %!d(string=hai) anos
buildbot-emscripten.sh ea5090e76a Don't try to build CD-ROM support on Emscripten. %!s(int64=7) %!d(string=hai) anos
buildbot-os2.sh 5c325fc79d Added buildbot-raspberrypi.sh and fixed some other buildbot script things. %!s(int64=7) %!d(string=hai) anos
buildbot-raspberrypi.sh e4e57bd0f1 Fix some buildbot warnings about jobserver mode if $MAKE had a -j2, etc. %!s(int64=7) %!d(string=hai) anos
casefolding.txt 4b57eaddbf Updated Unicode case folding support to something 10 years newer. :) %!s(int64=7) %!d(string=hai) anos
globbing.c 995a567bca Remove deprecated PHYSFS_getLastError() from all the extras (thanks, Rob!). %!s(int64=7) %!d(string=hai) anos
globbing.h eaa9388806 Put some include-once and extern "C" blocks in the extras' headers. %!s(int64=13) %!d(string=hai) anos
ignorecase.c 409b91b79c ignorecase: Don't crash if enumeration returned a NULL pointer. %!s(int64=7) %!d(string=hai) anos
ignorecase.h 597e4dadae Removed one more rude thing from the comments. :/ %!s(int64=8) %!d(string=hai) anos
makecasefoldhashtable.pl 2bb01a0c76 utf8: big improvements to case-insensitive UTF-8 string compare. %!s(int64=7) %!d(string=hai) anos
physfs.pc.in 4c45c30c1a Added pkg-config support (thanks, Jonas!). %!s(int64=11) %!d(string=hai) anos
physfshttpd.c bc1bff0b6d physfshttpd: serve up directory listings, a few other cleanups. %!s(int64=7) %!d(string=hai) anos
physfsrwops.c 995a567bca Remove deprecated PHYSFS_getLastError() from all the extras (thanks, Rob!). %!s(int64=7) %!d(string=hai) anos
physfsrwops.h a23e051054 Fixed a comment about SDL licensing. %!s(int64=7) %!d(string=hai) anos
physfsunpack.c 995a567bca Remove deprecated PHYSFS_getLastError() from all the extras (thanks, Rob!). %!s(int64=7) %!d(string=hai) anos
selfextract.c 995a567bca Remove deprecated PHYSFS_getLastError() from all the extras (thanks, Rob!). %!s(int64=7) %!d(string=hai) anos
uninstall.sh 35da347741 Added uninstall target for Unix platforms. %!s(int64=15) %!d(string=hai) anos

README-CSharp.txt

There used to be C# bindings in this directory, but they have been
unmaintained for many years.

Instead, there is a more modern PhysicsFS wrapper for .NET available.

You can find it at https://github.com/frabert/SharpPhysFS

Thanks to Francesco Bertolaccini for his efforts on that project!

--ryan.