]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Subsecond granularity in run_with_timeout.
[wget] / src / ChangeLog
index d11c963f93855f0b7acedb5fcb248c1f83ab51a1..9f403b6b6acd5ac25de827acbee6dcc1f93c85a6 100644 (file)
@@ -1,3 +1,19 @@
+2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (alarm_set): New function; use either setitimer or alarm
+       to set up the alarm.
+       (alarm_cancel): New function; cancel the alarm set up by
+       alarm_set.
+       (run_with_timeout): Use them.
+
+2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_parse): Don't leak memory when a reencoded URL turns
+       out to be invalid.
+
+       * url.c (parse_errors): Mark error messages for translation.
+       (url_error): Translate error messages returned to the caller.
+
 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up