]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Check for timegm and use it where available.
[wget] / src / ChangeLog
index c28eda4da8a813ee271968de121aa855982dd8d8..0f3e7db7d810d430f2cda76037272a182e5e12f8 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
+       Don't compile it if GNU timegm is available.
+       (http_atotm): Use timegm.
+
 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (http_atotm): Correctly query the old locale value.