Ryan C. Gordon <icculus@icculus.org> [Fri, 10 May 2002 17:36:52 +0000] rev 217
Added unzip.h, so "make dist" picks it up.
Ryan C. Gordon <icculus@icculus.org> [Fri, 10 May 2002 09:28:25 +0000] rev 216
--enable-debug is default.
Ryan C. Gordon <icculus@icculus.org> [Fri, 10 May 2002 09:26:09 +0000] rev 215
This file is now auto-generated by autoconf.
Ryan C. Gordon <icculus@icculus.org> [Fri, 10 May 2002 09:25:25 +0000] rev 214
Initial autoconf support.
Ryan C. Gordon <icculus@icculus.org> [Fri, 10 May 2002 09:16:38 +0000] rev 213
Initial add.
Ryan C. Gordon <icculus@icculus.org> [Thu, 09 May 2002 08:18:07 +0000] rev 212
Updated.
Gregory S. Read <zeph@clutteredmind.org> [Wed, 08 May 2002 00:02:35 +0000] rev 211
-Fixed a lot of the file functions error handling. Many were handling
success as failure, etc...
-File position is 0 based, EOF was being tested as though position was
1 based.
-All file i/o and archive i/o functions tested okay with physfs_test app.
Gregory S. Read <zeph@clutteredmind.org> [Mon, 06 May 2002 03:26:10 +0000] rev 210
-Added optional DISABLE_NT_SUPPORT to not compile NT specific code
-Not NT systems set C:\ as the profile directory. This should be changed to
the basedir most likely...
-Defined INVALID_SET_FILE_POINTER for systems that don't have the latest
platform SDK. According to MSDN doc, this should be okay.
Ryan C. Gordon <icculus@icculus.org> [Wed, 24 Apr 2002 21:01:20 +0000] rev 209
Updated.
Ryan C. Gordon <icculus@icculus.org> [Wed, 24 Apr 2002 21:00:31 +0000] rev 208
Updated win32 build info, other tweaks.