From: Jim Meyering Date: Mon, 31 Jul 2000 07:48:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0g~41 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cbed17e88ac83de3ba7233c2163a78ee85815ef7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 200b41a6fb..7124129d44 100644 --- 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.