]> sjero.net Git - wget/blobdiff - src/ChangeLog
Cope better with unclosed html tags.
[wget] / src / ChangeLog
index 07411a2ad6dcd148a65a18e4bafa29e07042ceec..e5cc8cd13a54ec31d2482e8613efc6cf50c620c5 100644 (file)
@@ -1,3 +1,32 @@
+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 (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.
+
+2010-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * iri.h (dummy_iri): Define static.
+
+       * css-tokens.h (css_tokens): Remove variable.
+
 2010-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * http.c (http_atotm): Count the NUL character when copying the locale