From 62b17caa4c85ffbbf2c508eeb11e9b68a5d0c09d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Jul 2002 05:25:04 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 6 ++++++ TODO | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9e6fdc6b..c3e0cc67 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,12 @@ */ 07242002 - Rewrote ZIP_enumerate(). Hopefully it sucks less this time. + unix.c and configure.in now have the infrastructure to disable + the CD-ROM detection code, and use a stub that successfully (and + unconditionally) reports no detected discs. Currently this is + used on AtheOS (which doesn't have CD-ROM support at the moment + anyhow), but it will be useful to get the library up on odd, + Unix-like systems that don't use either getmntinfo() or getmntent(). 07232002 - Cleaned up the cut-and-pastes in the various file enumeration routines and moved it into __PHYSFS_addToLinkedStringList(). Tons more ZIP file enhancing. I'm fairly certain it's robust and diff --git a/TODO b/TODO index 078f3dba..33be1d9a 100644 --- a/TODO +++ b/TODO @@ -5,11 +5,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of - Include the Visual Studio.NET project file in CVS directly. - Favor archivers that have the same extension as an archive when opening. -- Some unix systems want you to free() the results of getmntinfo() and some - don't. Ugh! -- Maybe a configure option to disable CD-ROM detection is in order. The API - would remain, but just report no mounted discs every time. -- Change platform detection so it doesn't need sed? - Deal with Unix platforms without POSIX threads (NetBSD, etc). - Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less important, since streaming archives aren't of much value to games (which