aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/ts_fsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers1-1/+1
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-10-22textsearch: fix typos in library helpersRandy Dunlap1-1/+1
2008-07-08textsearch: ts_fsm: return error on request for case insensitive searchJoonwoo Park1-1/+5
2006-09-29[PATCH] lib/ts_fsm.c: constify structsAndreas Mohr1-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-04[TEXTSEARCH]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-06-23[LIB]: Naive finite state machine based textsearchThomas Graf1-0/+338