From d41048aa896146ab93bb622dad4db471490fa534 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 23 Jul 2002 22:56:39 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 1 + TODO | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 08dba35c..50a9c774 100644 --- a/CHANGELOG +++ b/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. diff --git a/TODO b/TODO index 3a0321c0..ef4517b0 100644 --- a/TODO +++ b/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