diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-31 07:48:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-31 07:48:05 +0000 |
commit | cbed17e88ac83de3ba7233c2163a78ee85815ef7 (patch) | |
tree | 835eb86c160e8c9376293a9a6693b909b1794158 /lib | |
parent | ef49ee4777f4262a1e1ca756a9b5e53dc5776565 (diff) | |
download | coreutils-cbed17e88ac83de3ba7233c2163a78ee85815ef7.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 200b41a6f..7124129d4 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 <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. |