From: Micah Cowan Date: Sat, 12 Apr 2008 19:57:25 +0000 (-0700) Subject: Merging in the rest of Alex's bundle. X-Git-Tag: v1.13~430^2~2 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=4e288c5db5242cf5851e1d113824eae5d5fb0e02 Merging in the rest of Alex's bundle. --- 4e288c5db5242cf5851e1d113824eae5d5fb0e02 diff --cc src/ChangeLog index d320f150,7201511a..a2881858 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,8 -1,10 +1,15 @@@ +2008-04-11 Alexander Dergachev + + * utils.c (aprintf): Now we are setting limits (1 Mb) for text + buffer when we use non-C99 vsnprintf. + + 2008-04-11 Micah Cowan + + * ftp.c (getftp, ftp_loop_internal): Don't append to an existing + .listing when --continue is used. Fixes bug #22825. Thanks to + Rabin Vincent for pointing the way with a + suggested fix! + 2008-04-10 Alexander Dergachev * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an