Ryan C. Gordon
c08f79715b
Changed my email address.
2006-01-01 12:31:34 +00:00
Ryan C. Gordon
cf12ff2b96
Added physfs.rc for Windows builds (thanks, Dennis!)
2006-01-01 12:29:18 +00:00
Ryan C. Gordon
57b48ae7f6
Fixed documentation for PHYSFS_setWriteDir().
2005-11-28 13:28:12 +00:00
Ryan C. Gordon
7130cea2bf
Minor MingW patches backported from dev branch.
2005-09-06 06:31:04 +00:00
Ryan C. Gordon
33ce47743f
Assert define fix.
2005-07-24 01:02:11 +00:00
Ryan C. Gordon
7840ae68a6
Updated MacOS Classic CodeWarrior project.
2005-07-24 00:21:00 +00:00
Ryan C. Gordon
a2ca51373c
Fixed compiler warning in physfs.c.
2005-07-23 23:39:12 +00:00
Ryan C. Gordon
55c8465eeb
Removed debian directory.
2005-07-23 22:46:30 +00:00
Ryan C. Gordon
8593f1484e
Remove .svn dirs from release tarballs.
2005-07-23 22:23:07 +00:00
Ryan C. Gordon
f5195696b6
Fixed "make dist".
2005-07-23 22:16:30 +00:00
Ryan C. Gordon
481f85a91c
Upped version to 1.0.1.
2005-07-23 22:04:23 +00:00
Ryan C. Gordon
5e0de7cc73
Moved to zlib 1.2.3 proper.
2005-07-23 22:02:32 +00:00
Ryan C. Gordon
1affc74230
From: Jorg Walter
...
To: icculus@clutteredmind.org
Subject: Bug in zip archiver
Date: Sat, 23 Jul 2005 22:19:09 +0200
Hi!
PhysFS has a bug in the ZIP archive module, function zip_find_start_of_dir.
Upon encountering a substring match, rc is set to a wrong value. The fix is
simple: swap both assignments like this:
[patch below --Ed.]
Some additional info for testing: Symptoms when you encounter this bug: A dir
is reported as empty although it has files in it; prerequisites or
encountering it: two dirs, one a substring of another, like "data/txt" and
"data/txt2", laid out in a way so that variable "middle" points to a file in
txt2 at some point during zip_find_start_of_dir
By the way, if you're interested in where PhysFS is used: I found this bug
while writing a patch for DOSBox (http://dosbox.sourceforge.net ) to support
ZIP files. And I'd love to see that enhanced PHYSFS_mount syntax in an
official release soon *hint* ;);)
2005-07-23 21:46:46 +00:00
Ryan C. Gordon
68f832b9f7
Moved to zlib122 and security fix discussed here:
...
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
2005-07-13 15:22:08 +00:00
Ryan C. Gordon
12353f5346
Backport from devbranch: mingw support.
2005-06-13 01:16:13 +00:00
Ryan C. Gordon
804d364506
MacOS Classic fixes, MPW support, and removal of SITX for SIT (no SITX support
...
in the final Stuffit Expander for OS9, apparently).
2005-03-16 12:18:17 +00:00
Ryan C. Gordon
cd065471c8
Spanish and Brazillian Portuguese translations.
2005-03-16 12:00:07 +00:00
Ryan C. Gordon
ab1fd8a763
Minor comment fix (stable branch backport)
2005-02-15 22:30:28 +00:00
Ryan C. Gordon
73fc0593bf
2.0.0 backport: Fixed HOG archiver sorting/lookups (thanks Chris!)
2005-01-05 05:16:53 +00:00
Ryan C. Gordon
df02d9722d
Fixed some documentation/header comment typos (thanks, Gaetan!)
2004-12-16 16:25:42 +00:00
Ryan C. Gordon
a63b842e24
CFLAGS fix backported from devbranch.
2004-10-30 23:47:00 +00:00
Ryan C. Gordon
791d52465c
Removed .cvsignore files
2004-10-30 09:59:38 +00:00
Ryan C. Gordon
4b036dc0a2
strcpy/strcat fix, backported from devbranch.
2004-10-30 09:57:56 +00:00
Ryan C. Gordon
7521634ee6
Updated.
2004-09-21 17:36:50 +00:00
Ryan C. Gordon
19f5b8651d
Updated.
2004-01-08 05:52:41 +00:00
Ryan C. Gordon
56606fa65c
Updated.
2003-12-29 08:49:58 +00:00
bhook
86dc6d9ebc
Converted VC6 project to use zlib121, fixed some link warnings that
...
Z_PREFIX=1 missed by default, enabled Z_PREFIX=1 by default in VC6
dsp file, updated changelog.
2003-12-22 18:19:09 +00:00
Ryan C. Gordon
02866267d5
Updated.
2003-12-22 17:12:51 +00:00
Ryan C. Gordon
6d45e5b718
Updated.
2003-12-19 01:53:06 +00:00
Ryan C. Gordon
4bbb4ea217
Updated.
2003-12-18 19:54:41 +00:00
Ryan C. Gordon
3a5f64ff06
Updated.
2003-12-15 04:00:53 +00:00
Ryan C. Gordon
f6234dbc2a
Updated.
2003-12-08 12:38:10 +00:00
Ryan C. Gordon
4e58f93af9
Updated
2003-12-07 05:39:54 +00:00
Ryan C. Gordon
caf828b73d
Updated.
2003-12-07 05:30:06 +00:00
Ryan C. Gordon
4f0b5d6e47
Updated.
2003-11-11 14:11:00 +00:00
Ryan C. Gordon
e04c24cbcd
Updated.
2003-11-09 21:07:12 +00:00
Ryan C. Gordon
13d6a130fd
Updated.
2003-09-13 02:30:55 +00:00
Ryan C. Gordon
f49ab5f7d4
Updated.
2003-08-26 19:43:17 +00:00
Ryan C. Gordon
83fde3e480
Upped version to 0.1.9.
2003-07-23 04:13:21 +00:00
Ryan C. Gordon
d21eaf18dc
Updated.
2003-07-21 04:01:10 +00:00
Ryan C. Gordon
a4276d9a61
Updated.
2003-07-21 00:28:21 +00:00
Ryan C. Gordon
d59c03cc8b
Updated.
2003-07-20 21:14:12 +00:00
Ryan C. Gordon
025aef8a15
Switched to zlib license.
2003-07-20 20:57:55 +00:00
Ryan C. Gordon
adc1f9a434
Updated.
2003-06-11 09:02:12 +00:00
Ryan C. Gordon
4454511ca0
Updated.
2003-05-24 03:38:58 +00:00
Ryan C. Gordon
593bca81ff
Updated.
2003-05-22 04:01:47 +00:00
Ryan C. Gordon
4bf1b305e3
Updated.
2003-05-18 07:52:53 +00:00
Ryan C. Gordon
283c6291a7
Updated.
2003-05-16 15:32:46 +00:00
Ryan C. Gordon
23dcba1970
Updated.
2003-04-08 05:51:19 +00:00
Ryan C. Gordon
c3ebe9f352
Updated.
2003-03-30 20:45:57 +00:00