From db279de4d14969b5b2d6e0563cdef628db0efa72 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 20 Jul 2003 21:07:53 +0000 Subject: [PATCH] Updated. --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index 349a9de6..c33cb55d 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,6 @@ These are in no particular order. A 1.0 release is reliant on doing some 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. -- I'm a little nervous about the use of linked lists in qpak.c. - Stack allocate in stripAppleBundle() (platform/unix.c) instead of calloc(). - macclassic.c : "/* (Hmm. Default behaviour is broken in the base library. :) ) */" @@ -21,7 +20,6 @@ These are in no particular order. A 1.0 release is reliant on doing some of - Enable more warnings? - Use __cdecl in physfs.h? - Look for FIXMEs (many marked with "!!!" in comments). -- Check for tab chars in the source. - Probably other stuff. Requests and recommendations are welcome. // end of TODO ...