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
Commit message (
Expand
)
Author
Age
Files
Lines
*
version 2.19
v2.19
Jim Meyering
2014-05-22
1
-1
/
+1
*
maint: avoid new false-positive syntax-check failure
Jim Meyering
2014-05-21
1
-0
/
+2
*
tests: add test case for newline-count fix
Norihiro Tanaka
2014-05-17
2
-0
/
+29
*
grep: do not count newline before the start of buffer
Norihiro Tanaka
2014-05-16
1
-1
/
+1
*
grep: port mb_next_wc to RHEL 6.5 x86-64
Paul Eggert
2014-05-15
1
-1
/
+2
*
tests: port mb-non-UTF8-performance to RHEL 6.5
Paul Eggert
2014-05-15
1
-1
/
+5
*
egrep, fgrep: port to Solaris 10 /bin/sh
Paul Eggert
2014-05-12
2
-2
/
+10
*
maint: NEWS: adjust wording to reflect move
Jim Meyering
2014-05-10
1
-1
/
+1
*
maint: NEWS: move "Improvements" to the top
Jim Meyering
2014-05-10
1
-6
/
+6
*
gnulib: update submodule to latest, and bootstrap
Jim Meyering
2014-05-10
2
-1
/
+9
*
dfa: omit double includes
Paul Eggert
2014-05-10
1
-2
/
+0
*
dfa: fix bug with \< etc in multibyte locales
Paul Eggert
2014-05-10
3
-5
/
+20
*
tests: add test case for -C 0 change
Paul Eggert
2014-05-10
2
-0
/
+28
*
grep: -A 0, -B 0, -C 0 now output a separator
Paul Eggert
2014-05-10
3
-12
/
+15
*
grep: minor improvements to retry-DFA-superset patch
Paul Eggert
2014-05-09
1
-14
/
+10
*
grep: retry DFA superset after matching multiple lines
Norihiro Tanaka
2014-05-09
1
-13
/
+19
*
dfa: fix inconsistency in multibyte locales
Norihiro Tanaka
2014-05-09
1
-1
/
+1
*
maint: mark some breakless cases with /* fallthrough */ comment
Jim Meyering
2014-05-08
1
-0
/
+3
*
dfa: assume C89 for CHAR_BIT
Paul Eggert
2014-05-08
1
-6
/
+1
*
dfa: don't assume unsigned int is exactly 32 bits wide
Paul Eggert
2014-05-08
1
-33
/
+54
*
maint: fix indenting to pacify 'prohibit_tab_based_indentation'
Paul Eggert
2014-05-08
1
-12
/
+12
*
grep: simplify and clarify invert-related code
Paul Eggert
2014-05-08
1
-63
/
+49
*
grep: improve performance of -v when combined with -L, -l or -q
Norihiro Tanaka
2014-05-08
1
-4
/
+9
*
doc: mention performance changes
Paul Eggert
2014-05-06
1
-0
/
+6
*
dfa: clarify use of "if"
Paul Eggert
2014-05-06
2
-29
/
+25
*
dfa: minor performance improvement for previous change
Paul Eggert
2014-05-06
1
-4
/
+8
*
dfa: speed up 'dfaisfast'
Norihiro Tanaka
2014-05-06
1
-12
/
+4
*
grep: fix -w match next to a multibyte letter
Paul Eggert
2014-05-05
6
-10
/
+55
*
grep: improve internal API for multibyte boundary
Paul Eggert
2014-05-05
4
-13
/
+23
*
grep: fix encoding-error incompatibilities among regex, DFA, KWset
Paul Eggert
2014-05-05
11
-45
/
+79
*
dfa: minor simplification
Paul Eggert
2014-05-04
1
-2
/
+2
*
grep: simplify and fix problems with KWset-DFA agreement patch
Paul Eggert
2014-05-04
2
-69
/
+60
*
tests: improve coverage for prefix-of-multibyte
Paul Eggert
2014-05-04
1
-4
/
+9
*
grep: make KWset and DFA agree about invalid sequences in patterns
Norihiro Tanaka
2014-05-04
5
-61
/
+78
*
maint: make ChangeLog generation more robust
Jim Meyering
2014-05-03
1
-4
/
+7
*
grep: clarify EGexecute slightly
Paul Eggert
2014-05-03
1
-3
/
+3
*
grep: fix the bug in previous patch.
Norihiro Tanaka
2014-05-03
1
-2
/
+2
*
grep: simplify EGexecute further
Paul Eggert
2014-04-30
3
-76
/
+47
*
grep: adjust timing back to kwset when dfaisfast is true
Norihiro Tanaka
2014-04-30
1
-1
/
+29
*
grep: simplify superset
Norihiro Tanaka
2014-04-30
3
-76
/
+69
*
dfa: optimize memory allocation
Norihiro Tanaka
2014-04-30
1
-12
/
+16
*
kwset: improve performance by inlining tr
Norihiro Tanaka
2014-04-29
1
-1
/
+1
*
gnulib: update to latest
Jim Meyering
2014-04-27
1
-0
/
+0
*
kwset: improve performance by inlining more
Paul Eggert
2014-04-27
1
-3
/
+14
*
kwset: speed up by using memchr2
Paul Eggert
2014-04-26
2
-21
/
+67
*
kwset: improve performance when large Boyer-Moore key doesn't match
Paul Eggert
2014-04-26
1
-3
/
+10
*
dfa: fix index bug in previous patch, and simplify
Paul Eggert
2014-04-26
3
-28
/
+18
*
grep: speed up for a case to repeat failure in DFA after success in kwset
Norihiro Tanaka
2014-04-26
3
-5
/
+36
*
dfa: fix recently-introduced memory leak
Paul Eggert
2014-04-24
1
-1
/
+4
*
misc: fix doc and test bugs re grep -z
Paul Eggert
2014-04-24
2
-13
/
+7
[next]