I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dfa: avoid invalid character matching period More... over 8 years ago
dfa: remove separation by context in transition in non-UTF8 multibyte locales More... over 8 years ago
dfa: use single-byte algorithm even in non-UTF-8 More... over 8 years ago
grep: avoid code duplication with -iF More... over 8 years ago
grep: speed up -iF in multibyte locales More... over 8 years ago
build: update gnulib submodule to latest More... over 8 years ago
maint: avoid new 'make syntax-check' failure More... over 8 years ago
dfa: make dfa.c fully thread-safe More... over 8 years ago
gnulib: update to latest More... over 8 years ago
build: update gnulib submodule to latest More... over 8 years ago
dfa: minor thread-safety cleanups More... over 8 years ago
grep: minor tweaks of initial buffer alloc More... over 8 years ago
dfa: constify some function parameters More... over 8 years ago
dfa: thread-safety: eliminate static local variables More... over 8 years ago
grep: tune list_files conversion to enum More... over 8 years ago
grep: prefer bitwise to short-circuit when shorter More... over 8 years ago
dfa: thread-safety: initialize mbrtowc_cache in dfa_init More... over 8 years ago
dfa: thread-safety: move regex syntax configuration into struct dfa More... over 8 years ago
dfa: thread-safety: move parser state into struct dfa More... over 8 years ago
dfa: thread-safety: move lexer state into struct dfa More... over 8 years ago
dfa: thread-safety: remove dfa.c's "dfa" global More... over 8 years ago
dfa: use 64-bit when ulong is at least that wide More... over 8 years ago
maint: avoid new "make syntax-check" failure More... over 8 years ago
dfa: reflect move of grep's DFA code to gnulib More... over 8 years ago
tests: pcre-jitstack: avoid false failure without base64 -d support More... over 8 years ago
dfa: avoid uninitialized constants More... over 8 years ago
dfa: improve leading "." with non-UTF8 multibyte More... over 8 years ago
dfa: minor refactoring and doc fixes More... over 8 years ago
dfa: fix context newline confusion More... over 8 years ago
dfa: port to C90 More... over 8 years ago