]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] New option --ignore-case for case-insensitive matching.
[wget] / src / ChangeLog
index 8efc71f39fac95a86da3a8f9b2a18934e272d62f..0c1cd1dd2dac951694ea98477e537858c3768736 100644 (file)
@@ -1,3 +1,13 @@
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (fnmatch_nocase): New function.
+       (proclist): Use it instead of fnmatch when opt.ignore_case is
+       requested.
+       (in_acclist): Respect opt.ignore_case.
+       (frontcmp): Respect opt.ignore_case.
+
+       * options.h (struct options): New flag opt.ignore_case.
+
 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ptimer.c: Measure time in seconds rather than milliseconds.