summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: update gnulib submodule to latestPaul Eggert2016-09-241-0/+0
* tests/fmbtest: avoid false-failure due to reliance on MB-correct sedJim Meyering2016-09-241-12/+8
* tests: revamp multibyte-white-space test to be more permissiveJim Meyering2016-09-241-34/+57
* tests: avoid erroneous failure of pcre-jitstack testJim Meyering2016-09-241-1/+1
* grep: avoid unwarranted "input file 'F' is also the output" on *BSDJim Meyering2016-09-231-1/+1
* tests: avoid backref-multibyte-slow false failureJim Meyering2016-09-231-0/+4
* gnulib: update to latest; for getprogname-vs-AIX fixJim Meyering2016-09-221-0/+0
* grep: add news entry for fix to bug#24233Norihiro Tanaka2016-09-181-0/+3
* gnulib: update to latestJim Meyering2016-09-151-0/+0
* dfa: reflect move of grep's DFA code to gnulibJim Meyering2016-09-1012-4515/+8
* gnulib: update to latest, for new dfa moduleJim Meyering2016-09-101-0/+0
* grep: encoding errors suppress just their linePaul Eggert2016-09-084-13/+22
* gnulib: update to latest, for getprogname fixesJim Meyering2016-09-081-0/+0
* dfa: additional change new option for anchored searchesNorihiro Tanaka2016-09-081-13/+32
* doc: define "context lines"Paul Eggert2016-09-071-2/+6
* build: update gnulib submodule to latestPaul Eggert2016-09-071-0/+0
* maint: switch from gnulib's progname to getprogname moduleJim Meyering2016-09-055-13/+9
* dfa: minor cleanup of previous changePaul Eggert2016-09-021-5/+3
* dfa: additional change new option for anchored searchesNorihiro Tanaka2016-09-021-1/+9
* dfa: use single-byte algorithm even in non-UTF-8Norihiro Tanaka2016-09-021-4/+1
* dfa: merge xalloc.h changes from GawkPaul Eggert2016-09-022-3/+8
* dfa: port to C90Arnold Robbins2016-09-021-2/+4
* dfa: new option for anchored searchesPaul Eggert2016-09-024-10/+31
* dfa: simplify and optimize at initial state in executionNorihiro Tanaka2016-09-021-56/+23
* dfa: simplify to find state index for state 0Norihiro Tanaka2016-09-021-12/+3
* tests: add a new test for SJIS localeNorihiro Tanaka2016-09-011-0/+2
* grep: update NEWSPaul Eggert2016-09-011-0/+3
* grep: use regex fastmap unless -iPaul Eggert2016-09-011-1/+4
* grep: improve dfasearch storage managementPaul Eggert2016-09-011-37/+38
* dfa: remove separation by context in transition in non-UTF8 multibyte localesNorihiro Tanaka2016-09-011-50/+3
* dfa: document previous changePaul Eggert2016-09-011-2/+2
* dfa: avoid invalid character matching periodNorihiro Tanaka2016-09-011-0/+6
* dfa: use single-byte algorithm even in non-UTF-8Norihiro Tanaka2016-09-011-70/+45
* grep: avoid code duplication with -iFPaul Eggert2016-09-019-161/+115
* grep: speed up -iF in multibyte localesNorihiro Tanaka2016-09-016-25/+129
* build: update gnulib submodule to latestPaul Eggert2016-08-311-0/+0
* maint: avoid new 'make syntax-check' failureJim Meyering2016-08-311-1/+1
* gnulib: update to latestJim Meyering2016-08-311-0/+0
* dfa: make dfa.c fully thread-safePaul Eggert2016-08-3113-197/+262
* build: update gnulib submodule to latestPaul Eggert2016-08-281-0/+0
* dfa: minor thread-safety cleanupsPaul Eggert2016-08-231-194/+193
* grep: minor tweaks of initial buffer allocPaul Eggert2016-08-211-6/+12
* dfa: constify some function parametersZev Weiss2016-08-201-2/+2
* dfa: thread-safety: initialize mbrtowc_cache in dfa_initZev Weiss2016-08-201-5/+16
* dfa: thread-safety: eliminate static local variablesZev Weiss2016-08-207-33/+44
* dfa: thread-safety: move regex syntax configuration into struct dfaZev Weiss2016-08-204-127/+132
* dfa: thread-safety: move parser state into struct dfaZev Weiss2016-08-201-40/+52
* dfa: thread-safety: move lexer state into struct dfaZev Weiss2016-08-201-133/+162
* dfa: thread-safety: remove dfa.c's "dfa" globalZev Weiss2016-08-191-109/+98
* grep: tune list_files conversion to enumPaul Eggert2016-08-181-2/+1