]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Improved --restrict-file-names to accept ",nocontrol".
[wget] / src / ChangeLog
index 1eefb96bf21f502c43b217ae871df2ee12c9af8c..027e1ff87c7a96b3580bbab70557d4ee68ea3724 100644 (file)
@@ -1,3 +1,14 @@
+2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
+       be augmented by ",nocontrol" which means don't escape the control
+       characters, but otherwise keep OS settings.
+
+       * url.c (file_unsafe_char): Deleted.
+       (append_uri_pathel): Query filechr_table directly.
+       (filechr_table): Separated Unix, Windows, and control-unsafe
+       characters.
+
 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (url_escape_1): New function.