From a89efe6972a948746b91820c91a8c188e630ab9c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 7 Jun 2002 12:12:22 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 629d88cf..24e14293 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,10 @@ and archivers/grp.c (returns lastmodtime of GRPfile itself in the physical filesystem). Put a 64-bit _llseek() version of the seek() and tell() methods in platform/posix.c, but you need to hack (or - rather, fix) configure.in to enable it. + rather, fix) configure.in to enable it. From Greg on win32.c: Fixed + file enumerator function (needed a wildcard '*' specification), CD + enumeration only reports CDs that have media, getLastModTime() has + been implemented. 06012002 - Added -Wall to debug builds. Removed ANSI stdio calls from platform/posix.c, and replaced them with actual POSIX calls (that is, fopen() became open(), fseek() became lseek(), etc...)