]> sjero.net Git - wget/blobdiff - src/ChangeLog
Report stdout close errors.
[wget] / src / ChangeLog
index 13ab1ae701e09c4e06d96b81ea25b6fe70eb5353..caebc5e4c040a33b5d0eb4c37cbaff1a11bc2a88 100644 (file)
@@ -1,5 +1,18 @@
+2012-02-26  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c: Include "closeout.h"
+       (main): Register close_stdout at exit.
+
+2012-02-01  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * warc.c: Fix large file support with ftello, fseeko.
+       * warc.h: Fix large file support.
+       * http.c: Fix large file support.
+
 2012-02-23  Giuseppe Scrivano  <giuseppe@southpole.se>
 
+       * main.c (main): Write diagnostic messages to `stderr' not to `stdout'.
+
        * main.c (main): Fail gracefully if `malloc' fails.
 
        * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'.