summaryrefslogtreecommitdiff
path: root/src/searchutils.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright datesJim Meyering2023-01-011-1/+1
* maint: make update-copyrightJim Meyering2022-01-011-1/+1
* grep: prefer signed to unsigned integersPaul Eggert2021-08-251-11/+11
* grep: scan back thru UTF-8 a bit fasterPaul Eggert2021-08-241-6/+13
* grep: tweak mb_goback performancePaul Eggert2021-08-241-5/+11
* grep: tweak wordchar_prev performancePaul Eggert2021-08-241-2/+1
* grep: tweak mb_goback and comment it betterPaul Eggert2021-08-241-13/+30
* grep: avoid some size_t castsPaul Eggert2021-08-241-4/+4
* maint: run "make update-copyright"Paul Eggert2021-01-011-1/+1
* grep: fix more Turkish-eyes bugsPaul Eggert2020-09-231-18/+5
* grep: fix -w bug in UTF-8 localesPaul Eggert2020-09-091-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-011-1/+1
* grep: improve grep -Fw performance in non-UTF8 multibyte localesNorihiro Tanaka2019-11-171-9/+15
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-011-1/+1
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-061-1/+1
* grep: remove Commentz-Walter codePaul Eggert2017-01-181-1/+1
* grep: improve comments, mostly in kwsetPaul Eggert2017-01-111-1/+1
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-011-1/+1
* dfasearch: thread safetyZev Weiss2016-12-251-4/+3
* grep: fix comment in searchutils.cPaul Eggert2016-12-231-1/+1
* grep: improve word checking with UTF-8Paul Eggert2016-12-231-34/+51
* grep: speed up -wf in C localePaul Eggert2016-12-231-0/+9
* grep: specialize word-finding functionsPaul Eggert2016-12-231-19/+72
* maint: rewrite to avoid some macrosPaul Eggert2016-12-231-2/+0
* grep: avoid code duplication with -iFPaul Eggert2016-09-011-15/+9
* grep: speed up -iF in multibyte localesNorihiro Tanaka2016-09-011-4/+22
* dfa: make dfa.c fully thread-safePaul Eggert2016-08-311-18/+0
* grep: use Aho-Corasick algorithm to search multiple fixed wordsPaul Eggert2016-06-021-2/+2
* maint: remove unused mbtoupper functionJim Meyering2016-04-101-165/+0
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* maint: update copyright year ranges to include 2015Jim Meyering2015-01-011-1/+1
* grep: use mbclen cache more effectivelyPaul Eggert2014-09-161-12/+14
* grep: improve performance for older glibcPaul Eggert2014-09-161-1/+2
* maint: revert "grep: port mb_next_wc to RHEL 6.5 x86-64"Jim Meyering2014-05-231-2/+1
* grep: port mb_next_wc to RHEL 6.5 x86-64Paul Eggert2014-05-151-1/+2
* grep: fix -w match next to a multibyte letterPaul Eggert2014-05-051-0/+24
* grep: improve internal API for multibyte boundaryPaul Eggert2014-05-051-8/+19
* grep: fix encoding-error incompatibilities among regex, DFA, KWsetPaul Eggert2014-05-051-11/+0
* grep: simplify and fix problems with KWset-DFA agreement patchPaul Eggert2014-05-041-8/+4
* grep: make KWset and DFA agree about invalid sequences in patternsNorihiro Tanaka2014-05-041-7/+2
* grep: port better to hosts with nonstandard nl_langinfoPaul Eggert2014-04-081-3/+0
* grep: simplify dfa.c by having it not include mbsupport.h directlyPaul Eggert2014-04-051-2/+0
* fgrep: fix case-fold incompatibility with plain 'grep'Paul Eggert2014-03-071-17/+16
* maint: give dfa.c's using_utf8 function external scopeJim Meyering2014-02-201-7/+2
* speed up mb-boundary-detection after each preliminary matchNorihiro Tanaka2014-02-091-4/+42
* maint: update copyright dates for 2014Jim Meyering2014-01-011-1/+1
* fix Cygwin UTF-16 surrogate-pair handling with -iCorinna Vinschen2013-09-011-1/+59
* maint: update all copyright year number rangesJim Meyering2013-01-041-1/+1
* grep -i: work also when converting to lower-case inflates byte countJim Meyering2012-06-161-15/+26
* grep: handle -i when chars differ in length but line does notPaul Eggert2012-06-121-7/+9