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
6cdd5b5e57
Moved to CMake!
2007-03-10 06:32:52 +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
0cc3dea44f
Removed more .cvsignore files from Subversion repository.
2004-09-23 03:33:17 +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
cd08ed589b
Make physfs itself not link against readline and ncurses (just
...
test_physfs).
2003-12-07 05:39:23 +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
bbffe2d832
Readded.
2002-06-29 22:31:03 +00:00
Ryan C. Gordon
333707eaf2
Added back.
2002-06-28 03:48:33 +00:00
Ryan C. Gordon
e2c5ea91e1
Removed for new build system.
2002-06-14 21:20:34 +00:00
Ryan C. Gordon
8e5e1b5c42
Removed in build system rewrite.
2002-06-14 21:11:58 +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
fe8c832ef5
Initial add.
2002-05-20 12:27:46 +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
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
Ryan C. Gordon
f2887cf047
Added typedefs and platform-specific i/o.
2002-03-24 19:47:33 +00:00
Ryan C. Gordon
b1c50bba8b
Added "cat" command.
2001-10-09 15:16:27 +00:00
Ryan C. Gordon
1e6f2bc0d9
Changed PHYSFS_setSaneConfig()'s behaviour. API BREAKAGE.
2001-09-26 01:44:41 +00:00
Ryan C. Gordon
709626633e
Compiles and runs on Visual C. What an uphill climb THAT was.
2001-08-23 18:01:43 +00:00
Ryan C. Gordon
9d8f80df19
Made dependency on readline optional.
2001-08-23 17:08:26 +00:00
Ryan C. Gordon
2dcf1741fe
Added more API calls, always uses a history file, now.
2001-07-16 17:37:50 +00:00
Ryan C. Gordon
b64284b142
Much more complete. Still more to go.
2001-07-16 14:36:28 +00:00
Ryan C. Gordon
16584701b5
More work; command parsing via readline.
2001-07-16 10:32:12 +00:00
Ryan C. Gordon
d6b8acccfa
Initial add. Does VERY little right now.
2001-07-15 18:56:07 +00:00