bug#15444: One character can be lost if colors are enabled

2013-09-24 Thread Jaroslav Skarvada
- Original Message - > On Mon, Sep 23, 2013 at 6:34 AM, Jaroslav Skarvada > wrote: > > printf > > '1234x\n' > > | grep 1234 --color=always > > Thank you for the report. > I confirm that setting GREP_COLORS

bug#15440: [PATCH] dfa: fix \s and \S to work for multibyte

2013-09-24 Thread Aharon Robbins
Hi Jim. I should note that gawk uses its own regex, although it does rely on glibc for isspace / iswspace etc... Can you test gawk (using the master branch is fine) on Mac OS X? Basically you'd want to enclose the pattern in /.../ on the command line and use GAWK_NO_DFA=1 to force use of regex.