]> sjero.net Git - wget/blobdiff - src/ChangeLog
Check for fclose errors.
[wget] / src / ChangeLog
index fb352ad3ce228e9313fdd069c5b5d9f5e80b3fe7..7b2bde0ec8a040088421619075e65291b7e40b7d 100644 (file)
@@ -1,3 +1,24 @@
+2012-06-17  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.h: Define `CLOSEFAILED'.
+       * init.c: Include "exits.h".
+       (cleanup): Check `fclose' failure.
+       * exits.c (get_status_for_err): Handle `CLOSEFAILED'.
+
+2012-06-16  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (main): Move some cleanup related function to...
+       * init.c (cleanup): ...here.
+
+       * main.c: Do not include "stdout.h".
+       (main): Do not register `close_stdout' at exit.
+       Reported by: Micah Cowan  <micah@cowan.name>.
+
+2012-06-09  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_help): Move --report-speed under the section
+       "Logging and input file".
+
 2012-06-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * main.c (print_help): Rename --bits to --report-bps.