summaryrefslogtreecommitdiff
path: root/src/searchutils.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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