summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Decompression is supported via -Z, not -z.ru2000-01-041-3/+4
| |
* | * Make --null option work in (HAVE_LIBZ > 0) case.ru2000-01-041-11/+5
| | | | | | | | | | | | * Remove "why we need this decl..." comment. The `matcher' variable is defined in *grepmat.c files in the original distribution, which we did not import.
* | Update for version 2.4.obrien2000-01-041-1/+22
| |
* | Turn off GNU Info docs until someone upgrades our texinfo system to oneobrien2000-01-041-1/+3
| | | | | | | | that understands "command{foo}".
* | Merge FreeBSD chagnes into GNU grep 2.4.obrien2000-01-046-346/+557
| |
* | This commit was generated by cvs2svn to compensate for changes in r55360,obrien2000-01-0312-189/+964
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.4.obrien2000-01-0318-514/+1558
| |
* | This commit was generated by cvs2svn to compensate for changes in r55357,obrien2000-01-033-0/+1124
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of a trimmed down GNU Grep 2.3.obrien2000-01-033-0/+1124
| |
| * Virgin import of a trimmed down GNU Grep 2.3.ru1999-12-301-56/+12
| | | | | | | | | | | | It is being re-imported here, to keep our long source change history with this source continuous. src/contrib/grep will be deleted some time in the very near future.
OpenPOWER on IntegriCloud