summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
Commit message (Collapse)AuthorAgeFilesLines
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixtjr2005-05-311-3/+3
| | | | | | case-insensitive matching (-i option) in certain multibyte locales. Obtained from: Fedora
* Add a note explaining what local modifications have been made to GNU grep,tjr2005-05-141-0/+37
| | | | and giving advice on importing future releases.
* Fixed -w handling for EGexecute.tjr2005-05-141-4/+83
| | | | Obtained from: Fedora (Tim Waugh)
* Automatically disable DFA when processing multibyte input. GREP_USE_DFAtjr2005-05-141-3/+28
| | | | | | environment variable overrides. Obtained from: Fedora (Tim Waugh)
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi fortjr2005-05-141-131/+525
| | | | | | multibyte input (RH bug #143079). Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",tjr2005-05-141-27/+0
| | | | | | | among other things. PR: 79063 Obtained from: Fedora (Tim Waugh)
* Fix background colour problems with --color output (RH bug #138913).tjr2005-05-141-0/+1
| | | | Obtained from: Karsten Hopp via Fedora
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchtjr2005-05-141-27/+22
| | | | | | (RH bug #138558). Removed bogus part of grep-2.5.1-fgrep patch. Obtained from: Fedora (Jakub Jelinek, Tim Waugh)
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).tjr2005-05-141-0/+2
| | | | Obtained from: Fedora (Tim Waugh)
* Remove mb-caching hack.tjr2005-05-146-188/+74
| | | | Obtained from: Fedora (Tim Waugh)
* Fix regression in output with -R compared to previous version.obrien2005-02-131-1/+1
| | | | | PR: 77466 Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* The correct name of the long option is --line-buffered,keramida2004-11-091-2/+3
| | | | | | | | not --line-bufferring. PR: docs/72985 Submitted by: John Engelhart <johne@zang.com> MFC after: 1 week
* Change version string to distinguish our modified version of GNU greptjr2004-08-121-1/+1
| | | | from the original.
* Fix bug causing `[' to be wrongly included in character class expressionstjr2004-07-041-1/+1
| | | | | | in some multibyte locales (Red Hat bug #108484). Obtained from: Fedora (Tim Waugh)
* Make grep run much (~10x) faster in multibyte locales by caching the widetjr2004-07-046-74/+188
| | | | | | | character representation of input data across calls to dfaexec(), and by caching the lengths of character across calls to check_multibyte_string(). Obtained from: Fedora (Tim Waugh)
* Avoid accessing accessing memory past the end of mb_properties in thetjr2004-07-041-1/+2
| | | | | degenerate case of fgrep with an empty pattern in a multibyte locale. Found by phkmalloc.
* Improve case-insensitive matching in multibyte locales.tjr2004-07-043-28/+109
| | | | Obtained from: Isamu Hasegawa (IBM) via Fedora
* Fix failure of fgrep to report some matches (Red Hat bug #116909).tjr2004-07-041-57/+52
| | | | Obtained from: Fedora (Tim Waugh)
* Use hard_locale() to check whether collating order is "hard" regardlesstjr2004-07-041-2/+0
| | | | of whether NLS is enabled.
* Ignore ENABLE_NLS when deciding whether we can use setlocale().tjr2004-07-041-2/+4
| | | | Use the same shortcut as glibc to test for the "C" or "POSIX" locale.
* Update for grep 2.5.1.tjr2004-07-042-120/+254
|
* Merge local changes.tjr2004-07-049-881/+2674
|
* This commit was generated by cvs2svn to compensate for changes in r131554,tjr2004-07-0445-248/+5612
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU grep 2.5.1 (trimmed)tjr2004-07-0454-1119/+8280
| |
* | Merge conflicts, upgradeache2004-03-018-41/+51
| |
* | This commit was generated by cvs2svn to compensate for changes in r126432,ache2004-03-018-10/+94
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Trimmed grep 2.4.2ache2004-03-0114-45/+136
| |
* | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuache2004-02-171-1/+1
| |
* | 1) Remove files no longer needed.ache2004-02-168-1673/+2
| | | | | | | | 2) Switch back to regex.h
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-4/+2
| |
* | We HAVE_STPCPY now.obrien2002-10-202-4/+3
| |
* | Added bzip2 variants to the NAME section.ru2002-10-071-4/+9
| | | | | | | | | | Added missing break. Remove the statement that -J requires zlib(3).
* | Allow -J to simultaneously do non-bzip2 grepping.obrien2002-10-061-10/+32
| | | | | | | | | | | | Don't allow -J and -Z together. Partially submitted by: knu
* | Create bzgrep.obrien2002-09-163-0/+45
| |
* | Typo in [^[:alnum:]] character class.keramida2002-08-311-1/+1
| | | | | | | | | | PR: docs/41728 Submitted by: osgene@web.de
* | Mention zegrep and zfgrep too,keramida2002-07-111-1/+7
| | | | | | | | | | | | | | and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" <swear@blarg.net>
* | Removed glibc specific stuff.ru2001-11-271-25/+0
| | | | | | | | PR: docs/31431
* | In FreeBSD, -Z is reserved for zgrep(1), and onlyru2001-09-191-2/+2
| | | | | | | | | | | | a long version of the --null option is supported. PR: gnu/30644
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-4/+0
| |
* | This file was not regenerated for the latest import, thus theru2000-12-131-1/+1
| | | | | | | | reported grep version is wrong. The correct version is 2.4d.
* | Restore backwards compatible -R option.ru2000-05-301-1/+1
| | | | | | | | | | | | Broken in revision 1.17. Noticed by: hoek
* | Merge FreeBSD changes into 2.4d.ru2000-01-313-237/+210
| |
* | Merge FreeBSD changes into 2.4d.ru2000-01-311-192/+93
| | | | | | | | | | FreeBSD changes OBE'ed by 2.4d: * rev 1.5 - use collate for alpha character ranges.
* | This is the stock GNU grep 2.4d file.ru2000-01-316-344/+391
| |
* | This commit was generated by cvs2svn to compensate for changes in r56915,ru2000-01-319-72/+203
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4d.ru2000-01-3119-782/+895
| |
* | Back out previous revision because someone upgraded ourru2000-01-181-3/+1
| | | | | | | | texinfo system to one that understands "command{foo}".
* | Fix conflicts.ru2000-01-182-17/+74
| |
* | This commit was generated by cvs2svn to compensate for changes in r56230,ru2000-01-187-22/+69
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4a.ru2000-01-189-39/+143
| |
OpenPOWER on IntegriCloud