]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Report exact command name alongside the "display name".
[wget] / src / ChangeLog
index 9e3d845f54f88eec9d2014eebbba1713f63b849a..e4e83e5c9f7513370fc8f701f58e1394f16aae7f 100644 (file)
@@ -1,3 +1,16 @@
+2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (setval_internal): Report exact command name alongside
+       the "display name".
+
+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.