index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex
/
glob.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow escaped path-separator slashes in glob
Rich Felker
2018-10-13
1
-11
/
+22
*
rewrite core of the glob implementation for correctness & optimization
Rich Felker
2018-10-12
1
-105
/
+112
*
fix redundant computations of strlen in glob append function
Rich Felker
2018-10-11
1
-2
/
+5
*
fix invalid substitute of [1] for flexible array member in glob
Rich Felker
2018-10-11
1
-2
/
+2
*
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
2018-09-12
1
-3
/
+2
*
fix regression in glob with literal . or .. path component
Rich Felker
2017-10-21
1
-3
/
+5
*
fix glob descent into . and .. with GLOB_PERIOD
Rich Felker
2017-09-06
1
-0
/
+4
*
fix glob failure to match plain "/" to root directory
Rich Felker
2017-06-08
1
-1
/
+1
*
make globfree safe after failed glob from over-length argument
Rich Felker
2017-01-02
1
-2
/
+2
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-2
/
+0
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
make glob mark symlinks-to-directories with the GLOB_MARK flag
Rich Felker
2012-01-23
1
-1
/
+1
*
support GLOB_PERIOD flag (GNU extension) to glob function
Rich Felker
2012-01-22
1
-1
/
+2
*
fix handling of d_name in struct dirent
Rich Felker
2011-06-06
1
-3
/
+2
*
safety fix for glob's vla usage: disallow patterns longer than PATH_MAX
Rich Felker
2011-06-05
1
-0
/
+2
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+238