Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | remove LFS64 symbol aliases; replace with dynamic linker remapping | Rich Felker | 1 | -3/+0 |
2019-08-07 | fix failure of glob to match broken symlinks under some conditions | Rich Felker | 1 | -5/+12 |
2019-08-06 | glob: implement GLOB_TILDE and GLOB_TILDE_CHECK | Ismael Luceno | 1 | -1/+41 |
2018-10-13 | allow escaped path-separator slashes in glob | Rich Felker | 1 | -11/+22 |
2018-10-12 | rewrite core of the glob implementation for correctness & optimization | Rich Felker | 1 | -105/+112 |
2018-10-11 | fix redundant computations of strlen in glob append function | Rich Felker | 1 | -2/+5 |
2018-10-11 | fix invalid substitute of [1] for flexible array member in glob | Rich Felker | 1 | -2/+2 |
2018-09-12 | remove spurious inclusion of libc.h for LFS64 ABI aliases | Rich Felker | 1 | -3/+2 |
2017-10-21 | fix regression in glob with literal . or .. path component | Rich Felker | 1 | -3/+5 |
2017-09-06 | fix glob descent into . and .. with GLOB_PERIOD | Rich Felker | 1 | -0/+4 |
2017-06-08 | fix glob failure to match plain "/" to root directory | Rich Felker | 1 | -1/+1 |
2017-01-02 | make globfree safe after failed glob from over-length argument | Rich Felker | 1 | -2/+2 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -2/+0 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2012-01-23 | make glob mark symlinks-to-directories with the GLOB_MARK flag | Rich Felker | 1 | -1/+1 |
2012-01-22 | support GLOB_PERIOD flag (GNU extension) to glob function | Rich Felker | 1 | -1/+2 |
2011-06-06 | fix handling of d_name in struct dirent | Rich Felker | 1 | -3/+2 |
2011-06-05 | safety fix for glob's vla usage: disallow patterns longer than PATH_MAX | Rich Felker | 1 | -0/+2 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+238 |