]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Only set a flag in the SIGWINCH handler.
[wget] / src / ChangeLog
index a771b8ac9e5347a7e9f0074a093983a681f065e6..59f0c8c4d16cf33b82111675d908c1c829aca68b 100644 (file)
@@ -1,11 +1,38 @@
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (progress_handle_sigwinch): Don't call
+       determine_screen_width() from the signal handler.  Instead, just
+       set a volatile variable.
+       (bar_create): Check whether SIGWINCH was received.
+       (bar_update): Ditto.
+
+       * 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.
 
 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
 
-       * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr,
-       because that doesn't work on some machines.
+       * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
+       because that doesn't work on machines that define it as bitfield.
 
 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>