*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Aug 2003 19:53:59 +0000 (19:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Aug 2003 19:53:59 +0000 (19:53 +0000)
ChangeLog

index c9ba55d..10f7ce7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * Version 5.0.91.
 
+       * src/cut.c (cut_fields): Don't read again after encountering EOF.
+       E.g., `cut -f2' would do so.
+       * tests/misc/tty-eof: Add a test for the above fix.
+
        * src/sort.c (sortlines): Add description and references.
        From Paul Eggert.