log lib/ChangeLog @ 4830:410ea3e253b9

age author description
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'.
Mon, 20 Oct 2003 10:51:59 +0000 Bruno Haible Portability to HP-UX 10, found by Jim Meyering.
Thu, 16 Oct 2003 07:34:14 +0000 Paul Eggert getgroups.c: minor fixups.
Thu, 16 Oct 2003 07:06:57 +0000 Jim Meyering .
Thu, 16 Oct 2003 06:56:14 +0000 Paul Eggert Fix address-arithmetic and alloca bugs in fnmatch.
Tue, 14 Oct 2003 20:08:25 +0000 Paul Eggert Handle invalid suffixes and overflow independently, so that
Tue, 14 Oct 2003 12:09:12 +0000 Bruno Haible Improved 'fatal-signal' module.
Mon, 13 Oct 2003 06:07:10 +0000 Paul Eggert Revamp xalloc interface so that it can check for address arithmetic overflow.
Wed, 08 Oct 2003 20:34:54 +0000 Paul Eggert Merge getpass from libc, plus a few fixes.
Mon, 06 Oct 2003 20:32:36 +0000 Bruno Haible Remove version-etc-2 module.
Mon, 06 Oct 2003 20:30:17 +0000 Bruno Haible Merge version-etc-2 back into version-etc: Better way to internationalize
Mon, 06 Oct 2003 12:50:11 +0000 Bruno Haible New module 'fatal-signal'.
Sat, 04 Oct 2003 12:28:06 +0000 Karl Berry argp update from libc
Wed, 01 Oct 2003 11:11:02 +0000 Bruno Haible Don't echo the password on Solaris, HP-UX, AIX, OSF/1.
Tue, 30 Sep 2003 06:11:03 +0000 Paul Eggert * strftime.c (tm_diff) [! HAVE_TM_GMTOFF]: Fix arg typo in previous patch.
Sun, 28 Sep 2003 08:09:34 +0000 Jim Meyering .
Sat, 27 Sep 2003 22:36:10 +0000 Paul Eggert Omit the special code that used __typeof__ for MIN and MAX,
Sat, 27 Sep 2003 16:13:48 +0000 Paul Eggert Add 'free' module.
Sat, 27 Sep 2003 05:11:56 +0000 Paul Eggert * error.c (error_tail): Move some declarations
Fri, 26 Sep 2003 15:25:30 +0000 Bruno Haible Better handling of collision with AIX stpncpy() function.
Fri, 26 Sep 2003 07:43:06 +0000 Paul Eggert Document recent checkins.
Thu, 25 Sep 2003 12:21:19 +0000 Karl Berry updates from libc,automake
Thu, 25 Sep 2003 12:01:28 +0000 Bruno Haible New module 'version-etc-2'.
Thu, 25 Sep 2003 10:41:15 +0000 Bruno Haible New modules 'xgetdomainname'.
Thu, 25 Sep 2003 10:20:46 +0000 Bruno Haible New module 'getdomainname'.
Sun, 21 Sep 2003 13:33:24 +0000 Karl Berry .
Tue, 16 Sep 2003 20:00:38 +0000 Paul Eggert linebuffer.c (readlinebuffer): Return NULL immediately upon input error.
Mon, 15 Sep 2003 22:34:18 +0000 Paul Eggert Don't trash errno when a read fails.
Mon, 15 Sep 2003 19:15:22 +0000 Bruno Haible New module 'fwriteerror'.
Sat, 13 Sep 2003 22:14:56 +0000 Jim Meyering .
Sat, 13 Sep 2003 22:14:02 +0000 Jim Meyering .
Fri, 12 Sep 2003 22:38:25 +0000 Paul Eggert More changes, mostly C89 related.
Thu, 11 Sep 2003 09:21:41 +0000 Bruno Haible Fix ChangeLog entry.
Thu, 11 Sep 2003 08:59:15 +0000 Paul Eggert Remove K&R cruft.
Wed, 10 Sep 2003 14:52:49 +0000 Bruno Haible Assume ANSI C.
Wed, 10 Sep 2003 14:16:32 +0000 Bruno Haible Assume ANSI C <string.h>, <stdlib.h>.
Wed, 10 Sep 2003 08:33:22 +0000 Jim Meyering .
Wed, 10 Sep 2003 07:27:34 +0000 Paul Eggert unsigned char -> char in strchrnul
Wed, 10 Sep 2003 07:13:02 +0000 Paul Eggert Remove K&R cruft, day two.
Tue, 09 Sep 2003 23:31:14 +0000 Paul Eggert Remove K&R cruft.
Tue, 09 Sep 2003 07:03:51 +0000 Paul Eggert Assume C89 or better; remove K&R cruft.
Mon, 08 Sep 2003 00:41:37 +0000 Paul Eggert * modules/time_r: Depend on 'restrict'.
Sat, 06 Sep 2003 21:34:07 +0000 Paul Eggert Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Wed, 03 Sep 2003 19:57:54 +0000 Paul Eggert (human_readable): Fix bug that rounded 10501 to 10k.
Wed, 03 Sep 2003 07:12:15 +0000 Paul Eggert * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
Mon, 01 Sep 2003 17:47:35 +0000 Bruno Haible New module 'timegm'.
Sun, 31 Aug 2003 13:07:02 +0000 Karl Berry update from libc
Thu, 28 Aug 2003 13:59:25 +0000 Bruno Haible Avoid warning on QNX.