Ryan C. Gordon
f8f89035c4
Bumped version to 3.0.2!
2019-03-18 14:35:44 -04:00
Ryan C. Gordon
9ea364e46e
Bumped version to 3.0.1!
2017-10-26 14:38:03 -04:00
Ryan C. Gordon
9e756312d5
Bumped version to 3.0.0!
2017-09-27 11:54:25 -04:00
Ryan C. Gordon
f130714e92
Fixed another compiler warning.
2017-07-17 15:53:09 -04:00
Ryan C. Gordon
8ebecded22
Fixed Visual Studio compiler warning.
2017-07-17 14:41:48 -04:00
Ryan C. Gordon
cdba81f5c4
Static analysis fix.
2017-07-17 12:38:19 -04:00
Ryan C. Gordon
de444a9866
test_physfs: added a "cat2" command to read from two open file handles at once.
2017-07-17 12:18:20 -04:00
Ryan C. Gordon
4438fe14cf
Turn off MSVC anti-portability propaganda in test program.
2017-07-12 20:59:37 -04:00
Ryan C. Gordon
ada24e9c5d
Moved supportsSymlinks into PHYSFS_ArchiveInfo.
2012-11-30 00:04:52 -05:00
Ryan C. Gordon
3e750a903f
Added getmointpoint command to test_physfs.
2012-04-07 21:33:18 -04:00
Ryan C. Gordon
c306437ece
test_physfs's "stat" command now respects unknown file times (-1).
2012-03-23 03:30:16 -04:00
Ryan C. Gordon
24d6a925d1
Added PHYSFS_getPrefDir().
2012-03-21 23:30:50 -04:00
Ryan C. Gordon
7f0e7105a7
Removed isDirectory, isSymLink and exists methods from internal code.
...
Use the PhysFS stat() interface instead.
2010-09-05 02:41:13 -04:00
Ryan C. Gordon
84c6e2242e
Added PHYSFS_mountHandle(). Now you can do archives-in-archives!
2010-08-30 03:02:32 -04:00
Ryan C. Gordon
bb9f5e5049
Added PHYSFS_mountMemory().
2010-08-30 02:39:11 -04:00
Ryan C. Gordon
c1969d0595
Added PHYSFS_unmount(), deprecated addToSearchPath and removeFromSearchPath.
2010-08-22 03:43:22 -04:00
Ryan C. Gordon
f7a8d9292c
Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API.
2010-08-21 19:10:42 -04:00
Ryan C. Gordon
b69dfedaf0
Deprecated PHYSFS_getLastModTime()...use PHYSFS_stat() instead, now.
2010-08-21 17:34:00 -04:00
Ryan C. Gordon
94c621c8fb
Updated test_physfs.c to not use deprecated functions.
2010-08-21 14:42:14 -04:00
Ryan C. Gordon
c369e78296
Added crc32 command to test_physfs.c (thanks, Christoph!).
2010-03-17 14:27:26 -04:00
Ryan C. Gordon
f1cd4d8f0d
THIS is Christoph's PHYSFS_stat() work.
...
I've merged some basic ideas from the other patch, which was Indy Sam's work,
and cleaned up a few things.
2010-02-15 14:02:36 -05:00
Ryan C. Gordon
5720b168ca
Fixed compiler warning on newer Linux systems.
2010-02-01 03:02:18 -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
05e3864db8
Updated test_physfs.c's version to match everything else.
2009-04-13 17:57:56 -04:00
Ryan C. Gordon
fed94bf21a
Upped version to 2.0.0!
2009-03-23 00:45:15 -04:00
Ryan C. Gordon
ded10c9238
Bumped version numbers.
2007-03-26 07:53:43 +00:00
Ryan C. Gordon
53bbe35ddd
Renamed LICENSE to LICENSE.txt
2007-03-11 10:10:28 +00:00
Ryan C. Gordon
ca2489418e
Removed config.h references from old autotools build system.
2007-03-11 09:44:21 +00:00
Ryan C. Gordon
54969f6075
Version bump for test program.
2005-07-23 22:59:47 +00:00
Ryan C. Gordon
c799a14c70
Commented out a printf() and cleaned up some mallocs.
2005-03-14 11:47:42 +00:00
Ryan C. Gordon
71da6381ad
Some mount functionality stuff.
2005-03-13 11:59:53 +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
d43ca254c1
Last minute changes, fixes, and build system updates for 1.0.
2004-01-08 05:53:28 +00:00
Ryan C. Gordon
83fde3e480
Upped version to 0.1.9.
2003-07-23 04:13:21 +00:00
Ryan C. Gordon
3a479b6cd8
Now compiles on CodeWarrior 6 for MacOS Classic again.
2003-01-31 04:07:48 +00:00
Ryan C. Gordon
43e61a4cd2
Last minute 0.1.8 changes...
2003-01-05 01:34:31 +00:00
Ryan C. Gordon
3ad51e49e4
Added buffering API.
2002-12-01 11:21:27 +00:00
Ryan C. Gordon
41d1d28807
Now handles readline() returning NULL correctly (user hits CTRL-D, etc).
2002-10-23 00:29:25 +00:00
Ryan C. Gordon
543406c703
Fixed setsaneconfig command.
2002-10-12 00:23:17 +00:00
Ryan C. Gordon
b6cc59515b
Made "ls" an alias of "enumerate", since I keep typing it without thinking. :)
2002-07-23 22:30:58 +00:00
Ryan C. Gordon
c2824f149e
Upped version to 0.1.7.
2002-07-10 07:22:41 +00:00
Ryan C. Gordon
9bcd3c1023
Added getlastmodtime command.
2002-05-25 11:13:09 +00:00
Ryan C. Gordon
be92dae75b
Upped version to 0.1.6
2002-05-25 02:55:40 +00:00
Ryan C. Gordon
a2bec46a6b
Initial autoconf support.
2002-05-10 09:25:25 +00:00
Ryan C. Gordon
cd7021ba43
Darwin patches.
2002-04-06 23:49:17 +00:00
Ryan C. Gordon
ada7128625
Patched to compile on Linux/gcc.
2002-04-05 18:20:51 +00:00
Ryan C. Gordon
f4d0842e01
More hacks to handle quoted arguments. Write, append, and filelength tests. Upped version to 0.1.1.
2002-04-05 08:42:02 +00:00
Ryan C. Gordon
6e2393d90a
Handles quoted arguments a little bit better (needs some overhauling to do it right, though).
2002-04-04 17:55:13 +00:00
Ryan C. Gordon
d317ba274f
Added Metrowerks SIOUX setup code.
2002-04-03 07:40:27 +00:00
Ryan C. Gordon
a2bbbdb2c3
Disable readline support when building on MacOS Classic.
2002-04-02 13:34:49 +00:00