summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * src/grep.c (main): Fix a subtle memory allocation bug introducedCharles Levert2005-11-101-2/+4
* The following set of changes aims to make "egrep" and "fgrep"Charles Levert2005-11-099-275/+257
* * README.DOS, TODO, grep.spec, doc/grep.1, doc/grep.texi,Charles Levert2005-11-081-1/+1
* * src/grep.c (mb_icase_keys): New function to properly lowercaseCharles Levert2005-11-041-28/+65
* * src/grep.c (print_line_middle): In case of an empty match,Charles Levert2005-08-241-12/+29
* * src/grep.c: Remove all xm capability code.Charles Levert2005-07-071-44/+3
* * src/kwset.c (kwsincr): When a second obstack_alloc() call fails,Charles Levert2005-07-051-1/+6
* * src/kwset.c (DEPTH_SIZE): New macro to anticipateCharles Levert2005-07-051-2/+6
* 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-041-3/+7
* * src/kwset.c (kwsprep): Move three variable declarations toCharles Levert2005-07-041-2/+4
* * src/kwset.c (kwsprep): Use memset() and memcpy() when appropriate.Charles Levert2005-07-041-10/+3
* * src/kwset.c: Readability changes.Charles Levert2005-07-041-33/+33
* * grep/autogen.sh, grep/src/Makefile.am, grep/tests/backref.sh,Charles Levert2005-06-231-1/+1
* * src/grep.c (color_cap_ne_fct, color_cap_xm_fct,Charles Levert2005-06-221-4/+4
* * src/grep.c (prline): Simplifying rewrite usingCharles Levert2005-06-211-103/+23
* * src/grep.c (print_line_middle, print_line_tail): New functions,Charles Levert2005-06-211-0/+93
* * src/grep.c (print_offset): Renamed print_offset_sep() to betterCharles Levert2005-06-211-8/+45
* * src/grep.c: The new -T/--initial-tab framework, onlyCharles Levert2005-06-211-1/+10
* * src/grep.c: The new GREP_COLORS (plural) framework, onlyCharles Levert2005-06-211-6/+196
* * src/grep.c (SEP_CHAR_MATCH, SEP_CHAR_CONTEXT, SEP_STR_CHUNK):Charles Levert2005-06-211-8/+12
* * tests/foad1.sh: Add tests combining -o, -n/-b/-H, and -i,Charles Levert2005-06-211-5/+18
* * src/grep.c (main): Add a test to check if -o/--only-matchingCharles Levert2005-06-211-0/+8
* * src/grep.c (nlscan): Make this function more robust by removingCharles Levert2005-06-211-2/+7
* * src/grep.c: Explain the context and logic for choosing defaultCharles Levert2005-06-211-3/+45
* * src/grep.c: Extensively document the SGR/EL-to-Right issue.Charles Levert2005-06-211-2/+57
* Fix bug #11022 (Line wrapping causes GREP_COLOR backgroundCharles Levert2005-06-141-12/+22
* Update FSF's civic address, zip code, and citizen relocation code.Charles Levert2005-05-029-16/+18
* src/grep.c: Fix typo in prline()'s --only-matching --ignore-caseCharles Levert2005-04-291-2/+3
* Fix a DFA multibyte character class bug.Julian Foad2005-04-281-1/+1
* Fix bug of "grep -wF" missing matchesJulian Foad2005-04-271-11/+1
* Patch #3840 ("grep -m1 -A99" seg-fault); add tests for it.Julian Foad2005-04-121-1/+1
* Fix a seg-fault in "-o -i": patch #1939.Julian Foad2005-04-121-1/+1
* Fix bug #9519: "echo do^re | grep do^re" was failing to find a match.Julian Foad2005-04-111-1/+1
* use xmallocStepan Kasal2005-03-091-13/+5
* Comment on Claudio's previous change.Stepan Kasal2005-02-261-0/+4
* src/grep.c (get_nondigit_option): Don't give up too early.Stepan Kasal2005-02-261-1/+1
* Claudio Fontana:Stepan Kasal2005-02-241-2/+4
* fix warnings about constStepan Kasal2005-02-092-6/+6
* fix the top commentStepan Kasal2005-02-091-12/+9
* mbsupport.h is not part of gawkStepan Kasal2005-02-081-19/+16
* document that -X is undocumentedStepan Kasal2005-02-071-1/+2
* Fix multibyte support detection in configure.Stepan Kasal2005-02-072-6/+5
* don't misuse ENABLE_NLSStepan Kasal2005-01-131-1/+1
* cosmeticsStepan Kasal2004-12-161-2/+2
* small changes from gawkStepan Kasal2004-12-164-26/+28
* i18n patch by Isamu Hasegawa from IBM JapanStepan Kasal2004-12-163-37/+138
* more phrasing fixesStepan Kasal2004-12-151-1/+1
* Minor fixes of phrasing.Julian Foad2004-12-151-1/+1
* fix docs, mainly about --include and --excludeStepan Kasal2004-12-082-19/+19