From e5324a8c6a6380b544be8d64773827e976bea35a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 Nov 2000 06:59:08 +0000 Subject: * Fix FAT handling on Windows to match the DJGPP port's FAT handling. * Fix a potential hole in readline if lines end in ^M (CRLF). --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index beefaef..361e043 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-11-17 Paul D. Smith + + * remake.c (f_mtime) [WINDOWS32]: On various advice, I changed the + WINDOWS32 port to assume timestamps can be up to 3 seconds away + before throwing a fit. + +2000-11-17 Paul D. Smith + + * read.c (readline): CRLF calculations had a hole, if you hit the + buffer grow scenario just right. Reworked the algorithm to avoid + the need for len or lastlen at all. Problem description with + sample code chages provided by Chris Faylor . + 2000-10-05 Paul D. Smith * acinclude.m4 (AM_LC_MESSAGES): Remove undefined macro -- cgit v1.2.3