]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Change orders of parameters of base64_encode, so it makes more sense.
[wget] / src / ChangeLog
index f51928c36151856e0705627e620ae9ce1127b952..5d93f603359426dcfb8998dc305868c3584d46c2 100644 (file)
@@ -1,3 +1,24 @@
+2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (base64_encode): Use the parameter order that makes more
+       sense.  Return the length of the base64 written.  Updated all
+       callers.
+
+2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (request_set_header): Free NAME when VALUE is NULL and
+       freeing the header name is requested.
+
+2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * snprintf.c (fmtstr): Declare VALUE as const char *.
+       Based on patch by Russ Allbery.
+
+2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * snprintf.c (fmtfp): More correct handling of significant digit
+       count with %g -- 0.002 has one significant digit, not three.
+
 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * retr.c (fd_read_body): Respect read timeout with non-interactive