log lib/ChangeLog @ 4983:1ade121b7fb9

age author description
Wed, 31 Mar 2004 06:21:11 +0000 Paul Eggert New module inttostr.
Tue, 30 Mar 2004 23:59:03 +0000 Paul Eggert cloexec returns int not bool, to be more consistent with Unix conventions.
Tue, 30 Mar 2004 18:51:56 +0000 Paul Eggert (getloadavg): Don't assume setlocale returns nonnull.
Mon, 29 Mar 2004 23:57:36 +0000 Paul Eggert Merge changes to getloadavg.c from coreutils and Emacs; this
Fri, 19 Mar 2004 00:47:17 +0000 Paul Eggert getopt.h: Sync with libc CVS.
Thu, 18 Mar 2004 13:36:53 +0000 Bruno Haible Fix portability problem with Tru64 and BSD/OS.
Mon, 15 Mar 2004 23:44:51 +0000 Paul Eggert Fix typo "it it" in changelog entry.
Tue, 09 Mar 2004 19:42:23 +0000 Paul Eggert Sync getopt and argp from libc CVS.
Sun, 07 Mar 2004 23:51:09 +0000 Paul Eggert Fix c-stack.c portability bug on IRIX 5.3.
Wed, 25 Feb 2004 19:45:31 +0000 Bruno Haible Include strdup.h. From Simon Josefsson.
Fri, 06 Feb 2004 14:40:09 +0000 Karl Berry update from gettext 0.14.1
Thu, 05 Feb 2004 20:31:52 +0000 Bruno Haible Move misplaced ChangeLog entry.
Tue, 03 Feb 2004 21:48:51 +0000 Bruno Haible New module 'pipe'.
Tue, 27 Jan 2004 11:10:45 +0000 Bruno Haible New module 'execute'.
Sat, 24 Jan 2004 07:22:33 +0000 Paul Eggert Exit-status fixes from coreutils.
Wed, 21 Jan 2004 22:18:24 +0000 Jim Meyering *** empty log message ***
Tue, 20 Jan 2004 17:05:34 +0000 Bruno Haible Use allocsa instead of alloca.
Tue, 20 Jan 2004 16:54:56 +0000 Bruno Haible Avoid compilation warnings on Cygwin.
Tue, 20 Jan 2004 16:47:31 +0000 Bruno Haible Update from gettext.
Tue, 20 Jan 2004 14:07:25 +0000 Bruno Haible New module 'xallocsa'.
Tue, 20 Jan 2004 14:03:28 +0000 Bruno Haible New module 'allocsa'.
Tue, 20 Jan 2004 13:48:29 +0000 Bruno Haible New module 'eealloc'.
Fri, 16 Jan 2004 07:55:43 +0000 Paul Eggert Merge from coreutils.
Wed, 14 Jan 2004 22:22:10 +0000 Paul Eggert * fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided.
Wed, 14 Jan 2004 22:15:48 +0000 Paul Eggert Merge fnmatch patches from glibc.
Wed, 24 Dec 2003 13:07:08 +0000 uid65818 updates from savannah outage
Wed, 03 Dec 2003 10:17:42 +0000 Paul Eggert * getgroups.c (getgroups): xmalloc takes one argument, not two.
Sat, 29 Nov 2003 13:37:46 +0000 Karl Berry argp update from libc
Tue, 25 Nov 2003 11:18:46 +0000 Bruno Haible Use size_t instead of ssize_t.
Mon, 24 Nov 2003 21:38:43 +0000 Paul Eggert Remove dependency of alloca on xalloc.
Sat, 22 Nov 2003 15:08:27 +0000 Jim Meyering .
Tue, 18 Nov 2003 15:29:47 +0000 Bruno Haible Avoid alloca with too large size.
Mon, 17 Nov 2003 16:16:14 +0000 Jim Meyering *** empty log message ***
Mon, 17 Nov 2003 15:14:21 +0000 Bruno Haible Use xsize.h to protect against memory size overflows.
Mon, 17 Nov 2003 14:37:27 +0000 Bruno Haible New function xmax.
Thu, 13 Nov 2003 07:19:08 +0000 Paul Eggert Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Tue, 11 Nov 2003 11:58:42 +0000 Bruno Haible Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Mon, 10 Nov 2003 23:55:49 +0000 Paul Eggert Fix off-by-one error in xalloc_oversized.
Thu, 06 Nov 2003 19:40:49 +0000 Paul Eggert Reject allocations of exactly SIZE_MAX bytes.
Wed, 05 Nov 2003 11:36:58 +0000 Bruno Haible Solaris portability problem.
Tue, 04 Nov 2003 12:06:16 +0000 Bruno Haible New module 'xsize'.
Mon, 03 Nov 2003 20:47:02 +0000 Bruno Haible Use waitid if possible.
Mon, 03 Nov 2003 15:04:39 +0000 Jim Meyering *** empty log message ***
Sat, 01 Nov 2003 06:00:45 +0000 Paul Eggert Catch size calculation overflow problem on Alphas running OSF/1.
Fri, 31 Oct 2003 14:06:59 +0000 Jim Meyering *hash.c: Include "xalloc.h" for use of xalloc_oversized.
Fri, 31 Oct 2003 13:53:37 +0000 Jim Meyering * linebuffer.c: Include <string.h> for declaration of memset.
Thu, 30 Oct 2003 14:09:04 +0000 Bruno Haible Check for overflow when converting from size_t to 'int'.
Thu, 30 Oct 2003 06:33:39 +0000 Paul Eggert Revamp xalloc_oversized so that its count arg need not fit into size_t.
Thu, 30 Oct 2003 00:36:03 +0000 Paul Eggert Simplify the code by using new xalloc.h features.
Wed, 29 Oct 2003 17:35:16 +0000 Paul Eggert Log xrealloc -> free+xmalloc changes for getgroups, quotearg.
Mon, 27 Oct 2003 13:58:34 +0000 Bruno Haible Improved support for BeOS: Avoid compilation error if <sys/socket.h>
Mon, 27 Oct 2003 08:41:23 +0000 Paul Eggert Modify exclude.c to use new xalloc primitives, for simplicity.
Mon, 27 Oct 2003 08:11:09 +0000 Paul Eggert xalloc.h now uses inline, so includers need to configure this.
Mon, 27 Oct 2003 08:00:26 +0000 Paul Eggert New function xalloc_oversized.
Sun, 26 Oct 2003 00:14:40 +0000 Paul Eggert Fix several address-calculation bugs in the hash modules,
Wed, 22 Oct 2003 16:26:00 +0000 Paul Eggert Meyers -> Myers
Wed, 22 Oct 2003 05:53:05 +0000 Paul Eggert (getndelim2): When size calculation overflows,
Wed, 22 Oct 2003 05:10:04 +0000 Paul Eggert Merge changes from glibc obstack; minor cleanups to make it easier to
Wed, 22 Oct 2003 01:02:47 +0000 Paul Eggert Don't use lvalue casts, as GCC plans to remove support for them in GCC 3.5.
Mon, 20 Oct 2003 11:03:53 +0000 Bruno Haible New module 'wait-process'.