]> sjero.net Git - wget/blobdiff - src/ChangeLog
Move declaration before statements.
[wget] / src / ChangeLog
index 23a422d7f0943eb85fd52eab6d904845048322d3..51946933aaea2237b01a9a3f5996b5c47ededa13 100644 (file)
@@ -1,9 +1,33 @@
-2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
+2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
 
-       * 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.
+       * test.h (mu_run_test): Move declaration before statements, for
+       C90 conformance.
+
+2008-04-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.am: Move @LIBS@ after other libraries, for better
+       static-linking support.
+
+2008-04-12  Rabin Vincent  <rabin@rab.in>
+
+       * mswindows.c (fake_fork_child): Don't create a logfile for
+       --background when --quiet is used, but not --server-response.
+       Fixes bug #20917.
+
+       * utils.c (fork_to_background): Likewise.
+
+2008-04-12  Micah Cowan  <micah@cowan.name>
 
+       * utils.c (aprintf): Minor formatting changes to Alex's code (80-
+       column limit, concatenated string literals, avoiding nesting
+       levels), and removed invocation of free (since we're aborting
+       anyway).
+
+2008-04-11  Alexander Dergachev  <cy6erbr4in@gmail.com>
+
+       * utils.c (aprintf): Now we are setting limits (1 Mb) for text
+       buffer when we use non-C99 vsnprintf.
+       
 2008-04-11  Micah Cowan  <micah@cowan.name>
 
        * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
        Rabin Vincent <rabin@rab.in> for pointing the way with a
        suggested fix!
 
+2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
+
+       * 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  <micah@cowan.name>
 
        * utils.c (test_dir_matches_p): More tests related for