summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-0114-22/+18
* fix multi-byte-locale read-beyond-end-of-buffer errorJim Meyering2009-12-231-2/+2
* Speed up insert.Paolo Bonzini2009-12-231-13/+16
* Decrease epsclosure memory usageJohan Walles2009-12-231-2/+2
* Make 'grep -1 -2' and 'grep -1v2' equivalent to grep -2Paolo Bonzini2009-12-221-7/+19
* Avoid using an invalid memchr result.Paolo Bonzini2009-12-221-6/+12
* maint: enable prohibit_have_config_h checkJim Meyering2009-12-043-9/+3
* maint: enable cast_of_x_alloc_return_value checkJim Meyering2009-12-043-9/+8
* fix "grep -Ff" on CRLF-terminated filesPaolo Bonzini2009-12-041-6/+20
* switch to pkg-config for PCRE detectionPaolo Bonzini2009-12-041-0/+1
* maint: enable useless-if-before-free checkJim Meyering2009-12-042-12/+7
* maint: enable two checksJim Meyering2009-11-302-3/+3
* maint: enable makefile @...@ checkJim Meyering2009-11-301-1/+1
* maint: enable trailing_blank checkJim Meyering2009-11-302-4/+4
* maint: enable unmarked_diagnostics checkJim Meyering2009-11-301-2/+2
* maint: enable require_config_h checksJim Meyering2009-11-302-0/+4
* maint: use gnulib's progname module; enable set_program_name checkJim Meyering2009-11-301-7/+8
* build: adapt to the newer closeout module from gnulibJim Meyering2009-11-301-1/+2
* build: adapt to the newer exclude API we now get from gnulibJim Meyering2009-11-301-5/+5
* build: get more lib/* files from gnulib, adjust savedirJim Meyering2009-11-301-3/+3
* replace AC_DOSFILE with gnulib modulesPaolo Bonzini2009-11-262-25/+6
* replace AC_CHECK_* with gnulib modulesPaolo Bonzini2009-11-266-136/+19
* add gnulib modulesPaolo Bonzini2009-11-261-6/+0
* use gettext.hPaolo Bonzini2009-11-202-23/+6
* upgrade to external gettext, modernize handling of m4 subdirectoryPaolo Bonzini2009-11-201-2/+1
* start modernizing autoconf infrastructurePaolo Bonzini2009-11-201-2/+0
* move .cvsignore files to .gitignorePaolo Bonzini2009-11-202-6/+3
* (usage): one more tweak to the --help output.Karl Berry2009-02-011-1/+1
* punctuation in --help messageKarl Berry2009-02-011-1/+1
* mention urls in help msgKarl Berry2009-01-301-0/+5
* update/add copyright noticesKarl Berry2009-01-3012-7/+96
* * lib/savedir.c (isdir): New declaration.Tony Abou-Assaleh2009-01-253-20/+23
* * tests/foad1.sh: disable tests that fail under cs_CZ.UTF-8.Tony Abou-Assaleh2009-01-211-2/+2
* src/ansi2knr.[1c]: Remove generated files (installed by automake).Tony Abou-Assaleh2008-06-152-714/+0
* * src/grep.c: Factor out copyright year in --version. Thanks toTony Abou-Assaleh2008-02-141-4/+4
* * src/grep.c: Update grep copyright yearTony Abou-Assaleh2008-02-101-1/+1
* * README-alpha: more info about CVS codeTony Abou-Assaleh2008-02-101-1/+2
* * src/dfa.c: Replace a MALLOC and for loop with a CALLOC.Tony Abou-Assaleh2008-02-091-3/+1
* * .cvsignore: add configure.acTony Abou-Assaleh2008-02-081-0/+1
* * Re-commit changes of 2007-10-07Tony Abou-Assaleh2007-10-101-3/+6
* Revert changes since grep-2.5.3 release to add a tag to CVS.v2.5.3Tony Abou-Assaleh2007-10-101-2/+0
* * src/grep.c: When -h and -H are combined, use the last specified,Tony Abou-Assaleh2007-10-071-0/+2
* GPLv2 -> GPLv3Bernhard Rosenkraenzer2007-06-289-9/+9
* --exclude-dirBernhard Rosenkraenzer2006-08-181-4/+20
* Remove bogus warningBernhard Rosenkraenzer2006-08-181-6/+0
* On 2005-06-21, many changes were made that affected --color,Charles Levert2005-11-171-42/+82
* * src/search.c (Pcompile): Clarify message for the -P optionCharles Levert2005-11-161-1/+1
* * src/grep.c (parse_grep_colors, main): Replace all uses ofCharles Levert2005-11-111-16/+11
* * src/search.c (Pcompile): Abort in error if -P and multiple patternsCharles Levert2005-11-111-1/+3
* The introduction of the --only-matching and --color GNU extensionsCharles Levert2005-11-103-94/+111