From 099e61d7606d201dee9ed9538cc1e8507f603e39 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 22 Aug 2002 10:36:51 +0000 Subject: [PATCH] Updated. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index cf7c1681..c7d3fe0b 100644 --- a/TODO +++ b/TODO @@ -22,6 +22,8 @@ These are in no particular order. A 1.0 release is reliant on doing most of - Platforms to port to: PocketPC (Maybe can just use win32.c?), Amiga (needs platform driver), DOS4GW (platform driver). - profile string list interpolation. +- Make zip_find_entry() do _something_ with dir entries. +- Is building internal zlib broken? - Enable more warnings? - Use __cdecl in physfs.h? - Look for FIXMEs (many marked with "!!!" in comments).