summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert changes since grep-2.5.3 release to add a tag to CVS.v2.5.3Tony Abou-Assaleh2007-10-104-23/+1
* * src/grep.c: When -h and -H are combined, use the last specified,Tony Abou-Assaleh2007-10-074-1/+23
* Update spec file for 2.5.3Bernhard Rosenkraenzer2007-06-301-2/+5
* 2.5.3Bernhard Rosenkraenzer2007-06-292-1/+6
* GPLv3Bernhard Rosenkraenzer2007-06-291-0/+676
* GPLv2 -> GPLv3Bernhard Rosenkraenzer2007-06-2869-70/+70
* New version numberBernhard Rosenkraenzer2006-11-252-1/+5
* Fixesv2.5.2Bernhard Rosenkraenzer2006-11-244-30/+26
* Adjust to current configure.* scripts, part 2Bernhard Rosenkraenzer2006-11-241-1/+1
* Fix Makefile.cvsBernhard Rosenkraenzer2006-11-242-2/+7
* Update version numberBernhard Rosenkraenzer2006-11-243-104/+12
* Update NEWS fileBernhard Rosenkraenzer2006-11-241-0/+1
* --exclude-dirBernhard Rosenkraenzer2006-08-187-13/+54
* Document changesBernhard Rosenkraenzer2006-08-181-0/+13
* Remove bogus warningBernhard Rosenkraenzer2006-08-181-6/+0
* Fix strerror_r detection, based onBernhard Rosenkraenzer2006-08-182-70/+1
* Changes from comment attached to patch 4610Bernhard Rosenkraenzer2006-08-181-11/+11
* Apply documentation patch (#4610)Bernhard Rosenkraenzer2006-08-182-909/+1656
* Autogenerate ALL_LINGUAS so we don't have to update it manually every timeBernhard Rosenkraenzer2006-08-182-2/+13
* Add current translations from www.iro.umontreal.caBernhard Rosenkraenzer2006-08-1839-1781/+7887
* * tests/foad1.sh: Use ": ${VERBOSE=}" so that the caller canCharles Levert2005-11-182-5/+22
* On 2005-06-21, many changes were made that affected --color,Charles Levert2005-11-172-42/+121
* * src/search.c (Pcompile): Clarify message for the -P optionCharles Levert2005-11-162-1/+8
* * tests/yesno.sh: New file. Test feature interactionCharles Levert2005-11-133-2/+127
* * src/grep.c (parse_grep_colors, main): Replace all uses ofCharles Levert2005-11-112-16/+16
* * src/search.c (Pcompile): Abort in error if -P and multiple patternsCharles Levert2005-11-112-2/+10
* * grep/configure.in (ALL_LINGUAS): Add languages that were missingCharles Levert2005-11-112-1/+7
* The introduction of the --only-matching and --color GNU extensionsCharles Levert2005-11-106-111/+184
* * src/grep.c (main): Fix a subtle memory allocation bug introducedCharles Levert2005-11-102-2/+10
* * doc/grep.1, doc/grep.texi: Advise users to test forCharles Levert2005-11-093-1/+23
* The following set of changes aims to make "egrep" and "fgrep"Charles Levert2005-11-0911-286/+334
* * README.DOS, TODO, grep.spec, doc/grep.1, doc/grep.texi,Charles Levert2005-11-0811-54/+88
* Rewrite a poorly written usage example.Julian Foad2005-11-082-9/+16
* * tests/foad1.sh: Duplicate three "-o -b" tests for the "-F"Charles Levert2005-11-042-0/+7
* * src/grep.c (mb_icase_keys): New function to properly lowercaseCharles Levert2005-11-042-28/+73
* typoStepan Kasal2005-09-272-2/+6
* * src/grep.c (print_line_middle): In case of an empty match,Charles Levert2005-08-245-27/+61
* New pcre.sh regression test file (for "grep -P").Charles Levert2005-07-273-1/+22
* * src/grep.c: Remove all xm capability code.Charles Levert2005-07-072-44/+7
* * src/kwset.c (kwsincr): When a second obstack_alloc() call fails,Charles Levert2005-07-052-1/+14
* * src/kwset.c (DEPTH_SIZE): New macro to anticipateCharles Levert2005-07-052-2/+12
* * doc/grep.texi: Add missing green color in GREP_COLORS description.Charles Levert2005-07-053-28/+34
* Misplaced line, now superflous from last commit, removed.Charles Levert2005-07-041-1/+0
* * src/kwset.c (kwsprep): Optimize search for mind2 value byCharles Levert2005-07-042-3/+10
* * src/kwset.c (kwsprep): Move three variable declarations toCharles Levert2005-07-042-2/+7
* * src/kwset.c (kwsprep): Use memset() and memcpy() when appropriate.Charles Levert2005-07-042-10/+5
* * src/kwset.c: Readability changes.Charles Levert2005-07-042-33/+39
* * grep/autogen.sh, grep/src/Makefile.am, grep/tests/backref.sh,Charles Levert2005-06-2316-15/+26
* * src/grep.c (color_cap_ne_fct, color_cap_xm_fct,Charles Levert2005-06-222-4/+8
* * src/grep.c (prline): Simplifying rewrite usingCharles Levert2005-06-212-103/+37