summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: pcre-jitstack: upon failure, retry with no stack size limitJim Meyering2015-11-011-1/+14
* tests: avoid spurious failure on OpenBSD 5.8Jim Meyering2015-10-241-6/+12
* gnulib: update to latest; also bootstrap and tests/init.shJim Meyering2015-10-171-0/+22
* maint: use single quote rather than UTF-8 multi-byte versionJim Meyering2015-10-131-1/+1
* tests: add test case for Bug#21670Paul Eggert2015-10-111-3/+11
* Add test for pop_fail_stack bugPaul Eggert2015-09-193-17/+38
* tests: mb-non-UTF8-performance: use new functionJim Meyering2015-08-011-20/+9
* tests: long-pattern-perf: measure user time, not elapsedJim Meyering2015-08-011-18/+6
* tests: new function to measure elapsed user timeJim Meyering2015-08-011-0/+28
* tests: sjis-mb: accept two more localesNorihiro Tanaka2015-07-181-4/+5
* tests: add a test for the performance fixJim Meyering2015-07-182-0/+51
* tests: fix mis-applied patch.Jim Meyering2015-07-171-2/+2
* tests: avoid FS-dependent false-positive failureJim Meyering2015-07-171-2/+2
* grep: fix bug with --exclude-dir and command linePaul Eggert2015-07-131-1/+11
* tests: fix $? typo in null-bytePaul Eggert2015-07-131-1/+3
* grep: -z '[^x]' now consistently matches newlinePaul Eggert2015-07-041-3/+9
* grep: -z '.' now consistently matches newlinePaul Eggert2015-07-032-0/+35
* grep: don't mishandle left context in -PPaul Eggert2015-07-032-0/+39
* tests/case-fold-backref: factor testJim Meyering2015-06-281-1/+1
* grep: don't hang on command-line fifo if -D skipPaul Eggert2015-06-261-0/+5
* test: tighten tests for bracket exprsPaul Eggert2015-05-301-2/+3
* 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-252-0/+31
* maint: use ASAN-poisoning more carefullyJim Meyering2015-02-112-0/+23
* Grow the JIT stack if it becomes exhaustedPaul Eggert2015-02-102-0/+40
* grep -F: fix a heap buffer (read) overrunYuliy Pisetsky2015-01-092-0/+33
* maint: update copyright year ranges to include 2015Jim Meyering2015-01-0157-57/+57
* maint: fix a new "make syntax-check" failureJim Meyering2014-12-121-1/+2
* tests: port fmbtest to CentOS 6 and earlierPaul Eggert2014-12-071-5/+9
* dfa: avoid invalid match or infinite loop in unused matching modeNorihiro Tanaka2014-12-063-2/+120
* tests: sjis-mb: remove now-obsolete and failing sub-testsJim Meyering2014-11-211-2/+0
* tests: big-match: disable OOM-provoking subtestJim Meyering2014-11-171-1/+4
* grep -F -x -o PAT would print an extra newline for each matchNorihiro Tanaka2014-11-142-0/+37
* tests: port to DarwinPaul Eggert2014-11-111-10/+11
* tests: fix recently-introduced stray outputPaul Eggert2014-11-111-1/+0
* tests: port to libpcre sans UTF-8 supportPaul Eggert2014-11-113-3/+3
* tests: do not fail when the zh_CN.UTF-8 locale is not installedJim Meyering2014-11-091-1/+9
* tests: avoid hex_printf_ portability problemsJim Meyering2014-11-091-2/+4
* tests: avoid a multibyte tr portability problemJim Meyering2014-11-081-0/+9
* maint: remove spurious LC_ALL setting from one testJim Meyering2014-11-081-2/+0
* tests: fix typo in previous changeJim Meyering2014-11-081-1/+1
* tests: avoid awk+printf+\xHH portability trapNorihiro Tanaka2014-11-083-7/+8
* tests: avoid printf+\xHH portability trapJim Meyering2014-11-071-1/+1
* maint: move helper function, hex_printf to init.cfgJim Meyering2014-11-072-10/+10
* tests: avoid false-positive failure due to some zh_CN.* localesJim Meyering2014-10-301-1/+1
* tests: make new test script executableJim Meyering2014-10-281-0/+0
* dfa: make \w and \W work in multibyte localesNorihiro Tanaka2014-10-282-0/+24
* dfa: avoid false match in a non-UTF8 multibyte localeNorihiro Tanaka2014-10-261-0/+1
* tests: work around older libpcre bugs when testing -P and UTF-8Paul Eggert2014-10-251-3/+5
* tests: add test for grep -P fixNorihiro Tanaka2014-10-242-0/+18