]> sjero.net Git - wget/blobdiff - src/ChangeLog
ftp: display hour:minute information if it is available.
[wget] / src / ChangeLog
index 60e82d944cf7a8a23d307552b25f1576698757de..ccb1be80512483f0ededff4cc5524e1bbb507b03 100644 (file)
@@ -1,3 +1,27 @@
+2010-07-25  John Trengrove  <jtrengrove@gmail.com> (tiny change)
+
+       * ftp.h: Added enum `parsetype'.  Modified struct to hold parsetype.
+
+       * ftp-ls.c (ftp_parse_unix_ls): Default to TT_DAY. Change to TT_HOUR_MIN
+       if hours/minutes parsed.
+       (ftp_parse_winnt_ls): Default to TT_HOUR_MIN.
+       (ftp_parse_vms_ls): Default to TT_HOUR_MIN.
+       (ftp_index): Print only if fileinfo struct value ttype set to TT_HOUR_MIN.
+
+2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * html-url.h (struct map_context): Remove member `tail'.
+
+       * html-url.c (append_url): Append the new url ordered by `position'.
+       (get_urls_html): Do not initialize `ctx.tail'.
+
+       * css-url.c (get_urls_css_file): Do not initialize `ctx.tail'.
+
+2010-07-29  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek
+       data is sufficient.
+
 2010-07-28  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * http.h (http_loop): Add new argument `original_url'