]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Made base64 tables const.
[wget] / src / ChangeLog
index c1edde44ab02a231b2ff42536b1da8bf4f674676..84c666448b07f87b6b8bc6fab01831f33f041470 100644 (file)
@@ -1,5 +1,10 @@
 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
 
+       * utils.c (base64_encode): Made TBL const.
+       (base64_decode): Made the base64_char_to_value table const.
+
+2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
        * utils.c (base64_encode): Made the DATA pointer void * so the
        callers can pass it any kind of pointer (including both signed and
        unsigned char pointers).