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'.
|
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.
|