wok view grep/description.txt @ rev 22829

nqc obfsproxy shiki-colors* trickle vmware-view-open-client: normalize $VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 08 11:00:21 2020 +0100 (2020-02-08)
parents
children
line source
1 This is GNU grep, the "fastest grep in the west" (we hope). All bugs reported
2 in previous releases have been fixed. Many exciting new bugs have probably been
3 introduced in this revision.
5 GNU grep is provided "as is" with no warranty. The exact terms under which you
6 may use and (re)distribute this program are detailed in the GNU General Public
7 License.
9 GNU grep is based on a fast lazy-state deterministic matcher (about twice as
10 fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a
11 fixed string that eliminates impossible text from being considered by the full
12 regexp matcher without necessarily having to look at every character. The
13 result is typically many times faster than Unix grep or egrep. (Regular
14 expressions containing backreferencing will run more slowly, however.)
16 Send bug reports to bug-grep@gnu.org.
19 KNOWN BUGS:
21 Several tests in fmbtest.sh and foad1.sh fail under the cs_CZ.UTF-8 locale
22 and have been disabled.
24 The combination of -o and -i options is broken and the known failing cases
25 are disabled in foad1.sh
27 The option -i does not work properly in some multibyte locales such as
28 tr_TR.UTF-8 where the upper case and lower case forms of a character are not
29 necessarily of the same byte length.