This commit is contained in:
Ryan C. Gordon 2002-04-01 18:49:18 +00:00
parent cccf065f68
commit 7bd7adb3cc
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
* CHANGELOG.
*/
04012002 - (_NOT_ an April Fool's Joke:) Started working on MacOS Classic
port. Added skeleton.c to platform directory. Minor patches to
get things compiling on Mac (notably, DirInfo conflicts with
a type exposed by MacOS's namespace-polluting API, and some
typecasting issues). Found a call to ferror() I had missed in
unzip.c.
03302002 - Mutexes! PhysicsFS should be thread safe now, so long as you
don't try to do something like close a file at the same time as
you are reading from it in another thread. All reasonable race