summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright"Paul Eggert2021-01-011-1/+1
* grep: avoid performance regression with many patternsJim Meyering2020-11-261-0/+1
* grep: remove GREP_OPTIONSPaul Eggert2020-11-031-1/+0
* tests: fix tests when PCRE is not usedPaul Eggert2020-10-051-6/+7
* tests: restore deleted -P testsJim Meyering2020-09-281-0/+5
* tests: test for many-regexp N^2 RSS regressionJim Meyering2020-09-221-0/+1
* tests: skip stack-overflow test on midnightbsd*Jim Meyering2020-09-221-0/+1
* grep: make echo .|grep '\.' match once againJim Meyering2020-09-181-0/+1
* tests: add coverage for code that emits the new diagnosticJim Meyering2020-09-171-0/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* tests: fix typo in name of test fileJim Meyering2019-12-251-1/+1
* maint: sort test namesJim Meyering2019-12-181-1/+1
* grep: do not match invalid UTF-8Paul Eggert2019-12-171-0/+1
* tests: add test that would have detected -Fw perf regressionJim Meyering2019-12-011-0/+1
* grep: avoid false -Fw match in non-UTF8 multibyte localesJim Meyering2019-11-161-0/+1
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* tests: reenable the surrogate-pair testJim Meyering2018-12-161-0/+1
* tests: remove stale surrogate-pair testJim Meyering2018-12-161-1/+0
* tests: fix commentPaul Eggert2018-08-091-1/+1
* tests: backref-alt works with glibc 2.28Paul Eggert2018-08-091-3/+3
* maint: update URLsPaul Eggert2018-04-211-2/+2
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
* grep: diagnose stack overflow rather than segfaultingJim Meyering2017-12-161-0/+1
* tests: really add the new test nameJim Meyering2017-01-231-0/+1
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* grep: work around proc lseek glitchPaul Eggert2016-12-121-0/+1
* grep: fix DFA-induced infloopJim Meyering2016-11-291-0/+1
* grep: avoid false matches in non-UTF8 multibyte localesJim Meyering2016-11-271-0/+1
* grep: -T no longer outputs BSPaul Eggert2016-11-191-0/+1
* grep: treat -f /dev/null like -m0Paul Eggert2016-11-191-0/+1
* dfa: reflect move of grep's DFA code to gnulibJim Meyering2016-09-101-4/+1
* dfa: make dfa.c fully thread-safePaul Eggert2016-08-311-1/+1
* grep: print "filename:lineno:" in invalid-regex diagnosticJim Meyering2016-07-251-0/+1
* tests: add coreutils' perl-driven test frameworkJim Meyering2016-07-241-0/+24
* grep: fix -F crash when alternating duplicatesNorihiro Tanaka2016-07-141-0/+1
* maint: do not let a LANGUAGE envvar setting perturb testsJim Meyering2016-05-131-1/+4
* grep: /dev/null output speedupPaul Eggert2016-05-011-0/+1
* grep: in C locale, all bytes are valid charactersPaul Eggert2016-04-101-0/+1
* tests: test egrep/fgrep help only if our grepPaul Eggert2016-04-031-1/+9
* grep: use errno consistently in write diagnosticsPaul Eggert2016-03-171-0/+1
* grep -z: avoid erroneous match with regexp anchor and \n in textJim Meyering2016-02-201-1/+2
* grep: fix bug with with invalid unibyte sequencePaul Eggert2016-01-011-0/+1
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* grep: -c should keep counting after binary dataPaul Eggert2015-12-301-0/+1
* grep: be less picky about encoding errorsPaul Eggert2015-12-301-0/+1
* maint: correct (make sorted) order of test file namesJim Meyering2015-12-291-1/+1
* grep -oP: don't infloop when processing invalid UTF8 preceding a matchJim Meyering2015-12-181-0/+1
* Add test for pop_fail_stack bugPaul Eggert2015-09-191-0/+11
* tests: add a test for the performance fixJim Meyering2015-07-181-0/+1
* grep: -z '.' now consistently matches newlinePaul Eggert2015-07-031-0/+1