From 51e7e620fc9d36893a8dda72199f5132c832de2e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 11 Jun 2002 01:19:52 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 ++- TODO | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fc01948b..04912562 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,8 @@ with LoadLibrary() at runtime now, and handled if not present. This now builds correctly on a freshly installed Visual Studio 6.0, and the DLL it builds works everywhere. Plus, a bunch of other bugs - and incorrect behaviours were squashed. + and incorrect behaviours were squashed. Visual Studio 6.0 project + file added to CVS. 06082002 - Fixes to __PHYSFS_platformEnumerateFiles() in win32.c: cleaned up memory leak, handles paths more robustly, and prevents possible skipped file entries. Removed AC_C_CONST and AC_TYPE_SIZE_T checks diff --git a/TODO b/TODO index f3a80456..de691bcf 100644 --- a/TODO +++ b/TODO @@ -18,8 +18,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. - Look for FIXMEs (many marked with "!!!" in comments). -- Make configure/Makefile build a shared library on MacOS X. -- Make the library friendly to Win95 systems. +- MacOS X Project Builder files. - Probably other stuff. Requests and recommendations are welcome. // end of TODO ...