diff options
author | Paul Smith <psmith@gnu.org> | 2000-11-17 06:59:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-11-17 06:59:08 +0000 |
commit | e5324a8c6a6380b544be8d64773827e976bea35a (patch) | |
tree | 942f37674ec8174831592e7b25745dd3041eada6 /ChangeLog | |
parent | d5a04ee9849e300f0e4b751ca7c1d1fd96f312a1 (diff) | |
download | gunmake-e5324a8c6a6380b544be8d64773827e976bea35a.tar.gz |
* 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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-11-17 Paul D. Smith <psmith@gnu.org> + + * 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 <psmith@gnu.org> + + * 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 <cgf@redhat.com>. + 2000-10-05 Paul D. Smith <psmith@gnu.org> * acinclude.m4 (AM_LC_MESSAGES): Remove undefined macro |