Bug 72641
|
Description
David Nečas
2002-08-26 09:19:33 UTC
Created attachment 80264 [details]
grep-2.5.1-oi.patch
Patch sent upstream. Fixed package is grep-2.5.1-5. Created attachment 98442 [details]
patch for grep -oi and --color bug for uppercase expr.
Created attachment 98443 [details]
patch for grep -oi and --color bug for uppercase expr.
Created attachment 98444 [details]
patch for grep -oi and --color bug for uppercase expr.
Created attachment 98445 [details]
patch for grep -oi and --color bug for uppercase expr.
Sorry, some browser-back problem.. There´s another problem in the -oi and --color context with uppercase expression. Test with: echo "one tEst here" | grep -X -i --color=auto TEST and with -o, where X:none,F,G,E,P. -F,-P are fine. Add patch to fix this. Thomas, please open a separate bug report for this. Also, you need to be more specific about what the problem is, including: - the version number (and release) of the package you tried - the exact options you use (enumerate the command lines) - the output you *get* - the output you *expect* Thanks. Created attachment 98462 [details]
Replace my patch from march 10 2004
It´s so buggy here. My patch from yesterday march 10 was shadowing a local
variable. Test runs fine, but I re-checked it today and fix it.
Hower, I´ll open a new bug report for this..
|