Updated.
--- a/CHANGELOG Thu Jul 25 05:24:23 2002 +0000
+++ b/CHANGELOG Thu Jul 25 05:25:04 2002 +0000
@@ -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
--- a/TODO Thu Jul 25 05:24:23 2002 +0000
+++ b/TODO Thu Jul 25 05:25:04 2002 +0000
@@ -5,11 +5,6 @@
- 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