summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* grep -F -x -o PAT would print an extra newline for each matchNorihiro Tanaka2014-11-141-0/+1
* dfa: make \w and \W work in multibyte localesNorihiro Tanaka2014-10-281-0/+1
* tests: add test for grep -P fixNorihiro Tanaka2014-10-241-0/+1
* dfa: test for just-fixed bugNorihiro Tanaka2014-10-071-0/+1
* dfa: check end of input buffer after transition in non-UTF8 multibyte localeNorihiro Tanaka2014-10-051-0/+1
* tests: add expect-to-fail test for a glibc regexp bugJim Meyering2014-09-101-1/+2
* grep: fix --max-count=N (-m N) to stop reading after Nth matchJim Meyering2014-05-301-0/+1
* dfa: fix bug with regex containing multiple begin/end-line constraintsNorihiro Tanaka2014-05-281-0/+1
* tests: add test case for newline-count fixNorihiro Tanaka2014-05-171-0/+1
* dfa: fix bug with \< etc in multibyte localesPaul Eggert2014-05-101-3/+1
* tests: add test case for -C 0 changePaul Eggert2014-05-101-0/+1
* dfa: fix bug that caused NUL to be mishandled in patternsPaul Eggert2014-04-201-0/+1
* tests: detect an infloop-inducing bug in grep -P (pcre-8.35)Jim Meyering2014-04-141-0/+1
* grep: no match for the empty string included in multiple patternsNorihiro Tanaka2014-04-111-0/+1
* grep: fix bugs with -i and titlecasePaul Eggert2014-02-281-0/+1
* grep: fix multiple bugs with bracket expressionsPaul Eggert2014-02-271-0/+1
* align grep -Pw with grep -wStephane Chazelas2014-02-251-0/+1
* grep -P: fix it so backreferences now work with -w and -xStephane Chazelas2014-02-241-0/+1
* tests: test for the non-UTF8 multi-byte performance regressionJim Meyering2014-02-201-0/+1
* tests: test [^^-^] in unibyte localesPaul Eggert2014-02-201-0/+1
* maint: remove vestiges of support for long-disabled --mmap optionJim Meyering2014-01-271-1/+0
* grep: make --ignore-case (-i) faster (sometimes 10x) in multibyte localesJim Meyering2014-01-091-0/+1
* maint: update copyright dates for 2014Jim Meyering2014-01-011-1/+1
* grep: handle lines longer than INT_MAX on more systemsJim Meyering2013-12-181-0/+1
* grep: fix regression with -P vs. invalid UTF-8 inputJim Meyering2013-11-021-0/+1
* grep: fix regression involving \s and \SJim Meyering2013-11-021-0/+1
* tests: ensure neither \s nor \S matches an invalid multibyte characterJim Meyering2013-10-011-0/+1
* dfa: fix \s and \S to work for multibyteJim Meyering2013-10-011-0/+1
* fix Cygwin UTF-16 surrogate-pair handling with -iCorinna Vinschen2013-09-011-0/+1
* tests: add testcase for previous changePaolo Bonzini2013-07-051-0/+1
* maint: align backslashes consistentlyJim Meyering2013-05-281-7/+7
* grep -F: avoid an infinite loop with invalid multi-byte search stringJim Meyering2013-05-281-0/+1
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* grep: diagnose read errors from -f dir, porting to SolarisPaul Eggert2012-11-191-2/+1
* tests: include UTF-8 testcases for grep -PPaolo Bonzini2012-10-031-0/+1
* tests: test for bug with -i and ^$ in a multi-byte localeJim Meyering2012-08-071-0/+1
* grep -i: work also when converting to lower-case inflates byte countJim Meyering2012-06-161-0/+1
* tests: extend coverage of dfa.c's match_mb_charsetJim Meyering2012-06-081-0/+1
* grep: fix how -i works with a match containing the Turkish I-with-dotJim Meyering2012-06-021-1/+0
* grep: sparse files are now considered binaryPaul Eggert2012-05-151-0/+1
* grep: fix --devices=ACTION (-D) so stdin is once again exemptJim Meyering2012-04-171-0/+1
* grep: -r no longer follows symlinks; use ftsPaul Eggert2012-03-141-0/+1
* tests: exercise two recently-fixed bugsJim Meyering2012-03-091-0/+1
* tests: test for problems with long matchesPaul Eggert2012-03-011-0/+1
* grep: don't say "write error" over and overPaul Eggert2012-01-221-0/+1
* grep: -r with no args now searches "."Paul Eggert2012-01-021-0/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: fix "make check" error on OSF/1Bruno Haible2011-11-211-1/+1
* tests: make our "export" replacement efficient with modern shellsJim Meyering2011-11-121-11/+15
* tests: make the replacement export function more robustJim Meyering2011-11-121-3/+3