summaryrefslogtreecommitdiff
path: root/src/searchutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* grep: fix how -i works with a match containing the Turkish I-with-dotJim Meyering2012-06-021-2/+23
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: dfa: simplify multi-byte-related conditionalsJim Meyering2011-09-161-1/+1
* maint: convert #if-MBS_SUPPORT (kwsinit)Jim Meyering2011-09-161-5/+1
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* search: fix "grep -Fif /dev/null"Paolo Bonzini2010-08-271-5/+6
* convert all TABs to equivalent spaces in indentationJim Meyering2010-04-081-7/+7
* mbtolower: avoid potential NULL-dereferenceJim Meyering2010-04-071-1/+7
* maint: MBS_SUPPORT: define to 0/1, not undef/1Jim Meyering2010-04-021-2/+2
* cleanup and improvement: parse command line arguments consistentlyJim Meyering2010-04-021-1/+1
* grep: fix grep -F against empty stringPaolo Bonzini2010-03-311-1/+6