summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-03 03:03:29 +0000
committerJim Meyering <jim@meyering.net>1998-08-03 03:03:29 +0000
commit2fe9a639e50094094918c94eb9505e83f54d5b76 (patch)
tree73bbbb9838b7e32b35e56803eb4052e25cf512d0 /old
parentf1db42afed83c11804f0e22937dbfa4898b71710 (diff)
downloadcoreutils-2fe9a639e50094094918c94eb9505e83f54d5b76.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7434021f9..0837916ab 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,9 @@
+1998-08-02 Jim Meyering <meyering@ascend.com>
+
+ * lib/linebuffer.c (readline): Return zero upon error as well as upon
+ end of file. From James Youngman.
+ Ansideclify.
+
1998-08-01 Jim Meyering <meyering@ascend.com>
* src/sort.c (my_setlocale): Guard definition within #ifdef ENABLE_NLS.