summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* grep: don't mishandle left context in -PPaul Eggert2015-07-031-0/+1
* maint: sort test names in tests/Makefile.am and add syntax-check ruleJim Meyering2015-04-261-7/+7
* dfa: make find_pred return NULL for an invalid predicateNorihiro Tanaka2015-04-251-0/+1
* maint: use ASAN-poisoning more carefullyJim Meyering2015-02-111-0/+1
* Grow the JIT stack if it becomes exhaustedPaul Eggert2015-02-101-0/+1
* grep -F: fix a heap buffer (read) overrunYuliy Pisetsky2015-01-091-0/+1
* maint: update copyright year ranges to include 2015Jim Meyering2015-01-011-1/+1
* dfa: avoid invalid match or infinite loop in unused matching modeNorihiro Tanaka2014-12-061-2/+5
* 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