]> sjero.net Git - wget/blobdiff - src/ChangeLog
Do not assume external links type to be always "text/html".
[wget] / src / ChangeLog
index 8d15a17d335f81b504987a5e1b2c00dc89f4c10a..93f466782d812b657ef9e20f5eb821405d704339 100644 (file)
@@ -1,3 +1,28 @@
+2010-10-18  Manfred Koizar <mkoi-pg@aon.at> (tiny change)
+
+       * html-url.c (tag_handle_link): Do not assume external links type
+       to be always "text/html".
+
+2010-10-16  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * connect.c (socket_ip_address): Initialize `sockaddr' to zero.
+       * ftp-basic.c (ftp_epsv): Remove dead assignment to `s'.
+       * ftp-ls.c (ftp_parse_vms_ls): Remove dead assignment to `len'.
+       * http.c (skip_short_body): Remove dead assignment to `ret'.
+       * init.c (wgetrc_user_file_name): Remove dead assignment to `home'.
+       * main.c (main): Silent warning reported by clang.
+       (http_loop): Silent warning reported by clang.
+       * retr.c (retrieve_url): Likewise.
+       * url.c (init_seps): Remove dead assignment to `p'.
+
+2010-10-11  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * ftp.c (getftp): Fix indentation.
+
+2010-10-11  Steven Schubiger <stsc@member.fsf.org>
+
+       * ftp.c (getftp): Initialize `targ'.
+
 2010-10-08  Ivanov Anton <x86mail@gmail.com> (tiny change)
 
     * src/html-url.c (check_style_attr): Skip quotes when they are present.