]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Remove unnecessary casts to time_t. Insert the cast from -1 to time_t,
[wget] / src / ChangeLog
index 9e3d845f54f88eec9d2014eebbba1713f63b849a..d4a3068270ba306e44081a566a6890f3b74bc0d4 100644 (file)
@@ -1,3 +1,11 @@
+2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
+       cope with systems where time_t is unsigned.
+
+       * cookies.c: Remove unnecessary casts to time_t from values
+       already of that type.
+
 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ftp.c (ftp_loop_internal): Same here.