index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
glob.c
Age
Commit message (
Expand
)
Author
2026-03-27
lib/glob: initialize back_str to silence uninitialized variable warning
Josh Law
2026-03-27
lib/glob: clean up "bool abuse" in pointer arithmetic
Josh Law
2026-03-27
lib: glob: replace bitwise OR with logical operation on boolean
Josh Law
2026-03-27
lib: glob: add explicit include for export.h
Josh Law
2026-03-27
lib: glob: fix grammar and replace non-inclusive terminology
Josh Law
2026-03-27
lib: glob: add missing SPDX-License-Identifier
Josh Law
2024-09-09
lib: glob.c: added null check for character class
Alok Swaminathan
2022-04-29
lib: remove back_str initialization
Tom Rix
2020-11-18
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
Nick Desaulniers
2020-08-24
lib: Revert use of fallthrough pseudo-keyword in lib/
Gustavo A. R. Silva
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2017-02-24
lib: add module support to glob tests
Geert Uytterhoeven
2014-08-06
lib/glob.c: add CONFIG_GLOB_SELFTEST
George Spelvin
2014-08-06
lib: add lib/glob.c
George Spelvin