From 0bc304268a86fd3fa6eb28f2d6458db61514b706 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 30 Aug 2002 14:30:59 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 2 ++ TODO | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 211b7e56..0f957805 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ * CHANGELOG. */ +08302002 - Cleaned tab stops out of zip.c, and fixed a possible infinite loop + in zip_find_entry(). 08292002 - Fixed a mistake in makeos2.cmd, and updated the INSTALL docs. Added physfs.spec.in to EXTRA_DIST in Makefile.am* 08292002 - Added a physfs/stdio wrapper header to the "extras" dir, diff --git a/TODO b/TODO index 672a2eca..6cdcb906 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,7 @@ These are in no particular order. A 1.0 release is reliant on doing most 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 ...