index
:
delta/grep.git
baserock/bootstrap
baserock/bootstrap-pass1
baserock/bootstrap-stable
baserock/morph
baserock/morph-stable
baserock/v2.21
master
git.savannah.gnu.org: git/grep.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: reenable the surrogate-pair test
Jim Meyering
2018-12-16
1
-0
/
+1
*
tests: remove stale surrogate-pair test
Jim Meyering
2018-12-16
1
-1
/
+0
*
tests: fix comment
Paul Eggert
2018-08-09
1
-1
/
+1
*
tests: backref-alt works with glibc 2.28
Paul Eggert
2018-08-09
1
-3
/
+3
*
maint: update URLs
Paul Eggert
2018-04-21
1
-2
/
+2
*
maint: update gnulib and copyright dates for 2018
Jim Meyering
2018-01-06
1
-1
/
+1
*
grep: diagnose stack overflow rather than segfaulting
Jim Meyering
2017-12-16
1
-0
/
+1
*
tests: really add the new test name
Jim Meyering
2017-01-23
1
-0
/
+1
*
maint: update gnulib and copyright dates for 2017
Jim Meyering
2017-01-01
1
-1
/
+1
*
grep: work around proc lseek glitch
Paul Eggert
2016-12-12
1
-0
/
+1
*
grep: fix DFA-induced infloop
Jim Meyering
2016-11-29
1
-0
/
+1
*
grep: avoid false matches in non-UTF8 multibyte locales
Jim Meyering
2016-11-27
1
-0
/
+1
*
grep: -T no longer outputs BS
Paul Eggert
2016-11-19
1
-0
/
+1
*
grep: treat -f /dev/null like -m0
Paul Eggert
2016-11-19
1
-0
/
+1
*
dfa: reflect move of grep's DFA code to gnulib
Jim Meyering
2016-09-10
1
-4
/
+1
*
dfa: make dfa.c fully thread-safe
Paul Eggert
2016-08-31
1
-1
/
+1
*
grep: print "filename:lineno:" in invalid-regex diagnostic
Jim Meyering
2016-07-25
1
-0
/
+1
*
tests: add coreutils' perl-driven test framework
Jim Meyering
2016-07-24
1
-0
/
+24
*
grep: fix -F crash when alternating duplicates
Norihiro Tanaka
2016-07-14
1
-0
/
+1
*
maint: do not let a LANGUAGE envvar setting perturb tests
Jim Meyering
2016-05-13
1
-1
/
+4
*
grep: /dev/null output speedup
Paul Eggert
2016-05-01
1
-0
/
+1
*
grep: in C locale, all bytes are valid characters
Paul Eggert
2016-04-10
1
-0
/
+1
*
tests: test egrep/fgrep help only if our grep
Paul Eggert
2016-04-03
1
-1
/
+9
*
grep: use errno consistently in write diagnostics
Paul Eggert
2016-03-17
1
-0
/
+1
*
grep -z: avoid erroneous match with regexp anchor and \n in text
Jim Meyering
2016-02-20
1
-1
/
+2
*
grep: fix bug with with invalid unibyte sequence
Paul Eggert
2016-01-01
1
-0
/
+1
*
maint: update copyright year, bootstrap, init.sh
Jim Meyering
2016-01-01
1
-1
/
+1
*
grep: -c should keep counting after binary data
Paul Eggert
2015-12-30
1
-0
/
+1
*
grep: be less picky about encoding errors
Paul Eggert
2015-12-30
1
-0
/
+1
*
maint: correct (make sorted) order of test file names
Jim Meyering
2015-12-29
1
-1
/
+1
*
grep -oP: don't infloop when processing invalid UTF8 preceding a match
Jim Meyering
2015-12-18
1
-0
/
+1
*
Add test for pop_fail_stack bug
Paul Eggert
2015-09-19
1
-0
/
+11
*
tests: add a test for the performance fix
Jim Meyering
2015-07-18
1
-0
/
+1
*
grep: -z '.' now consistently matches newline
Paul Eggert
2015-07-03
1
-0
/
+1
*
grep: don't mishandle left context in -P
Paul Eggert
2015-07-03
1
-0
/
+1
*
maint: sort test names in tests/Makefile.am and add syntax-check rule
Jim Meyering
2015-04-26
1
-7
/
+7
*
dfa: make find_pred return NULL for an invalid predicate
Norihiro Tanaka
2015-04-25
1
-0
/
+1
*
maint: use ASAN-poisoning more carefully
Jim Meyering
2015-02-11
1
-0
/
+1
*
Grow the JIT stack if it becomes exhausted
Paul Eggert
2015-02-10
1
-0
/
+1
*
grep -F: fix a heap buffer (read) overrun
Yuliy Pisetsky
2015-01-09
1
-0
/
+1
*
maint: update copyright year ranges to include 2015
Jim Meyering
2015-01-01
1
-1
/
+1
*
dfa: avoid invalid match or infinite loop in unused matching mode
Norihiro Tanaka
2014-12-06
1
-2
/
+5
*
grep -F -x -o PAT would print an extra newline for each match
Norihiro Tanaka
2014-11-14
1
-0
/
+1
*
dfa: make \w and \W work in multibyte locales
Norihiro Tanaka
2014-10-28
1
-0
/
+1
*
tests: add test for grep -P fix
Norihiro Tanaka
2014-10-24
1
-0
/
+1
*
dfa: test for just-fixed bug
Norihiro Tanaka
2014-10-07
1
-0
/
+1
*
dfa: check end of input buffer after transition in non-UTF8 multibyte locale
Norihiro Tanaka
2014-10-05
1
-0
/
+1
*
tests: add expect-to-fail test for a glibc regexp bug
Jim Meyering
2014-09-10
1
-1
/
+2
*
grep: fix --max-count=N (-m N) to stop reading after Nth match
Jim Meyering
2014-05-30
1
-0
/
+1
*
dfa: fix bug with regex containing multiple begin/end-line constraints
Norihiro Tanaka
2014-05-28
1
-0
/
+1
[next]