I Use This!
Low Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
grep: initialize validation_boundary properly before use More... over 10 years ago
grep: fix off-by-one bug in -P optimization More... over 10 years ago
dfa: remove two erroneous clauses from a now-unused function More... over 10 years ago
dfa: avoid false match in a non-UTF8 multibyte locale More... over 10 years ago
dfa: fix a theoretical bug More... over 10 years ago
doc: modernize and simplify man page More... over 10 years ago
doc: clarify exit status More... over 10 years ago
dfa: test for just-fixed bug More... over 10 years ago
dfa: factor out a new nontrivial block of duplicated code More... over 10 years ago
grep: avoid stack buffer read-underrun and overrun More... over 10 years ago
dfa: make find_pred return NULL for an invalid predicate More... over 10 years ago
grep: fix subscript error when testing whether empty lines match More... over 10 years ago
dfa: check end of input buffer after transition in non-UTF8 multibyte locale More... over 10 years ago
dfa: minor tweaks, mostly to remove __attribute__ ((noinline)) More... over 10 years ago
maint: generalize the -Wcast-align fix More... over 10 years ago
maint: suppress a false-positive -Wcast-align warning More... over 10 years ago
grep: don't check extensively for invalid prefix bytes unless -P More... over 10 years ago
grep: scan for valid multibyte strings more quickly More... over 10 years ago
maint: dfa: used unsigned types where appropriate More... over 10 years ago
grep: speed up processing of holes before EOF on Solaris More... over 10 years ago
grep: port to platforms lacking SEEK_DATA More... over 10 years ago
grep: skip past holes efficiently More... over 10 years ago
grep: avoid false alarms for mb_clen and to_uchar More... over 10 years ago
grep: improve -P performance in typical cases More... over 10 years ago
grep: use mbclen cache in one more place More... over 10 years ago
grep: minor -P speedup with jit_stack More... over 10 years ago
grep: fix -P speedup bug with empty match More... over 10 years ago
grep: port -P speedup to hosts lacking PCRE_STUDY_JIT_COMPILE More... over 10 years ago
grep: non-text bytes in binary data may be treated as line ends More... over 10 years ago
grep: -z no longer considers '\200' to be binary data More... over 10 years ago