summaryrefslogtreecommitdiffstats
path: root/lib/ts_kmp.c
Commit message (Expand)AuthorAgeFilesLines
* lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* textsearch: fix typos in library helpersRandy Dunlap2017-10-221-1/+1
* textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Joonwoo Park2008-07-081-8/+21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-1/+1
* [LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf2005-06-231-0/+145