From 4752ee3290234a070a87cf4c1906c6511265555d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 25 Jul 2002 21:55:46 +0000 Subject: [PATCH] Updated. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 493cea12..b846ba3d 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,6 @@ 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. -- 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, @@ -14,6 +13,7 @@ These are in no particular order. A 1.0 release is reliant on doing most of 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. +- Figure out that pesky pthread casting problem. - 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),