Ryan C. Gordon 23 年 前
コミット
62b17caa4c
2 ファイル変更6 行追加5 行削除
  1. 6 0
      CHANGELOG
  2. 0 5
      TODO

+ 6 - 0
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

+ 0 - 5
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