| Commit message (Expand) | Author | Age | Files | Lines |
* | grep: -A 0, -B 0, -C 0 now output a separator | Paul Eggert | 2014-05-10 | 1 | -2/+3 |
* | grep: simplify and clarify invert-related code | Paul Eggert | 2014-05-08 | 1 | -63/+49 |
* | grep: improve performance of -v when combined with -L, -l or -q | Norihiro Tanaka | 2014-05-08 | 1 | -4/+9 |
* | grep: fix encoding-error incompatibilities among regex, DFA, KWset | Paul Eggert | 2014-05-05 | 1 | -4/+21 |
* | grep: cleanup for HAS_DOS_FILE_CONTENTS issue | Paul Eggert | 2014-04-11 | 1 | -18/+8 |
* | grep: remove trival_case_ignore | Paul Eggert | 2014-04-07 | 1 | -118/+1 |
* | grep: simplify dfa.c by having it not include mbsupport.h directly | Paul Eggert | 2014-04-05 | 1 | -3/+0 |
* | grep: fix and simplify grep -iF optimization | Paul Eggert | 2014-03-23 | 1 | -76/+36 |
* | grep: optimization for fgrep with changing the macher to grep macher. | Norihiro Tanaka | 2014-03-23 | 1 | -0/+94 |
* | egrep, fgrep: go back to shell scripts | Paul Eggert | 2014-03-23 | 1 | -13/+2417 |
* | grep: add undocumented '-X gawk' and '-X posixawk' options | Aharon Robbins | 2014-01-17 | 1 | -0/+14 |
* | maint: convert `this' to 'this' quoting style in diagnostics | Jim Meyering | 2012-01-22 | 1 | -2/+2 |
* | grep: remove redundant syntax bit | Paolo Bonzini | 2010-05-05 | 1 | -4/+1 |
* | convert all TABs to equivalent spaces in indentation | Jim Meyering | 2010-04-08 | 1 | -3/+3 |
* | build: avoid warnings about unnecessary use of "return" | Jim Meyering | 2010-03-25 | 1 | -6/+6 |
* | grep: rename files for intuitiveness | Paolo Bonzini | 2010-03-22 | 1 | -2247/+23 |
* | grep: kill GREP_PROGRAM/EGREP_PROGRAM/FGREP_PROGRAM | Paolo Bonzini | 2010-03-22 | 1 | -64/+43 |
* | grep: eliminate {COMPILE,EXECUTE}_{RET,ARGS,FCT} | Paolo Bonzini | 2010-03-22 | 1 | -1/+2 |
* | grep: make egrep/fgrep use struct matcher | Paolo Bonzini | 2010-03-22 | 1 | -10/+7 |
* | grep: change struct matcher termination | Paolo Bonzini | 2010-03-22 | 1 | -1/+1 |
* | build: avoid compilation failure on systems using rpl_open | Jim Meyering | 2010-03-21 | 1 | -0/+1 |
* | maint: remove TYPE_* definitions from src/system.h | Jim Meyering | 2010-03-21 | 1 | -0/+1 |
* | maint: alphabetize #include directives | Jim Meyering | 2010-03-21 | 1 | -7/+8 |
* | build: allow compilation on cygwin | Eric Blake | 2010-03-20 | 1 | -3/+1 |
* | grep: remove more register keywords | Paolo Bonzini | 2010-03-17 | 1 | -2/+2 |
* | dfa: rewrite handling of multibyte case_fold lexing | Paolo Bonzini | 2010-03-17 | 1 | -68/+0 |
* | grep: match multibyte charsets line-by-line when using -i | Paolo Bonzini | 2010-03-16 | 1 | -2/+42 |
* | maint: remove all uses of PARAMS | Jim Meyering | 2010-03-11 | 1 | -2/+2 |
* | grep: plug an inconsequential leak | Jim Meyering | 2010-03-11 | 1 | -0/+1 |
* | grep: avoid useless allocations for empty GREP_OPTIONS | Jim Meyering | 2010-03-11 | 1 | -1/+1 |
* | add --group-separator=FOO and --no-group-separator | Paolo Bonzini | 2010-02-22 | 1 | -4/+12 |
* | remove useless DJGPP-specific code | Jim Meyering | 2010-02-08 | 1 | -5/+4 |
* | grep: use the correct exit status (2) upon write failure, not 1 | Jim Meyering | 2010-02-07 | 1 | -0/+1 |
* | maint: enable the prohibit_magic_number_exit syntax check | Jim Meyering | 2010-02-07 | 1 | -16/+17 |
* | maint: rely on gnulib's new isdir.h | Jim Meyering | 2010-01-06 | 1 | -0/+1 |
* | maint: avoid more warnings | Jim Meyering | 2010-01-06 | 1 | -3/+11 |
* | fix a possible bug: remove errant semicolon | Jim Meyering | 2010-01-06 | 1 | -1/+2 |
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -2/+1 |
* | Make 'grep -1 -2' and 'grep -1v2' equivalent to grep -2 | Paolo Bonzini | 2009-12-22 | 1 | -7/+19 |
* | maint: enable prohibit_have_config_h check | Jim Meyering | 2009-12-04 | 1 | -3/+1 |
* | maint: enable cast_of_x_alloc_return_value check | Jim Meyering | 2009-12-04 | 1 | -2/+2 |
* | maint: enable useless-if-before-free check | Jim Meyering | 2009-12-04 | 1 | -4/+2 |
* | maint: enable two checks | Jim Meyering | 2009-11-30 | 1 | -2/+2 |
* | maint: enable unmarked_diagnostics check | Jim Meyering | 2009-11-30 | 1 | -2/+2 |
* | maint: use gnulib's progname module; enable set_program_name check | Jim Meyering | 2009-11-30 | 1 | -7/+8 |
* | build: adapt to the newer closeout module from gnulib | Jim Meyering | 2009-11-30 | 1 | -1/+2 |
* | build: adapt to the newer exclude API we now get from gnulib | Jim Meyering | 2009-11-30 | 1 | -5/+5 |
* | build: get more lib/* files from gnulib, adjust savedir | Jim Meyering | 2009-11-30 | 1 | -3/+3 |
* | replace AC_DOSFILE with gnulib modules | Paolo Bonzini | 2009-11-26 | 1 | -2/+2 |
* | replace AC_CHECK_* with gnulib modules | Paolo Bonzini | 2009-11-26 | 1 | -1/+0 |