summaryrefslogtreecommitdiff
path: root/lib/glob.c
Commit message (Expand)AuthorAgeFilesLines
* glob: merge from glibcPaul Eggert2021-08-061-21/+25
* glob: Reject ~user syntax, when flag GLOB_TILDE_CHECK is given.Bruno Haible2021-04-021-1/+18
* glob: include libc-config.h in a more-standard wayPaul Eggert2021-02-241-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* glob: merge proposed glibc changesPaul Eggert2020-12-311-6/+0
* intprops: Avoid potentially buggy __builtin_add_overflow in GCC 5, 6.Bruno Haible2020-12-181-1/+1
* Fix "warning: '__stat64' macro redefined".Bruno Haible2020-08-161-2/+2
* glob: Fix use-after-free bug.Bruno Haible2020-01-171-2/+6
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* glob: Avoid warning on mingw.Bruno Haible2019-12-171-0/+4
* glob: get closer to glibc glob.cPaul Eggert2019-11-181-25/+43
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* glob: Fix over-optimization due to attribute __nonnull__.Bruno Haible2018-08-191-0/+6
* glob-h: New module.Bruno Haible2018-08-071-0/+4
* glob: Choose 'dirent_type' in a way that works better on mingw.Bruno Haible2018-05-121-1/+3
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* glob.c: Silence warning about void pointer arithmeticTim Rühsen2017-12-151-1/+2
* glob: fix another heap buffer overflowPaul Eggert2017-10-211-2/+2
* glob: fix heap buffer overflowPaul Eggert2017-10-191-1/+1
* glob: pacify fuzzer for mempcpyPaul Eggert2017-10-181-2/+5
* glob: remove bogus extern declPaul Eggert2017-09-261-3/+0
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* glob: Use enum for __glob_pattern_type resultPaul Eggert2017-09-051-4/+4
* glob: fix for use in glibcPaul Eggert2017-09-051-1/+1
* glob: fix bugs with long login namesPaul Eggert2017-09-021-58/+30
* glob: fix getpwnam_r errno typoPaul Eggert2017-09-021-12/+3
* glob: fix typo in recent changePaul Eggert2017-09-021-1/+1
* glob: don't save and restore errno unnecessarilyPaul Eggert2017-09-021-4/+0
* glob: don't assume getpwnam_rPaul Eggert2017-09-021-2/+2
* glob: use scratch_buffer instead of extend_allocaPaul Eggert2017-09-011-129/+26
* glob: match dangling symlinksPaul Eggert2017-08-311-147/+80
* glob, backupfile: inode 0 is a valid inode numberPaul Eggert2017-08-311-21/+0
* glob: simplify symlink detectionPaul Eggert2017-08-311-36/+39
* glob: try to port recent changes to MS-WindowsPaul Eggert2017-08-241-1/+0
* glob: fix typo that broke platforms lacking d_inoPaul Eggert2017-08-241-3/+3
* glob: merge from glibc with Zanella glob changesPaul Eggert2017-08-231-238/+83
* glob: port to clang's Undefined SanitizerPaul Eggert2017-08-221-14/+15
* Don't interpret EOVERFLOW to mean nonexistencePaul Eggert2017-07-301-12/+16
* glob: Fix more memory leaks.Tim Rühsen2017-07-101-17/+32
* glob: Fix more memory leaks.Bruno Haible2017-07-061-0/+2
* glob: Declare variables at the very start of their scope.Benno Schulenberg2017-07-021-4/+10
* glob: Fix more memory leaks.Bruno Haible2017-04-231-5/+14
* glob: Fix invalid free() call.Bruno Haible2017-03-311-1/+4
* glob: Fix memory leaks.Bruno Haible2017-03-311-2/+11
* glob: port better to emscriptenPaul Eggert2017-02-121-3/+3
* glob, intprops, xalloc: work around Clang bugPaul Eggert2017-01-061-5/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* builtin-expect: new modulePaul Eggert2016-12-161-4/+0
* flexmember: port better to GCC + valgrindPaul Eggert2016-09-071-1/+4