Changed my email address.
--- a/CHANGELOG Sun Jan 01 12:29:18 2006 +0000
+++ b/CHANGELOG Sun Jan 01 12:31:34 2006 +0000
@@ -4,7 +4,7 @@
-- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---
-01012006 - Added physfs.rc (thanks, Dennis!).
+01012006 - Added physfs.rc (thanks, Dennis!). Changed my email address.
11282005 - Whitespace fix, and corrected docs on PHYSFS_setWriteDir().
09062005 - Happy September. Minor MingW fixes (but it's still broken, I think).
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to
@@ -433,7 +433,7 @@
08012001 - Added a safety memset in error setting, fixed URLs and email addr.
07282001 - Initial release.
---ryan. (icculus@clutteredmind.org)
+--ryan. (icculus@icculus.org)
/* end of CHANGELOG ... */
--- a/CREDITS Sun Jan 01 12:29:18 2006 +0000
+++ b/CREDITS Sun Jan 01 12:31:34 2006 +0000
@@ -83,7 +83,7 @@
Dennis Schridde
Other stuff:
- Your name here! Patches go to icculus@clutteredmind.org ...
+ Your name here! Patches go to icculus@icculus.org ...
/* end of CREDITS ... */
--- a/INSTALL Sun Jan 01 12:29:18 2006 +0000
+++ b/INSTALL Sun Jan 01 12:31:34 2006 +0000
@@ -31,7 +31,7 @@
Primary Unix development is done with GNU/Linux, but PhysicsFS is known to
work out of the box with several flavors of Unix. It it doesn't work, patches
-to get it running can be sent to icculus@clutteredmind.org.
+to get it running can be sent to icculus@icculus.org.
BeOS:
@@ -76,7 +76,7 @@
may not work. Patches are welcome.
If someone is willing to maintain prebuilt PhysicsFS DLLs, I'd like to hear
-from you; send an email to icculus@clutteredmind.org.
+from you; send an email to icculus@icculus.org.
MACOS 8/9:
Double-click on "CWProjects.sit" in the root of the source tree. This will
@@ -91,7 +91,7 @@
DLLs you built previously.
If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for
-the Mac, I'd like to hear from you; send an email to icculus@clutteredmind.org.
+the Mac, I'd like to hear from you; send an email to icculus@icculus.org.
@@ -103,7 +103,7 @@
Follow the Unix directions, above (configure, make, make install).
If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for
-MacOS X, I'd like to hear from you; send an email to icculus@clutteredmind.org.
+MacOS X, I'd like to hear from you; send an email to icculus@icculus.org.
OS/2:
@@ -117,7 +117,7 @@
more piccky 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.
+OS/2, I'd like to hear from you; send an email to icculus@icculus.org.
OTHER PLATFORMS:
@@ -129,5 +129,5 @@
heavily-commented physfs_internal.h and look in the platform/ and archiver/
directories for examples.
---ryan. (icculus@clutteredmind.org)
+--ryan. (icculus@icculus.org)
--- a/LICENSE Sun Jan 01 12:29:18 2006 +0000
+++ b/LICENSE Sun Jan 01 12:31:34 2006 +0000
@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
- Ryan C. Gordon <icculus@clutteredmind.org>
+ Ryan C. Gordon <icculus@icculus.org>
(Please note that versions of PhysicsFS prior to 0.1.9 are licensed under
--- a/archivers/dir.c Sun Jan 01 12:29:18 2006 +0000
+++ b/archivers/dir.c Sun Jan 01 12:31:34 2006 +0000
@@ -52,7 +52,7 @@
{
"",
DIR_ARCHIVE_DESCRIPTION,
- "Ryan C. Gordon <icculus@clutteredmind.org>",
+ "Ryan C. Gordon <icculus@icculus.org>",
"http://icculus.org/physfs/",
};
--- a/archivers/grp.c Sun Jan 01 12:29:18 2006 +0000
+++ b/archivers/grp.c Sun Jan 01 12:31:34 2006 +0000
@@ -90,7 +90,7 @@
{
"GRP",
GRP_ARCHIVE_DESCRIPTION,
- "Ryan C. Gordon <icculus@clutteredmind.org>",
+ "Ryan C. Gordon <icculus@icculus.org>",
"http://icculus.org/physfs/",
};
--- a/archivers/qpak.c Sun Jan 01 12:29:18 2006 +0000
+++ b/archivers/qpak.c Sun Jan 01 12:31:34 2006 +0000
@@ -107,7 +107,7 @@
{
"PAK",
QPAK_ARCHIVE_DESCRIPTION,
- "Ryan C. Gordon <icculus@clutteredmind.org>",
+ "Ryan C. Gordon <icculus@icculus.org>",
"http://icculus.org/physfs/",
};
--- a/archivers/zip.c Sun Jan 01 12:29:18 2006 +0000
+++ b/archivers/zip.c Sun Jan 01 12:31:34 2006 +0000
@@ -147,7 +147,7 @@
{
"ZIP",
ZIP_ARCHIVE_DESCRIPTION,
- "Ryan C. Gordon <icculus@clutteredmind.org>",
+ "Ryan C. Gordon <icculus@icculus.org>",
"http://icculus.org/physfs/",
};
--- a/extras/physfs_rb/physfs/physfsrwops.c Sun Jan 01 12:29:18 2006 +0000
+++ b/extras/physfs_rb/physfs/physfsrwops.c Sun Jan 01 12:31:34 2006 +0000
@@ -16,7 +16,7 @@
*
* SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/
*
- * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org).
+ * This file was written by Ryan C. Gordon. (icculus@icculus.org).
*/
#include <stdio.h> /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */
--- a/extras/physfs_rb/physfs/physfsrwops.h Sun Jan 01 12:29:18 2006 +0000
+++ b/extras/physfs_rb/physfs/physfsrwops.h Sun Jan 01 12:31:34 2006 +0000
@@ -16,7 +16,7 @@
*
* SDL falls under the LGPL, too. You can get SDL at http://www.libsdl.org/
*
- * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org).
+ * This file was written by Ryan C. Gordon. (icculus@icculus.org).
*/
#ifndef _INCLUDE_PHYSFSRWOPS_H_
--- a/extras/physfshttpd.c Sun Jan 01 12:29:18 2006 +0000
+++ b/extras/physfshttpd.c Sun Jan 01 12:31:34 2006 +0000
@@ -29,7 +29,7 @@
* Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
* Please see LICENSE in the root of the source tree.
*
- * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org).
+ * This file was written by Ryan C. Gordon. (icculus@icculus.org).
*/
#include <stdio.h>
--- a/extras/physfsrwops.c Sun Jan 01 12:29:18 2006 +0000
+++ b/extras/physfsrwops.c Sun Jan 01 12:31:34 2006 +0000
@@ -17,7 +17,7 @@
*
* SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/
*
- * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org).
+ * This file was written by Ryan C. Gordon. (icculus@icculus.org).
*/
#include <stdio.h> /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */
--- a/extras/physfsrwops.h Sun Jan 01 12:29:18 2006 +0000
+++ b/extras/physfsrwops.h Sun Jan 01 12:31:34 2006 +0000
@@ -17,7 +17,7 @@
*
* SDL falls under the LGPL license. You can get SDL at http://www.libsdl.org/
*
- * This file was written by Ryan C. Gordon. (icculus@clutteredmind.org).
+ * This file was written by Ryan C. Gordon. (icculus@icculus.org).
*/
#ifndef _INCLUDE_PHYSFSRWOPS_H_
--- a/makeos2.cmd Sun Jan 01 12:29:18 2006 +0000
+++ b/makeos2.cmd Sun Jan 01 12:31:34 2006 +0000
@@ -3,7 +3,7 @@
rem the EMX development tools installed for this to work.
rem
rem This script (and, indeed, our OS/2 support) could use some tweaking.
-rem Patches go to icculus@clutteredmind.org ...
+rem Patches go to icculus@icculus.org ...
set PHYSFSLANG=PHYSFS_LANG_ENGLISH
set DEBUGFLAGS=-D_NDEBUG -O2 -s
--- a/physfs_internal.h Sun Jan 01 12:29:18 2006 +0000
+++ b/physfs_internal.h Sun Jan 01 12:31:34 2006 +0000
@@ -28,7 +28,7 @@
/* The LANG section. */
-/* please send questions/translations to Ryan: icculus@clutteredmind.org. */
+/* please send questions/translations to Ryan: icculus@icculus.org. */
#if (!defined PHYSFS_LANG)
# define PHYSFS_LANG PHYSFS_LANG_ENGLISH