This commit is contained in:
Ryan C. Gordon 2002-07-23 22:56:39 +00:00
parent 7c80bcf537
commit d41048aa89
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
fast in every reasonable respect, now. GRP archiver now caches fast in every reasonable respect, now. GRP archiver now caches
the file table...it was generally overhauled like the ZIP driver. the file table...it was generally overhauled like the ZIP driver.
Added "ls" as an alias of "enumerate" in test_physfs. Added "ls" as an alias of "enumerate" in test_physfs.
I lied about zip.c's robustness; disabled the enumeration code.
07212002 - More FreeBSD build system patches. Added some new autoconf spew to 07212002 - More FreeBSD build system patches. Added some new autoconf spew to
.cvsignore. bootstrap now copies the appropriate Makefile.am .cvsignore. bootstrap now copies the appropriate Makefile.am
instead of rename()ing it. instead of rename()ing it.

1
TODO
View File

@ -9,6 +9,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of
don't. Ugh! don't. Ugh!
- Maybe a configure option to disable CD-ROM detection is in order. The API - Maybe a configure option to disable CD-ROM detection is in order. The API
would remain, but just report no mounted discs every time. would remain, but just report no mounted discs every time.
- Rewrite ZIP_enumerateFiles().
- Change platform detection so it doesn't need sed? - Change platform detection so it doesn't need sed?
- Deal with Unix platforms without POSIX threads (NetBSD, etc). - Deal with Unix platforms without POSIX threads (NetBSD, etc).
- Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less - Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less