summaryrefslogtreecommitdiff
path: root/lib/glob.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* maint: preprocessor changes to support z/OSDaniel Richard G2016-08-171-1/+3
* glob: size_t overflow checksPaul Eggert2016-05-121-70/+92
* glob: don't assume INT_MAX < SIZE_MAXPaul Eggert2016-05-121-3/+3
* glob: merge glibc changes into lib/glob.cPaul Eggert2016-05-041-284/+510
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* glob, etc.: port to MSVC v18 on MS-Windows 8.1Paul Eggert2015-02-241-2/+6
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* glob: avoid -Wattribute warnings on glibcEric Blake2013-09-041-3/+3
* unsetenv etc.: port to Solaris 11 + GNU EmacsPaul Eggert2013-02-111-4/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-15/+15
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Remove unused macros from !_LIBC code in glibc-borrowed files.Bruno Haible2011-11-281-2/+0
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* fts, getcwd, glob: audit for dirfd returning -1Paul Eggert2010-09-141-0/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-0/+4
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-850/+850
* Use the standard header with GPL copyright.Bruno Haible2009-09-171-11/+9
* backupfile, chdir-long, fts, savedir: make saferEric Blake2009-09-021-2/+5
* Move the dirfd() declaration to <dirent.h>.Bruno Haible2008-10-191-4/+0
* Make glob work on mingw.Bruno Haible2008-09-131-2/+26