]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Remove unnecessary assignments to silence warnings from Borland C.
[wget] / src / ChangeLog
index b7ebd455679d04bfe6af55364f4dd06e3927b0e6..9d6ce3d12fa44c6201a0b980b86bdaea983d08ab 100644 (file)
@@ -1,3 +1,23 @@
+2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * netrc.c (parse_netrc): Explicitly check for assignment != NULL
+       to silence warning from Borland C.
+
+       * url.c (sync_path): Don't unnecessarily increment p.
+       (url_parse): Don't unnecessarily set url_encode to NULL just
+       prior to return from the function.
+
+2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * log.c (escnonprint_internal): Place variable declarations
+       before other statements.
+
+2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c: Include recur.h.
+
+       * http.c (request_new): Define as accepting no args.
+
 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for