]> sjero.net Git - wget/blobdiff - src/ChangeLog
Print diagnostic messages to stderr, not stdout.
[wget] / src / ChangeLog
index a476e7cdb9f7cae98c8e699eb46509f9308e4312..2926d361db981675b252c98887b8d97b0b44ba95 100644 (file)
@@ -1,5 +1,34 @@
+2010-05-30  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * html-parse.c (NAME_CHAR_P): Consider '<' an invalid character.
+       (advance_declaration): Close the tag if '<' is found.
+       (map_html_tags): Likewise.
+
+2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_usage): Accept a new parameter `error'.
+       (main): Print diagnostic messages to stderr, not stdout.
+
+2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (wget_SOURCES): Remove `snprintf.c'.
+
+       * snprintf.c: Remove file.
+
+2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (main): Exit with failure when -k is specified and -O is not
+       a regular file.
+
+2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (gethttp): Consider new cookies retrieved when the
+       authorization fails.
+
 2010-05-25  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * host.c (sufmatch): Do not consider zero length entries.
+
        * http.c (H_10X): New macro.
        (gethttp): Silently ignore 1xx responses.