Ryan C. Gordon
be0afe31e3
ignorecase: Don't crash if enumeration returned a NULL pointer.
2018-03-09 14:50:37 -05:00
Ryan C. Gordon
15048fbb1d
ignorecase.c: use PHYSFS_utf8stricmp() now.
2017-08-11 01:39:58 -04:00
Ryan C. Gordon
f0eb5c0db9
Marked a bunch of things as "FIXME-3.0" that I want resolved before 3.0 ships.
2017-08-06 15:54:44 -04:00
Ryan C. Gordon
468edd80eb
Removed unused variable in extras/ignorecase.c ...
2016-10-06 15:39:49 -04:00
Ryan C. Gordon
d1d0de3947
Fixed a compiler warning.
2011-11-18 01:08:19 -05:00
Ryan C. Gordon
a4a72dfe8c
Fixed logic bug (thanks, Dan!).
2010-02-23 21:58:49 -05:00
Ryan C. Gordon
595ac1da39
Cleaned up returns that look like function calls for my updated coding style.
2010-01-28 02:27:45 -05:00
Ryan C. Gordon
607d39a1d3
Bunch of work on Unicode...added case-folding stricmp, removed
...
platform-specific stricmp implementations, changed appropriate calls to an
ASCII-only stricmp that ignores locale. Fixed case on UTF-8 API entry points.
2007-03-15 08:16:23 +00:00
Ryan C. Gordon
53bbe35ddd
Renamed LICENSE to LICENSE.txt
2007-03-11 10:10:28 +00:00
Ryan C. Gordon
8641e4e7ef
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
...
convention. This won't break binary compat (function signatures are
extern "C" so name mangling doesn't apply), and I've placed a typedef
for the old name to support legacy source code.
2004-09-26 13:17:54 +00:00
Ryan C. Gordon
025aef8a15
Switched to zlib license.
2003-07-20 20:57:55 +00:00
Ryan C. Gordon
753f624be4
Initial add.
2003-03-30 20:44:57 +00:00