summaryrefslogtreecommitdiff
path: root/src/searchutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* grep -F: fix a multi-byte erroneous-match-in-middle bugJim Meyering2010-03-281-2/+3
* dfa/grep: fix compilation with MBS_SUPPORTNorihirio Tanaka2010-03-251-1/+5
* grep: reset state after truncated or invalid multibyte sequencesNorihirio Tanaka2010-03-251-0/+1
* grep: split search.cPaolo Bonzini2010-03-221-0/+141