summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.7v2.7Jim Meyering2010-09-161-1/+1
* tests: add equiv-classesPaolo Bonzini2010-09-143-0/+20
* dfa: fall back to glibc matcher if a MBCSET is foundPaolo Bonzini2010-09-142-0/+15
* build: update gnulib submodule to latestPaolo Bonzini2010-09-141-0/+0
* build: update gnulib submodule to latestJim Meyering2010-09-121-0/+0
* tests: update init.sh from gnulibJim Meyering2010-09-121-28/+79
* dfa: reduce stack usagePatrick Boyd2010-09-081-2/+7
* tests/portability: avoid spurious failure with OpenBSD's /bin/shJim Meyering2010-09-081-2/+0
* build: update gnulib submodule to latestJim Meyering2010-09-081-0/+0
* tests: remove .sh suffix from remaining test scripts.Jim Meyering2010-09-0312-11/+11
* tests: convert remaining tests to use init.shJim Meyering2010-09-038-65/+62
* tests: remove warning.shJim Meyering2010-09-032-24/+0
* tests: convert pcre.sh to use init.shJim Meyering2010-09-031-5/+6
* tests: convert bre.sh to use init.shJim Meyering2010-09-035-17/+22
* tests: convert to use init.shJim Meyering2010-09-033-11/+12
* build: update gnulib submodule to latestJim Meyering2010-09-031-0/+0
* build: update build/test tools from gnulibJim Meyering2010-09-032-32/+60
* maint: add lib/version-etc.c to the list in POTFILES.inJim Meyering2010-09-011-0/+1
* grep: diagnose and exit-2 for bogus REs like [:space:], [:digit:], etc.Jim Meyering2010-09-016-80/+43
* maint: use gnulib's standard --version-printing codeJim Meyering2010-08-302-9/+11
* dfa: warn on [:space:] and similarPaolo Bonzini2010-08-274-0/+38
* tests: add test for warningsPaolo Bonzini2010-08-272-0/+47
* grep: add --warnings={always,never,auto}.Paolo Bonzini2010-08-272-10/+59
* tests: add failing test for grep from a directoryPaolo Bonzini2010-08-272-1/+20
* tests: add test for previous commitPaolo Bonzini2010-08-272-0/+21
* search: fix "grep -Fif /dev/null"Paolo Bonzini2010-08-273-5/+8
* Remove declaration after statement in dfa.cAdam Katz2010-08-271-1/+2
* make --include=FILE work once againJim Meyering2010-08-133-4/+11
* doc: document \s and \SPaolo Bonzini2010-07-161-0/+6
* doc: discuss matches that span two or more linesKarl Berry2010-05-291-1/+30
* build: use latest gettext: 0.18Jim Meyering2010-05-262-2/+2
* maint: update helper scripts from gnulibJim Meyering2010-05-262-22/+39
* build: update gnulib submodule to latestJim Meyering2010-05-261-0/+0
* maint: don't emit an extra newline in each of two diagnosticsJim Meyering2010-05-261-2/+2
* search: Avoid out-of-bounds access.Bruno Haible2010-05-241-1/+1
* dfa: fix signedness warningsAharon Robbins2010-05-231-2/+2
* tests: update init.shJim Meyering2010-05-091-5/+19
* tests: normalize init.sh-sourcing codeJim Meyering2010-05-0925-50/+25
* tests: update help-versionJim Meyering2010-05-091-2/+11
* tests: enable glibc's malloc-perturbing optionJim Meyering2010-05-061-0/+5
* dfa: speed up [[:digit:]] and [[:xdigit:]]Paolo Bonzini2010-05-061-27/+29
* tests: readability: use awk rather than obfuscated sedJim Meyering2010-05-051-9/+2
* dfa: avoid segfault when processing an invalid multi-byte sequenceJim Meyering2010-05-051-0/+2
* grep: remove redundant syntax bitPaolo Bonzini2010-05-051-4/+1
* tests: add test for newly-fixed performance problemPaolo Bonzini2010-05-052-0/+29
* dfa: convert to wide character line-by-linePaolo Bonzini2010-05-052-39/+63
* maint: remove useless #if HAVE_STDLIB_HJim Meyering2010-05-011-2/+0
* dfa: don't #ifdef-out member declarationsJim Meyering2010-04-201-4/+0
* tests: ensure that the --mmap option is ignoredJim Meyering2010-04-202-0/+18
* dfa: honor RE_DOT_NEWLINE and RE_DOT_NOT_NULL in UTF-8 period optimizationPaolo Bonzini2010-04-201-1/+12