]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Abort if there have been errors while processing .wgetrc'.
[wget] / src / ChangeLog
index 25e41d947eaa35bea9ff61cbda3490263cca3c0e..1724addec8b4239649c2dd6c07b7a0c603228089 100644 (file)
@@ -1,3 +1,31 @@
+2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (parse_line): Make the return value indicate whether
+       there was a syntax error or a setter failed.
+       (run_wgetrc): Return an indication on whether an error has been
+       encountered.
+       (initialize): Abort if there have been errors running either
+       .wgetrc file.
+
+2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * log.c (copy_and_escape): Slightly reduce code repetition between
+       the two loops.
+
+2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
+
+       * utils.c (proclist): Strip leading slash when calling fnmatch
+       too, otherwise wildcard comparisons always fail.
+
+2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (touch): Set access time to current time.
+
+2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_unescape): Don't unescape %00, it effectively
+       truncates the string.
+
 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * log.c (copy_and_escape): Replace the FOR_URI argument with a