A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon d1f2637ca8 utf8: big improvements to case-insensitive UTF-8 string compare.
- Dramatically reduce RAM usage: uses between 8 and 11 kilobytes less static
memory for its internal case-folding tables.
- Actually works now. It would fail unconditionally if a codepoint folded
into multiple codepoints, even if the compared string contained those exact
codepoints.
- Now a public API!
- Removed __PHYSFS_utf8strnicmp(): nothing was using it, it was incorrect
anyhow, and what does 'n' represent when either string might case-fold to
something larger in-flight, anyhow?
2017-08-11 01:39:22 -04:00
docs apple: Start using some Cocoa APIs, clean up a few related things. 2017-08-08 03:36:56 -04:00
extras utf8: big improvements to case-insensitive UTF-8 string compare. 2017-08-11 01:39:22 -04:00
src utf8: big improvements to case-insensitive UTF-8 string compare. 2017-08-11 01:39:22 -04:00
test Fixed another compiler warning. 2017-07-17 15:53:09 -04:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt apple: Start using some Cocoa APIs, clean up a few related things. 2017-08-08 03:36:56 -04:00
LICENSE.txt Removed warning in LICENSE.txt about PhysicsFS 0.1.9 being LGPL code. 2017-07-17 12:29:13 -04:00
README.txt Minor documentation updates. 2017-07-22 13:48:31 -04:00

README.txt

PhysicsFS; a portable, flexible file i/o abstraction.

  https://icculus.org/physfs/

Please see the docs directory for documentation.

Please see LICENSE.txt for licensing information.