log

age author description
Wed, 01 Dec 2004 07:31:23 +0000 Paul Eggert Import getcwd and readutmp changes from coreutils.
Wed, 01 Dec 2004 07:31:00 +0000 Paul Eggert Import readutmp and getcwd changes from gnulib.
Wed, 01 Dec 2004 07:30:25 +0000 Paul Eggert (gl_READUTMP): Don't check for sys/param.h.
Wed, 01 Dec 2004 07:30:05 +0000 Paul Eggert Don't include <errno.h>,
Wed, 01 Dec 2004 07:29:45 +0000 Paul Eggert Include readutmp.h first.
Wed, 01 Dec 2004 07:27:18 +0000 Paul Eggert (gl_FUNC_GETCWD_PATH_MAX):
Wed, 01 Dec 2004 07:26:53 +0000 Paul Eggert (is_ENAMETOOLONG): New macro.
Tue, 30 Nov 2004 20:46:52 +0000 Simon Josefsson Add base64.
Tue, 30 Nov 2004 20:45:22 +0000 Simon Josefsson (License): Change to LGPL.
Tue, 30 Nov 2004 20:43:32 +0000 Simon Josefsson Add copyright and copying conditions.
Mon, 29 Nov 2004 18:37:47 +0000 Karl Berry update from gnustandards
Sun, 28 Nov 2004 06:09:06 +0000 Paul Eggert * getcwd.h: New file, which I forgot to check in on 2004-11-25.
Sun, 28 Nov 2004 06:02:21 +0000 Paul Eggert Initial revision, imported from coreutils.
Fri, 26 Nov 2004 13:34:22 +0000 Karl Berry update from texinfo
Fri, 26 Nov 2004 08:35:29 +0000 Paul Eggert Merge from coreutils for getcwd and HP-UX 11.
Tue, 23 Nov 2004 21:43:35 +0000 Jim Meyering *** empty log message ***
Tue, 23 Nov 2004 21:43:14 +0000 Jim Meyering remove trailing blanks
Tue, 23 Nov 2004 21:00:28 +0000 Paul Eggert (gl_UTIMENS): Check for futimes function.
Tue, 23 Nov 2004 21:00:04 +0000 Paul Eggert * utimens.m4 (gl_UTIMENS): Check for futimes function.
Tue, 23 Nov 2004 20:59:50 +0000 Paul Eggert (futimens): New decl.
Tue, 23 Nov 2004 20:59:33 +0000 Paul Eggert (__attribute__, ATTRIBUTE_UNUSED): New macros.
Tue, 23 Nov 2004 20:59:12 +0000 Paul Eggert Add comment.
Tue, 23 Nov 2004 20:58:57 +0000 Paul Eggert Merge from coreutils.
Tue, 23 Nov 2004 13:13:20 +0000 Karl Berry update from texinfo
Tue, 23 Nov 2004 08:59:44 +0000 Karl Berry .
Tue, 23 Nov 2004 06:19:22 +0000 Paul Eggert * modules/canonicalize (Depends-on): Add xreadlink.
Tue, 23 Nov 2004 06:19:11 +0000 Paul Eggert (Depends-on): Add xreadlink.
Tue, 23 Nov 2004 02:52:44 +0000 Sergey Poznyakoff (gl_GETOPT): Check if GETOPT_H is already set, in
Tue, 23 Nov 2004 02:52:07 +0000 Sergey Poznyakoff (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
Tue, 23 Nov 2004 02:50:54 +0000 Sergey Poznyakoff Re-addition of __getopt_argv_const caused
Tue, 23 Nov 2004 02:50:02 +0000 Sergey Poznyakoff Updated
Sun, 21 Nov 2004 07:22:23 +0000 Paul Eggert Update log to match latest getopt checkin.
Sun, 21 Nov 2004 07:22:02 +0000 Paul Eggert Fix brain cramp in previous checkin.
Sun, 21 Nov 2004 05:11:14 +0000 Paul Eggert * getopt_.h: Use __CONCAT rather than ## directly.
Sun, 21 Nov 2004 05:10:10 +0000 Paul Eggert (__CONCAT): New macro.
Fri, 19 Nov 2004 13:46:41 +0000 Bruno Haible Move comments from strtok_r.c to strtok_r.h.
Fri, 19 Nov 2004 13:18:58 +0000 Karl Berry cannot sync getopt_int.h any more
Fri, 19 Nov 2004 12:55:36 +0000 Karl Berry update from texinfo
Wed, 17 Nov 2004 23:07:53 +0000 Paul Eggert realloc, calloc portability fixes.
Wed, 17 Nov 2004 23:07:37 +0000 Paul Eggert * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Wed, 17 Nov 2004 23:07:25 +0000 Paul Eggert (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Wed, 17 Nov 2004 23:05:47 +0000 Paul Eggert (rpl_calloc): Defend against buggy calloc implementations
Wed, 17 Nov 2004 23:05:02 +0000 Paul Eggert Fix header comment to match module title.
Wed, 17 Nov 2004 22:48:23 +0000 Paul Eggert (rpl_realloc): Call 'free' if n==0, since realloc might fail.
Wed, 17 Nov 2004 13:17:00 +0000 Karl Berry .
Wed, 17 Nov 2004 08:52:44 +0000 Karl Berry .
Wed, 17 Nov 2004 07:32:27 +0000 Paul Eggert Add log for human.h, xgetcwd.c (import from coreutils).
Wed, 17 Nov 2004 07:18:27 +0000 Paul Eggert Import from coreutils.
Wed, 17 Nov 2004 01:54:16 +0000 Paul Eggert Further getopt changes to make it more acceptable to glibc.
Wed, 17 Nov 2004 01:53:27 +0000 Paul Eggert (__getopt_argv_const): Bring it back.
Wed, 17 Nov 2004 01:52:50 +0000 Paul Eggert (getopt_long, getopt_long_only): Arg is char * const *
Wed, 17 Nov 2004 01:52:35 +0000 Paul Eggert (POSIXLY_CORRECT): New constant.
Wed, 17 Nov 2004 01:13:54 +0000 Paul Eggert Merge from coreutils to support a more-standard getopt.
Tue, 16 Nov 2004 13:46:34 +0000 Jim Meyering *** empty log message ***
Tue, 16 Nov 2004 13:44:34 +0000 Jim Meyering (Depends-on): Add fpending.
Tue, 16 Nov 2004 08:25:50 +0000 Paul Eggert * getdate.y (tORDINAL): New token.
Tue, 16 Nov 2004 08:25:37 +0000 Paul Eggert (tORDINAL): New token.
Tue, 16 Nov 2004 08:25:13 +0000 Paul Eggert * getdate.texi (General date syntax): "next" is 1, not 2.
Tue, 16 Nov 2004 08:25:01 +0000 Paul Eggert getdate.texi (General date syntax): "next" is 1, not 2.
Mon, 15 Nov 2004 17:46:17 +0000 Jim Meyering .