From d15731bb8e688bb22f32806859586ed271354c85 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Jul 2002 17:17:38 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ TODO | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c3e0cc67..dc1eb36c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * CHANGELOG. */ +07252002 - configure.in and unix.c now deal with platforms that lack a + functional pthread library. Edward Rudd sent in a patch to the RPM + specfile to have the build system set the correct version. 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 diff --git a/TODO b/TODO index 33be1d9a..aef75bbf 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,7 @@ 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. -- Deal with Unix platforms without POSIX threads (NetBSD, etc). +- Remove extra exists() calls where possible. - Other archivers: perhaps tar(.gz|.bz2), RPM, ARJ, etc. These are less important, since streaming archives aren't of much value to games (which is why zipfiles are king: random access), but it could have uses for, say,