From 9800a4404d2382a8c23860005ebea507cd21c21f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 9 Aug 2002 19:50:45 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 61fa9648..3bb88aee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ */ 08092002 - Added Quake PAK archiver (qpak.c) by Ed Sinjiashvili. Thanks! + Made (successful?) attempt to fix pthread-to-ui64 cast problem. + Check for OS/2 in configure.in, in case anyone gets autoconf and + such to work right on their OS/2 box. 08012002 - Patched win32.c to compile. 07302002 - Minor error handling fix (thanks, Alexander!) 07292002 - Found some memory leaks, thanks to Valgrind (which rules, btw). diff --git a/TODO b/TODO index d4662d71..05e3b31e 100644 --- a/TODO +++ b/TODO @@ -13,7 +13,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of it. - Need PHYSFS_LANG_GERMAN. - I'm a little nervous about the use of linked lists in qpak.c. -- Add qpak.c and PHYSFS_SUPPORTS_QPAK to mac classic, os/2, and win32 projects. +- Add qpak.c and PHYSFS_SUPPORTS_QPAK to mac classic and win32 projects. - Figure out that pesky pthread casting problem. - macclassic.c : "/* (Hmm. Default behaviour is broken in the base library. :) ) */"