log lib/glob.c @ 17363:5a51fb7777a9

age author description
Mon, 11 Feb 2013 14:58:56 -0800 Paul Eggert unsetenv etc.: port to Solaris 11 + GNU Emacs
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Mon, 28 Nov 2011 01:09:32 +0100 Bruno Haible Remove unused macros from !_LIBC code in glibc-borrowed files.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Tue, 14 Sep 2010 09:03:55 -0700 Paul Eggert fts, getcwd, glob: audit for dirfd returning -1
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Fri, 11 Dec 2009 01:15:28 +0100 Bruno Haible New module 'arg-nonnull'. Declare which arguments expect non-NULL values.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Thu, 17 Sep 2009 21:45:28 +0200 Bruno Haible Use the standard header with GPL copyright.
Tue, 01 Sep 2009 12:25:01 -0600 Eric Blake backupfile, chdir-long, fts, savedir: make safer
Sun, 19 Oct 2008 12:47:52 +0200 Bruno Haible Move the dirfd() declaration to <dirent.h>.
Sat, 13 Sep 2008 12:23:29 +0200 Bruno Haible Make glob work on mingw.
Sat, 12 Apr 2008 01:07:35 +0200 Bruno Haible Include stdbool, for 'true' and 'false'.
Mon, 31 Dec 2007 11:51:57 +0100 Bruno Haible Ensure that 'glob' stays under LGPLv2+.
Wed, 26 Dec 2007 16:28:08 +0100 Bruno Haible Use plain ANSI C syntax.
Wed, 17 Oct 2007 16:06:45 -0700 Paul Eggert Modify glob.c to use fstatat and dirfd, to simplify it.
Tue, 16 Oct 2007 16:39:39 -0700 Paul Eggert Merge glibc changes into lib/glob.c.
Fri, 16 Mar 2007 00:37:51 +0000 Bruno Haible 2007-03-15 Bruno Haible <bruno@clisp.org>
Thu, 22 Feb 2007 23:33:19 +0000 Bruno Haible getlogin_r.h was replaced with <unistd.h>.
Fri, 26 Jan 2007 22:16:55 +0000 Paul Eggert * doc/gnulib-tool.texi (Initial import): Update to match current
Sun, 14 Jan 2007 11:32:10 +0000 Bruno Haible New module 'fchdir'.
Fri, 27 Oct 2006 20:46:43 +0000 Paul Eggert Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Tue, 11 Jul 2006 13:18:42 +0000 Derek R. Price * glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
Tue, 11 Jul 2006 06:02:51 +0000 Paul Eggert * backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
Thu, 06 Jul 2006 23:29:27 +0000 Paul Eggert * lib/getloadavg.c: Use __VMS, not VMS.
Thu, 22 Jun 2006 23:40:20 +0000 Paul Eggert * glob.c (collated_compare): Remove 'const' uses that weren't needed.
Wed, 08 Mar 2006 01:37:15 +0000 Paul Eggert * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
Sat, 25 Feb 2006 07:57:37 +0000 Paul Eggert illegal -> invalid
Thu, 08 Sep 2005 20:18:48 +0000 Paul Eggert * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
Thu, 01 Sep 2005 22:36:04 +0000 Paul Eggert * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
Sun, 29 May 2005 16:56:02 +0000 Derek R. Price * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.