]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Only set a flag in the SIGWINCH handler.
[wget] / src / ChangeLog
index 4352716fa08fbd22d794b2cccf5c97f2282eee6f..59f0c8c4d16cf33b82111675d908c1c829aca68b 100644 (file)
@@ -1,5 +1,11 @@
 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>