From 4454511ca09ba3d58583df8b63bf4583f01d1068 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 24 May 2003 03:38:58 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 40585646..0bf8c0ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * CHANGELOG. */ +05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is + much much more accurate than the previous code. Updated + configure.in and Makefile.am.newautomake for some MacOSX stuff. 05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL. 05182003 - PocketPC fixes (thanks, David Hedbor!) 05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!) diff --git a/TODO b/TODO index 43752f2c..349a9de6 100644 --- a/TODO +++ b/TODO @@ -11,12 +11,10 @@ These are in no particular order. A 1.0 release is reliant on doing some of nice for an email program. That's blue sky, unless someone wants to tackle it. - I'm a little nervous about the use of linked lists in qpak.c. +- Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc(). - macclassic.c : "/* (Hmm. Default behaviour is broken in the base library. :) ) */" -- Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, - MacOS 8.1 -- Platforms to port to: PocketPC (Maybe can just use win32.c?), - Amiga (needs platform driver), DOS4GW (platform driver). +- Platforms to port to: Amiga (needs platform driver), DOS4GW (platform driver). - profile string list interpolation. - We have two different ways to find dir entries in zip.c. - Do symlinks in zip archiver work when they point to dirs?