From: Jim Meyering Date: Mon, 31 Jul 2000 07:48:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865b15cfaa30d9642766125af4fe8115dd4a370f;p=pspp *** 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.