aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/search.c
Commit message (Expand)AuthorAgeFilesLines
* gnu: remove gnugrep and libgnuregexKyle Evans2020-12-251-1303/+0
* grep(1) outputs NOT-matched lines with multi-byte charactersPedro F. Giffuni2019-01-101-9/+22
* grep: change some int types.Pedro F. Giffuni2013-05-201-2/+3
* Correctly locate the character preceeding the matched string in -wTim J. Robbins2006-02-191-5/+35
* Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700).Tim J. Robbins2005-10-251-2/+2
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixTim J. Robbins2005-05-311-3/+3
* Fixed -w handling for EGexecute.Tim J. Robbins2005-05-141-4/+83
* Automatically disable DFA when processing multibyte input. GREP_USE_DFATim J. Robbins2005-05-141-3/+28
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi forTim J. Robbins2005-05-141-131/+525
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchTim J. Robbins2005-05-141-27/+22
* Remove mb-caching hack.Tim J. Robbins2005-05-141-68/+27
* Make grep run much (~10x) faster in multibyte locales by caching the wideTim J. Robbins2004-07-041-27/+68
* Avoid accessing accessing memory past the end of mb_properties in theTim J. Robbins2004-07-041-1/+2
* Improve case-insensitive matching in multibyte locales.Tim J. Robbins2004-07-041-18/+62
* Fix failure of fgrep to report some matches (Red Hat bug #116909).Tim J. Robbins2004-07-041-57/+52
* Merge local changes.Tim J. Robbins2004-07-041-210/+513
* 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-21/+8
* Merge FreeBSD chagnes into GNU grep 2.4.David E. O'Brien2000-01-041-33/+31
* Merge FreeBSD changes into 2.3:David E. O'Brien1999-11-211-74/+35
* Back out the botched attempt to update to gnu grep 2.3 (lots of historyPeter Wemm1999-11-201-0/+481
* Upgrade grep to version 2.3Ruslan Ermilov1999-10-281-481/+0
* Add (unsigned char) casts to ctype macrosAndrey A. Chernov1997-10-231-3/+3
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-281-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Use -lgnuregexAndrey A. Chernov1995-01-111-1/+1
* Update GNU grep to version 2.0Nate Williams1993-07-061-0/+481