]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Made base64 DATA and DEST pointers void*.
[wget] / src / ChangeLog
index 87bb27b2927112b7318f7455fb23d0e8617edd9a..c1edde44ab02a231b2ff42536b1da8bf4f674676 100644 (file)
@@ -1,3 +1,31 @@
+2006-06-20  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).
+       (base64_decode): Ditto for DEST.
+
+2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (base64_encode): Would read past end of STR.
+       Reported by rick@eckle.org.
+
+2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * options.h (struct options): Introduced member restrict_files_case to
+       keep track of preferences on character case restrictions for
+       filenames.
+
+       * init.c: Modified defaults and cmd_spec_restrict_file_names to
+       support character case restrictions for filenames. Added
+       test_cmd_spec_restrict_file_names unit test.
+
+       * url.c: Modified append_uri_pathel to support character case
+       restrictions for filenames. Added test_append_uri_pathel unit test.
+
+       * test.c: Added test_cmd_spec_restrict_file_names and
+       test_append_uri_pathel to the list of unit tests to run.
+
 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * retr.c (retrieve_from_file): Use retrieve_tree and automatically