Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 25, 2002
1 parent d3b6d99 commit 62b17ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions TODO
Expand Up @@ -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
Expand Down

0 comments on commit 62b17ca

Please sign in to comment.