]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove _SVID_SOURCE and _BSD_SOURCE definition.
[wget] / src / ChangeLog
index e5cc8cd13a54ec31d2482e8613efc6cf50c620c5..bf68aa09963757335e9846f93f4e2f306a92583f 100644 (file)
@@ -1,9 +1,31 @@
+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'.
+
+       * 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