# HG changeset patch # User Paul Eggert # Date 1067448916 0 # Node ID 441582dcfc376423efd74a7490a166b2f34382f7 # Parent 4f0f5b3860c92229b43ae917decb92d3f39fb5ba Log xrealloc -> free+xmalloc changes for getgroups, quotearg. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-10-29 Paul Eggert + + * getgroups.c (getgroups): Don't use xrealloc, since we don't need + the buffer preserved. Use free and xmalloc instead. + * quotearg.c (quotearg_n_options): Likewise. + Use a simpler test for size overflow. Don't use xalloc_oversized + because unsigned int might be wider than size_t (!); this suggests + that we should switch from unsigned int to size_t for slot numbers. + 2003-10-27 Bruno Haible * stdbool_.h: Better support for BeOS.