changeset 2796:41ec7535f525

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 31 Jul 2000 07:48:05 +0000
parents 3b14d3dd6d25
children c379f67fa45e
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Mon Jul 31 07:23:01 2000 +0000
+++ b/lib/ChangeLog	Mon Jul 31 07:48:05 2000 +0000
@@ -3,6 +3,13 @@
 	* xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'.
 	* obstack.c (print_and_abort): Likewise.
 
+2000-07-30  Paul Eggert  <eggert@twinsun.com>
+
+	* 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  <meyering@lucent.com>
 
 	* makepath.c (make_path): Quote the other instance, too.