Ryan C. Gordon 23 lat temu
rodzic
commit
d41048aa89
2 zmienionych plików z 2 dodań i 0 usunięć
  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
            the file table...it was generally overhauled like the ZIP driver.
            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
            .cvsignore. bootstrap now copies the appropriate Makefile.am
            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!
 - Maybe a configure option to disable CD-ROM detection is in order. The API
   would remain, but just report no mounted discs every time.
+- Rewrite ZIP_enumerateFiles().
 - 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