summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/dfa.c
Commit message (Expand)AuthorAgeFilesLines
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-141-5/+0
* After removing collation for [a-z] ranges in r302512, do it here too.Andrey A. Chernov2016-07-131-0/+5
* grep: change some int types.Pedro F. Giffuni2013-05-201-5/+6
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).Tim J. Robbins2005-05-141-0/+2
* Remove mb-caching hack.Tim J. Robbins2005-05-141-60/+23
* Fix bug causing `[' to be wrongly included in character class expressionsTim J. Robbins2004-07-041-1/+1
* Make grep run much (~10x) faster in multibyte locales by caching the wideTim J. Robbins2004-07-041-23/+60
* Improve case-insensitive matching in multibyte locales.Tim J. Robbins2004-07-041-10/+10
* Use hard_locale() to check whether collating order is "hard" regardlessTim J. Robbins2004-07-041-2/+0
* Merge local changes.Tim J. Robbins2004-07-041-164/+1167
* Merge conflicts, upgradeAndrey A. Chernov2004-03-011-1/+1
* 1) Remove files no longer needed.Andrey A. Chernov2004-02-161-4/+0
* Merge FreeBSD changes into 2.4d.Ruslan Ermilov2000-01-311-192/+93
* Merge FreeBSD chagnes into GNU grep 2.4.David E. O'Brien2000-01-041-25/+63
* Merge FreeBSD changes into 2.3:David E. O'Brien1999-11-201-167/+264
* Back out the botched attempt to update to gnu grep 2.3 (lots of historyPeter Wemm1999-11-201-0/+2550
* Upgrade grep to version 2.3Ruslan Ermilov1999-10-281-2550/+0
* Add (unsigned char) casts to ctype macrosAndrey A. Chernov1997-10-231-21/+21
* Replace collate_range_cmp call with its code (GNU version)Andrey A. Chernov1996-10-311-3/+17
* Use collate for alpha character rangesAndrey A. Chernov1996-08-131-0/+25
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Use -lgnuregexAndrey A. Chernov1995-01-111-15/+1
* Update GNU grep to version 2.0Nate Williams1993-07-061-1121/+1370
* Gnu e?grep 1.6vendor/misc-GNU/grep/1.6Nate Williams1993-06-291-0/+2276