Ryan C. Gordon %!s(int64=23) %!d(string=hai) anos
pai
achega
d41048aa89
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      CHANGELOG
  2. 1 0
      TODO

+ 1 - 0
CHANGELOG

@@ -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 - 0
TODO

@@ -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