]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Avoid code repetition between time_str and datetime_str.
[wget] / src / ChangeLog
index 1ab8093837641e7e23ed2d2760caa49d667391d8..c43619b3f33a862cb566f27e344b03ed32bb3f0e 100644 (file)
@@ -1,3 +1,11 @@
+2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (datetime_str): Avoid code repetition with time_str.
+
+2006-07-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (commands): Correctly place "contentdisposition".
+
 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
        
        * sysdep.h: If intptr_t isn't defined, simply typedef it to long.