X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=0c1cd1dd2dac951694ea98477e537858c3768736;hp=8efc71f39fac95a86da3a8f9b2a18934e272d62f;hb=097695b723b517665b1aa56417b5bb809e12d233;hpb=854db53e843405c3ceea0a20bb75fa68bbd6ee76 diff --git a/src/ChangeLog b/src/ChangeLog index 8efc71f3..0c1cd1dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2005-07-06 Hrvoje Niksic + + * 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 * ptimer.c: Measure time in seconds rather than milliseconds.