log lib/savedir.c @ 14379:2330aac2ae54

age author description
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sun, 12 Sep 2010 14:21:52 -0700 Paul Eggert savedir: add streamsavedir, deprecate fdsavedir
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Tue, 01 Sep 2009 12:25:01 -0600 Eric Blake backupfile, chdir-long, fts, savedir: make safer
Mon, 31 Aug 2009 20:37:59 -0600 Eric Blake fdopendir: split into its own module
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sun, 14 Jan 2007 11:32:10 +0000 Bruno Haible New module 'fchdir'.
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Thu, 17 Aug 2006 20:34:21 +0000 Paul Eggert Update from coreutils.
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.
Wed, 28 Jun 2006 22:25:49 +0000 Paul Eggert * lib/savedir.c (CLOSEDIR): Remove. All uses changed to closedir.
Tue, 29 Nov 2005 18:47:35 +0000 Paul Eggert * modules/savedir (Depends-on): Add openat.
Fri, 28 Oct 2005 23:02:35 +0000 Paul Eggert * savedir.c (savedir): Don't assume that xrealloc etc. leave
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Thu, 02 Jun 2005 20:41:04 +0000 Paul Eggert Sync from coreutils.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Sat, 07 Aug 2004 00:09:38 +0000 Paul Eggert Merge from coreutils.
Tue, 09 Sep 2003 22:27:55 +0000 Paul Eggert Remove K&R cruft.
Thu, 29 May 2003 07:21:59 +0000 Paul Eggert in lib:
Fri, 31 Aug 2001 09:09:53 +0000 Jim Meyering (savedir): Remove size parameter, as POSIX says that
Tue, 27 Jun 2000 07:08:48 +0000 Jim Meyering savedir now sets errno on failure and invokes xmalloc to get memory.
Wed, 08 Mar 2000 14:50:05 +0000 Jim Meyering (savedir): Work even if directory size is
Tue, 04 Jan 2000 22:54:54 +0000 Jim Meyering (savedir): Don't store past the end of an array if
Sun, 08 Aug 1999 10:16:53 +0000 Jim Meyering fix typo
Sun, 08 Aug 1999 10:12:43 +0000 Jim Meyering (savedir): Change type of name_size parameter to off_t.
Mon, 07 Dec 1998 03:12:10 +0000 Jim Meyering ansideclify
Sun, 15 Mar 1998 11:09:10 +0000 Jim Meyering Use #if, not #ifdef with HAVE_ macros