]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Check for a recent gcc version before using the statement-as-expression
[wget] / src / ChangeLog
index f0c1488b89e7e9b6c02588bf46896a317fad7a7d..023fec4977f4c702139e5b4eabaced622c0e9932 100644 (file)
@@ -1,3 +1,22 @@
+2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (strpbrk_or_eos): Check for a recent GCC version before
+       using the statement-as-expression extension.
+
+2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Don't attempt to "skip short body" if we're
+       issuing a HEAD request (in which case the response head is not
+       followed by a body).
+
+2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_spec_header): Don't split the string along the
+       commas using cmd_vector; just append the new value using
+       vec_append instead.
+
+       * utils.c (vec_append): New function.
+
 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
 
        * html-url.c (tag_handle_link): Mark the content from the <link