bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16895: [PATCH] grep: fix multiple bugs with bracket expressions


From: Paul Eggert
Subject: bug#16895: [PATCH] grep: fix multiple bugs with bracket expressions
Date: Fri, 28 Feb 2014 13:21:33 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 02/28/2014 04:37 AM, Aharon Robbins wrote:
Is that done at compile time in those locales, or at run time?

A bit of both. At compile-time we check that the compile-time character set is compatible with ASCII (i.e., the C aka POSIX locale). At run-time we check that the locale is indeed C aka POSIX. Both checks need to succeed..

GLIBC does support [[=a=]] and [[.ch.]], though, right?


Yes.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]