]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Check that _POSIX_CLOCK_MONOTONIC >= 0 before using it.
[wget] / src / ChangeLog
index 67694db14aa9520ba2c54a539398e4361832413f..a2a621062c25e42dd6a9d8caf00efe4617291a93 100644 (file)
@@ -1,3 +1,27 @@
+2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
+       be >= 0.
+
+       * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
+       defined instead of whether it's greater than 0.  glibc defines it
+       to 0, but still makes it available via sysconf.
+
+2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
+       INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
+
+2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
+       this file and rename them to ptimer_.
+
+2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
+       headers have been included.
+
 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (pconn): Include NTLM data, which is per-connection.