Ryan C. Gordon 21 år sedan
förälder
incheckning
8786d07f5d
3 ändrade filer med 9 tillägg och 4 borttagningar
  1. 2 1
      CHANGELOG
  2. 4 0
      CREDITS
  3. 3 3
      INSTALL

+ 2 - 1
CHANGELOG

@@ -3,7 +3,8 @@
  */
  */
 
 
 03122005 - Added evil GOTO_*_MACRO_* macros. Fixed unix.c to compile again on
 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
 02152005 - Minor comment fix in platform/pocketpc.c
 01052005 - Fixed HOG archiver file lookup (thanks, Chris!)
 01052005 - Fixed HOG archiver file lookup (thanks, Chris!)
 12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)
 12162004 - Fixed some documentation/header comment typos (thanks, Gaetan!)

+ 4 - 0
CREDITS

@@ -3,6 +3,7 @@ Unix support,
 Win32 support,
 Win32 support,
 BeOS support,
 BeOS support,
 POSIX support,
 POSIX support,
+MacOS support,
 OS/2 support,
 OS/2 support,
 GRP archiver,
 GRP archiver,
 DIR archiver,
 DIR archiver,
@@ -70,6 +71,9 @@ MIX archiver,
 Bug fixes:
 Bug fixes:
     Tolga Dalman
     Tolga Dalman
 
 
+Initial PHYSFS_mount() work:
+    Philip D. Bober
+
 Other stuff:
 Other stuff:
     Your name here! Patches go to icculus@clutteredmind.org ...
     Your name here! Patches go to icculus@clutteredmind.org ...
 
 

+ 3 - 3
INSTALL

@@ -38,7 +38,7 @@ BeOS:
 Use the "Unix" instructions, above.
 Use the "Unix" instructions, above.
 
 
 
 
-AtheOS:
+AtheOS/Syllable:
 Use the "Unix" instructions, above.
 Use the "Unix" instructions, above.
 
 
 
 
@@ -59,7 +59,7 @@ If you're using Visual C++ 6 and want to generate a static LIB file, point
 it at "physfs_static.dsp" in the root of the source tree and build.  This
 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"
 will produce a "physfs_static.lib" in either a "physfs_static_debug"
 or a "physfs_static_release" directory, depending on what configuration
 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.
 statically linked build.
 
 
 Visual Studio.NET users should do the same thing, but use the "physfs.vcproj"
 Visual Studio.NET users should do the same thing, but use the "physfs.vcproj"
@@ -114,7 +114,7 @@ EMX is installed correctly, unpack the source to PhysicsFS and run the script
 file "makeos2.cmd". I know this isn't ideal, but I wanted to have this build
 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
 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
 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
 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.
 OS/2, I'd like to hear from you; send an email to icculus@clutteredmind.org.