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
*
tests: work around older libpcre bugs when testing -P and UTF-8
Paul Eggert
2014-10-25
1
-3
/
+5
*
tests: add test for grep -P fix
Norihiro Tanaka
2014-10-24
2
-0
/
+18
*
grep: fix grep -P crash
Paul Eggert
2014-10-24
3
-30
/
+14
*
dfa: remove two erroneous clauses from a now-unused function
Norihiro Tanaka
2014-10-19
1
-11
/
+1
*
dfa: process all MBCSET constructs via glibc's matcher
Norihiro Tanaka
2014-10-19
2
-10
/
+20
*
grep: initialize validation_boundary properly before use
Norihiro Tanaka
2014-10-15
1
-0
/
+1
*
grep: fix off-by-one bug in -P optimization
Paul Eggert
2014-10-15
2
-2
/
+6
*
dfa: fix a theoretical bug
Norihiro Tanaka
2014-10-08
1
-0
/
+1
*
doc: modernize and simplify man page
Paul Eggert
2014-10-07
1
-133
/
+35
*
doc: clarify exit status
Paul Eggert
2014-10-07
2
-23
/
+10
*
dfa: test for just-fixed bug
Norihiro Tanaka
2014-10-07
3
-0
/
+51
*
dfa: factor out a new nontrivial block of duplicated code
Norihiro Tanaka
2014-10-05
1
-41
/
+32
*
dfa: check end of input buffer after transition in non-UTF8 multibyte locale
Norihiro Tanaka
2014-10-05
4
-2
/
+63
*
grep: avoid stack buffer read-underrun and overrun
Jim Meyering
2014-10-04
1
-2
/
+3
*
grep: fix subscript error when testing whether empty lines match
Norihiro Tanaka
2014-10-04
1
-1
/
+2
*
dfa: minor tweaks, mostly to remove __attribute__ ((noinline))
Paul Eggert
2014-09-27
2
-9
/
+26
*
dfa: separate dfaexec function to help optimization by compiler
Norihiro Tanaka
2014-09-27
1
-6
/
+29
*
dfa: speed-up at initial state
Norihiro Tanaka
2014-09-27
1
-19
/
+35
*
maint: generalize the -Wcast-align fix
Paul Eggert
2014-09-27
1
-8
/
+16
*
maint: suppress a false-positive -Wcast-align warning
Jim Meyering
2014-09-27
1
-0
/
+7
*
grep: don't check extensively for invalid prefix bytes unless -P
Paul Eggert
2014-09-26
1
-0
/
+2
*
grep: scan for valid multibyte strings more quickly
Paul Eggert
2014-09-26
1
-17
/
+76
*
grep: speed up processing of holes before EOF on Solaris
Paul Eggert
2014-09-17
1
-0
/
+5
*
grep: port to platforms lacking SEEK_DATA
Paul Eggert
2014-09-17
1
-6
/
+11
*
grep: skip past holes efficiently
Paul Eggert
2014-09-17
3
-19
/
+62
*
grep: improve -P performance in typical cases
Paul Eggert
2014-09-17
3
-31
/
+130
*
grep: minor -P speedup with jit_stack
Paul Eggert
2014-09-17
1
-4
/
+2
*
grep: non-text bytes in binary data may be treated as line ends
Paul Eggert
2014-09-17
4
-3
/
+34
*
grep: -z no longer considers '\200' to be binary data
Paul Eggert
2014-09-17
3
-9
/
+9
*
grep: refactor binary-vs-unknown-vs-text flags for clarity
Paul Eggert
2014-09-17
1
-31
/
+55
*
grep: fix -P speedup bug with empty match
Paul Eggert
2014-09-16
2
-13
/
+24
*
grep: port -P speedup to hosts lacking PCRE_STUDY_JIT_COMPILE
Paul Eggert
2014-09-16
1
-7
/
+7
*
grep: use mbclen cache in one more place
Paul Eggert
2014-09-16
1
-2
/
+1
*
grep: avoid false alarms for mb_clen and to_uchar
Paul Eggert
2014-09-16
1
-0
/
+4
*
grep: use mbclen cache more effectively
Paul Eggert
2014-09-16
4
-30
/
+62
*
grep: improve performance for older glibc
Paul Eggert
2014-09-16
3
-1
/
+8
*
grep: treat a file as binary if its prefix contains encoding errors
Paul Eggert
2014-09-16
6
-45
/
+106
*
grep: use bool for boolean in grep.c
Paul Eggert
2014-09-16
2
-116
/
+124
*
grep: speed up -P on files containing many multibyte errors
Paul Eggert
2014-09-16
1
-8
/
+18
*
grep: remove/refactor unnecessary code about line splitting
Paul Eggert
2014-09-16
2
-46
/
+6
*
grep: diagnose -P in non-UTF-8 multibyte locale
Paul Eggert
2014-09-12
3
-2
/
+13
*
doc: move NEWS note about GREP_OPTIONS into proper section
Jim Meyering
2014-09-12
1
-3
/
+5
*
grep: make GREP_OPTIONS obsolescent
Paul Eggert
2014-09-12
6
-33
/
+18
*
doc: bug tracker has moved to debbugs.gnu.org
Paul Eggert
2014-09-11
3
-9
/
+9
*
grep: fix false matches with -P '...$' and invalid UTF-8
Paul Eggert
2014-09-11
1
-1
/
+4
*
grep: fix false matches with -P '...$' and invalid UTF-8
Paul Eggert
2014-09-11
1
-1
/
+2
*
tests: add expect-to-fail test for a glibc regexp bug
Jim Meyering
2014-09-10
2
-1
/
+37
*
maint: avoid distcheck failure
Jim Meyering
2014-09-10
1
-0
/
+1
*
grep: port recent fix to older pcre version
Paul Eggert
2014-09-10
1
-2
/
+4
*
grep: -P now treats invalid UTF-8 input as non-matching
Paul Eggert
2014-09-09
4
-44
/
+33
[next]