aboutsummaryrefslogtreecommitdiff
path: root/lib/ts_kmp.c
AgeCommit message (Expand)Author
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-10-22textsearch: fix typos in library helpersRandy Dunlap
2008-07-08textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Joonwoo Park
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-04[TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap
2005-06-23[LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf