]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
[wget] / src / ChangeLog
index 95a6612386db41eed3188a66ab01baa13ad8bf34..4352716fa08fbd22d794b2cccf5c97f2282eee6f 100644 (file)
@@ -1,3 +1,24 @@
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (xsleep): New function.  Uses nanosleep where available,
+       resuming sleeps interrupted by signals.  Updated callers of sleep
+       and usleep to use xsleep.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
+       declaration of SEED.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * log.c (logvprintf): Documented better.  Renamed to
+       log_vprintf_internal to avoid confusion with the public API
+       functions logprintf and logputs.
+
 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.h (N_): Don't parenthesize argument.