summaryrefslogtreecommitdiffstats
path: root/lib/ts_fsm.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-181-1/+1
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-241-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* lib/ts_fsm.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_fsm: return error on request for case insensitive searchJoonwoo Park2008-07-081-1/+5
* [PATCH] lib/ts_fsm.c: constify structsAndreas Mohr2006-09-291-5/+5
* 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]: Naive finite state machine based textsearchThomas Graf2005-06-231-0/+338