Ryan C. Gordon
|
d5327897cb
|
Updated PocketPC code to handle UTF-8 strings.
|
2007-03-09 08:15:47 +00:00 |
Ryan C. Gordon
|
a41e32d112
|
Ryanized the formatting in pocketpc.c
|
2007-03-08 22:37:51 +00:00 |
Ryan C. Gordon
|
a66c36b42a
|
Cleaned up overflow checks in platform memory allocators (thanks to Nicolas
Lebedenco for pointing out the original issue with long long literals).
|
2006-01-01 12:19:44 +00:00 |
Ryan C. Gordon
|
6e7e45cdaf
|
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
requested directory back to the app.
|
2005-09-18 21:44:42 +00:00 |
Ryan C. Gordon
|
64599213f1
|
Don't use size_t in physfs.h, since it relies on C runtime headers.
|
2005-09-06 06:24:42 +00:00 |
Ryan C. Gordon
|
d840403c1c
|
All memory management now goes through allocation hooks instead of directly to
C runtime malloc/realloc/free...
|
2005-03-14 11:49:30 +00:00 |
Ryan C. Gordon
|
ed5de27c73
|
Fixed incorrect comment.
|
2005-02-15 22:25:03 +00:00 |
Ryan C. Gordon
|
c2765f8571
|
Added callback APIs and ripped up the internals everywhere to use them.
|
2004-09-29 06:09:29 +00:00 |
Ryan C. Gordon
|
27f82cc5e2
|
Changed vars named "FileHandle" to "Handle" to not cause confusion with
new type in physfs.c ...
|
2004-09-26 13:03:00 +00:00 |
Ryan C. Gordon
|
09ef260209
|
Added internal function __PHYSFS_platformStrnicmp().
|
2003-11-09 20:59:07 +00:00 |
Ryan C. Gordon
|
f4309f51e8
|
Tabs-to-spaces patch by James Turk.
|
2003-07-20 21:08:24 +00:00 |
Ryan C. Gordon
|
b50342ad13
|
PocketPC fixes (thanks, David Hedbor!)
|
2003-05-18 07:52:28 +00:00 |
Ryan C. Gordon
|
7d08cd6232
|
Initial add.
|
2002-11-22 06:17:59 +00:00 |