From c7e785a74275c95b0c01099693d79c85523feb3f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Jul 2002 21:55:18 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 1 + TODO | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dc1eb36c..8f7ae128 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ 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. + Clean ups in grp.c, beos.cpp and macclassic.c. 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 aef75bbf..493cea12 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of support so that both "archives" look identical to an application; might be nice for an email program. That's blue sky, unless someone wants to tackle it. +- Try to remove ERR_OS_ERROR from macclassic.c where possible. - Platforms to be verified as working: Solaris, WinNT 3.1, WinME, WinXP, MacOS 8.1 - Platforms to port to: NetBSD (needs pthreads), OS/2 (needs platform driver),