]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove some unused variables.
[wget] / src / ChangeLog
index 2618808c447c7062c55f8962c84b7cdc0c49a0f1..449d24d7f60f5755bbfbbb5844a868124dc25456 100644 (file)
@@ -1,9 +1,35 @@
+2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * css.l: Use option "nounput".
+       (YY_NO_INPUT): Add macro definition.
+
+2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * html-parse.c (map_html_tags): Fix condition for closed tag.  Handle
+       the case '>' is not specified after '/'.
+
+2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * sysdep.h (_SVID_SOURCE): Remove definition.
+       (_BSD_SOURCE): Remove definition.
+
+2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * recur.c (retrieve_tree): Remove variable `up_error_code'.
+
+       * iri.c (open_locale_to_utf8): Remove function.
+
 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'.