Commit Graph

1558 Commits

Author SHA1 Message Date
Ryan C. Gordon f2ddb5383a Updated. 2002-06-06 05:47:27 +00:00
Ryan C. Gordon 25f31d4ae0 Updated. 2002-06-06 05:39:27 +00:00
Ryan C. Gordon 2f15add38f Fixed __PHYSFS_platformSeek(). 2002-06-06 05:39:06 +00:00
Ryan C. Gordon 05b565422a Implemeted getLastModTime method. 2002-06-06 05:38:47 +00:00
Ryan C. Gordon b0d5683f32 Updated. 2002-06-02 03:50:51 +00:00
Ryan C. Gordon bc4f230542 Added -Wall to debug builds. 2002-06-02 03:50:16 +00:00
Ryan C. Gordon 22412b925b Actual POSIX calls to replace ANSI stdio routines. 2002-06-02 03:48:56 +00:00
Ryan C. Gordon b1b5975001 Updated. 2002-05-27 19:12:44 +00:00
Ryan C. Gordon 5be59c1592 Added a bunch of explicit casts when using malloc(). 2002-05-27 19:10:45 +00:00
Ryan C. Gordon 78e64771d7 Updated. 2002-05-25 23:49:43 +00:00
Ryan C. Gordon c1be8137b7 Implemented __PHYSFS_platformGetLastModTime(). 2002-05-25 22:15:39 +00:00
Ryan C. Gordon b89b1acb98 Updated. 2002-05-25 11:27:33 +00:00
Ryan C. Gordon bac20fc432 Updated. 2002-05-25 11:13:38 +00:00
Ryan C. Gordon 9bcd3c1023 Added getlastmodtime command. 2002-05-25 11:13:09 +00:00
Ryan C. Gordon eac8979577 Patched to compile. 2002-05-25 11:12:40 +00:00
Ryan C. Gordon 56cbc659da More proper error reporting. 2002-05-25 11:12:17 +00:00
Ryan C. Gordon 2cc2477ebb Only attempt to build BeOS code on BeOS (don't even try building an empty
object file elsewhere).
2002-05-25 10:54:13 +00:00
Ryan C. Gordon 5386a5c6a2 Added PHYSFS_getLastModTime() API. (Thanks, John Hall!) 2002-05-25 09:41:14 +00:00
Ryan C. Gordon 4766a7d31a Updated. 2002-05-25 09:40:51 +00:00
Ryan C. Gordon 19ad02b553 Updated. 2002-05-25 02:56:09 +00:00
Ryan C. Gordon be92dae75b Upped version to 0.1.6 2002-05-25 02:55:40 +00:00
Ryan C. Gordon 3bfbd39f5c Updated. 2002-05-24 09:51:04 +00:00
Ryan C. Gordon 62e36b61f7 Initial add. 2002-05-24 09:46:43 +00:00
Ryan C. Gordon f835f26cfe BeOS support. 2002-05-24 09:44:38 +00:00
Ryan C. Gordon 2ea62ae1fb Split some of the unix.c code out to posix.c for BeOS to use. 2002-05-24 09:23:23 +00:00
Ryan C. Gordon 70f82bd819 Initial add. 2002-05-24 03:39:19 +00:00
Ryan C. Gordon e7920f0e74 Corrected to fix "make dist". 2002-05-24 03:39:05 +00:00
Ryan C. Gordon 3f81a8413c Updated. 2002-05-24 03:37:42 +00:00
Ryan C. Gordon 0ae1296332 Updated. 2002-05-23 15:20:12 +00:00
Ryan C. Gordon 21b48fcc36 Updated. 2002-05-23 15:13:04 +00:00
Ryan C. Gordon 0a8c8fdbcb Updated. 2002-05-23 14:54:10 +00:00
Ryan C. Gordon e0168b2c9d Updated. 2002-05-21 11:29:22 +00:00
Ryan C. Gordon 769b2a5464 FIXME removal. 2002-05-21 11:29:00 +00:00
Ryan C. Gordon 996aa0013a Fixme removal. 2002-05-21 11:24:49 +00:00
Ryan C. Gordon 4ad5ad0aaf Updated. 2002-05-20 12:35:12 +00:00
Ryan C. Gordon fe8c832ef5 Initial add. 2002-05-20 12:27:46 +00:00
Ryan C. Gordon f79e6e3334 Updated. 2002-05-16 07:10:33 +00:00
Ryan C. Gordon a2c89d7ad2 Fixed OpenAppend to actually open for append. Used "wb+" instead of "ab". 2002-05-16 07:08:59 +00:00
Ryan C. Gordon d440f5891c Updated. 2002-05-16 02:45:19 +00:00
Ryan C. Gordon db5732634f readline detection fixes by Edward Rudd. 2002-05-16 02:45:09 +00:00
Ryan C. Gordon 195461abff Added unzip.h, so "make dist" picks it up. 2002-05-10 17:36:52 +00:00
Ryan C. Gordon 9213a76597 --enable-debug is default. 2002-05-10 09:28:25 +00:00
Ryan C. Gordon fba1e8a445 This file is now auto-generated by autoconf. 2002-05-10 09:26:09 +00:00
Ryan C. Gordon a2bec46a6b Initial autoconf support. 2002-05-10 09:25:25 +00:00
Ryan C. Gordon bd450d0e68 Initial add. 2002-05-10 09:16:38 +00:00
Ryan C. Gordon 44d44651a0 Updated. 2002-05-09 08:18:07 +00:00
Gregory S. Read d3dfd7f464 -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.
2002-05-08 00:02:35 +00:00
Gregory S. Read c06e3ca30b -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.
2002-05-06 03:26:10 +00:00
Ryan C. Gordon b575e7c548 Updated. 2002-04-24 21:01:20 +00:00
Ryan C. Gordon d847b8e602 Updated win32 build info, other tweaks. 2002-04-24 21:00:31 +00:00