From: Jim Meyering Date: Mon, 31 Jul 2000 06:50:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0g~43 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a2e30297d1bf4b0d3f8f802f4127aa76fcb774d5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0d216dfc36..200b41a6fb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2000-07-31 Jim Meyering + + * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'. + * obstack.c (print_and_abort): Likewise. + 2000-07-30 Jim Meyering * makepath.c (make_path): Quote the other instance, too. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 73c6ce7ae2..0c57a6755b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +2000-07-31 Jim Meyering + + * src/cut.c (cut_fields): Use `virtual memory exhausted', + not `Memory exhausted'. + 2000-07-30 Jim Meyering * src/help-version: Remove file. Move it to ...