Updated.
--- a/CHANGELOG Sun Mar 13 09:09:26 2005 +0000
+++ b/CHANGELOG Sun Mar 13 09:16:26 2005 +0000
@@ -3,7 +3,8 @@
*/
03122005 - Added evil GOTO_*_MACRO_* macros. Fixed unix.c to compile again on
- MacOS X.
+ MacOS X. Added PHYSFS_mount() (thanks, Philip!). Cleaned up the
+ INSTALL and CREDITS files a little.
02152005 - Minor comment fix in platform/pocketpc.c
01052005 - Fixed HOG archiver file lookup (thanks, Chris!)
12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)
--- a/CREDITS Sun Mar 13 09:09:26 2005 +0000
+++ b/CREDITS Sun Mar 13 09:16:26 2005 +0000
@@ -3,6 +3,7 @@
Win32 support,
BeOS support,
POSIX support,
+MacOS support,
OS/2 support,
GRP archiver,
DIR archiver,
@@ -70,6 +71,9 @@
Bug fixes:
Tolga Dalman
+Initial PHYSFS_mount() work:
+ Philip D. Bober
+
Other stuff:
Your name here! Patches go to icculus@clutteredmind.org ...
--- a/INSTALL Sun Mar 13 09:09:26 2005 +0000
+++ b/INSTALL Sun Mar 13 09:16:26 2005 +0000
@@ -38,7 +38,7 @@
Use the "Unix" instructions, above.
-AtheOS:
+AtheOS/Syllable:
Use the "Unix" instructions, above.
@@ -59,7 +59,7 @@
it at "physfs_static.dsp" in the root of the source tree and build. This
will produce a "physfs_static.lib" in either a "physfs_static_debug"
or a "physfs_static_release" directory, depending on what configuration
-you chose to build. NOPE: "test_physfs.dsp" does not work with the
+you chose to build. NOTE: "test_physfs.dsp" does not work with the
statically linked build.
Visual Studio.NET users should do the same thing, but use the "physfs.vcproj"
@@ -114,7 +114,7 @@
file "makeos2.cmd". I know this isn't ideal, but I wanted to have this build
without users having to hunt down a "make" program (While several exist, EMX
doesn't come with one). If someone wants to hack some REXX to make this a bit
-more piccky about recompiling, I'll accept the patch.
+more picky about recompiling, I'll accept the patch.
If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for
OS/2, I'd like to hear from you; send an email to icculus@clutteredmind.org.