summaryrefslogtreecommitdiff
path: root/lib/glob.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-28lib/glob: initialize back_str to silence uninitialized variable warningJosh Law1-1/+1
2026-03-28lib/glob: clean up "bool abuse" in pointer arithmeticJosh Law1-1/+1
2026-03-28lib: glob: replace bitwise OR with logical operation on booleanJosh Law1-1/+2
2026-03-28lib: glob: add explicit include for export.hJosh Law1-0/+1
2026-03-28lib: glob: fix grammar and replace non-inclusive terminologyJosh Law1-1/+1
2026-03-28lib: glob: add missing SPDX-License-IdentifierJosh Law1-0/+1
2024-09-10lib: glob.c: added null check for character classAlok Swaminathan1-0/+2
2022-04-30lib: remove back_str initializationTom Rix1-1/+1
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers1-1/+1
2020-08-25lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2017-02-25lib: add module support to glob testsGeert Uytterhoeven1-164/+0
2014-08-07lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin1-0/+164
2014-08-07lib: add lib/glob.cGeorge Spelvin1-0/+123