Re: svn commit: r253888 - stable/9/usr.bin/grep/regex

2013-08-05 Thread Andrey Chernov
On 05.08.2013 5:57, Alexey Dokuchaev wrote: > Nice, could you please MFC it to stable/8 as well? usr.bin/grep does not exist in stable/8 -- http://ache.vniz.net/ bitcoin:1G6ugdNY6e5jx1GVnAU2ntj2NEfmjKG85r ___ svn-src-all@freebsd.org mailing list http:

Re: svn commit: r253888 - stable/9/usr.bin/grep/regex

2013-08-04 Thread Alexey Dokuchaev
On Fri, Aug 02, 2013 at 05:13:29PM +, Andrey A. Chernov wrote: > New Revision: 253888 > URL: http://svnweb.freebsd.org/changeset/base/253888 > > Log: > MFC r253810 > > grep -i does not work for simple patterns and single byte locales, like > LANG=ru_RU.KOI8-R grep -i > Fix it.