From 7bd7adb3cc8a30212548c786771417eb30cfb560 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 1 Apr 2002 18:49:18 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 56368ecc..adb22812 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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