# HG changeset patch # User Jim Meyering # Date 965029685 0 # Node ID 41ec7535f5251115af814ce389d4b132ad8e1de9 # Parent 3b14d3dd6d250dad97b98bb0de950a5271d53de2 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,13 @@ * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'. * obstack.c (print_and_abort): Likewise. +2000-07-30 Paul Eggert + + * quotearg.c (quotearg_n_options): Preallocate a slot 0 + buffer, so that the caller can always quote one small + component of a "memory exhausted" message in slot 0. + From a suggestion by Jim Meyering. + 2000-07-30 Jim Meyering * makepath.c (make_path): Quote the other instance, too.