]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use _POSIX_TIMERS - 0 > 0, which handles the case when POSIX_TIMERS is
[wget] / src / ChangeLog
index 2d6368e42f77913fd3b047b11c272ad6fafb8eff..576440188fd0689c33555bfe4bceac7817f21177 100644 (file)
@@ -1,3 +1,29 @@
+2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
+       _POSIX_TIMERS is defined but empty, as well as the case when it is
+       undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
+       Suggested by Larry Jones.
+
+2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
+       Problem reported by Steven M. Schweda.
+
+2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (skip_short_body): Print the skipped body data in debug
+       mode.
+       (skip_short_body): Don't skip more than 4k of body data.
+       (skip_short_body): Return whether the skipping was successful.
+       (gethttp): If skip_short_body failed, invalidate the connection.
+
+2005-04-12  Gisle Vanem  <giva@bgnett.no>
+
+       * ftp.c (getftp): Ditto.
+
+       * http.c (gethttp): Open the output file in binary mode.
+
 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * hash.c: Conditionalize including config.h on HAVE_CONFIG_H