From: Micah Cowan Date: Fri, 11 Apr 2008 23:38:43 +0000 (-0700) Subject: Fix fuzzy match of ChangeLog. X-Git-Tag: v1.13~435 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=aed143ea0c070c764fe199b3c35904c6ecf4018a Fix fuzzy match of ChangeLog. --- diff --git a/src/ChangeLog b/src/ChangeLog index 23a422d7..7201511a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,3 @@ -2008-04-10 Alexander Dergachev - - * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an - "unknown" value for the attempted allocation size. - * utils.c (aprintf): Now calls memfatal, instead of aborting. - 2008-04-11 Micah Cowan * ftp.c (getftp, ftp_loop_internal): Don't append to an existing @@ -11,6 +5,12 @@ Rabin Vincent for pointing the way with a suggested fix! +2008-04-10 Alexander Dergachev + + * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an + "unknown" value for the attempted allocation size. + * utils.c (aprintf): Now calls memfatal, instead of aborting. + 2008-03-19 Micah Cowan * utils.c (test_dir_matches_p): More tests related for