summaryrefslogtreecommitdiff
path: root/lib/glob.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include stdbool, for 'true' and 'false'.Bruno Haible2008-04-121-1/+3
* Ensure that 'glob' stays under LGPLv2+.Bruno Haible2007-12-311-3/+17
* Use plain ANSI C syntax.Bruno Haible2007-12-261-2/+4
* Modify glob.c to use fstatat and dirfd, to simplify it.Paul Eggert2007-10-171-27/+21
* Merge glibc changes into lib/glob.c.Paul Eggert2007-10-161-177/+435
* 2007-03-15 Bruno Haible <bruno@clisp.org>Bruno Haible2007-03-161-2/+2
* getlogin_r.h was replaced with <unistd.h>.Bruno Haible2007-02-221-1/+0
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-3/+1
* New module 'fchdir'.Bruno Haible2007-01-141-0/+5
* Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.Paul Eggert2006-10-271-1/+0
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-1/+1
* * glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.Derek R. Price2006-07-111-2/+2
* * backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:Paul Eggert2006-07-111-19/+3
* * lib/getloadavg.c: Use __VMS, not VMS.Paul Eggert2006-07-061-15/+2
* * glob.c (collated_compare): Remove 'const' uses that weren't needed.Paul Eggert2006-06-221-2/+2
* * lib/c-stack.c: Include unistd.h unconditionally, since we now assumePaul Eggert2006-03-081-7/+4
* illegal -> invalidPaul Eggert2006-02-251-3/+3
* * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style functionPaul Eggert2005-09-081-7/+12
* * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,Paul Eggert2005-09-011-3/+3
* * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.Derek R. Price2005-05-291-0/+1284