summaryrefslogtreecommitdiff
path: root/lib/glob.c
AgeCommit message (Expand)Author
2026-03-27lib/glob: initialize back_str to silence uninitialized variable warningJosh Law
2026-03-27lib/glob: clean up "bool abuse" in pointer arithmeticJosh Law
2026-03-27lib: glob: replace bitwise OR with logical operation on booleanJosh Law
2026-03-27lib: glob: add explicit include for export.hJosh Law
2026-03-27lib: glob: fix grammar and replace non-inclusive terminologyJosh Law
2026-03-27lib: glob: add missing SPDX-License-IdentifierJosh Law
2024-09-09lib: glob.c: added null check for character classAlok Swaminathan
2022-04-29lib: remove back_str initializationTom Rix
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2017-02-24lib: add module support to glob testsGeert Uytterhoeven
2014-08-06lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin
2014-08-06lib: add lib/glob.cGeorge Spelvin