]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Only allocate an error string on actual error.
[wget] / src / ChangeLog
index a80eeedb44881152ec966200d4b1104093028c05..077d73c7ca05bd8c5d1a6b180419c5c3a5ade23c 100644 (file)
@@ -1,3 +1,24 @@
+2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c (openssl_errstr): Instead of always using a large
+       static buffer, only allocate the error string when there is an
+       actual error.
+
+2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * xmalloc.c (debugging_free): Prefix hex pointer value with "0x"
+       when printing.
+
+2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (NEXT_BASE64_CHAR): Rename to NEXT_CHAR and simplify to
+       get the next non-whitespace character.
+
+2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (base64_decode): Don't silently tolerate non-base64
+       non-white-space characters in the base64 stream.
+
 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * connect.c (LAZY_RETRIEVE_INFO): Make last_tick unsigned to match