diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-02 19:53:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-02 19:53:59 +0000 |
commit | 445b9e169b75557ab36146dfda39b82ff3ea7103 (patch) | |
tree | 3337f02d12534ad74ab47587e3bcd51852bd016a | |
parent | aca28ca9ac235250ba848c707522edddbac70c42 (diff) | |
download | coreutils-445b9e169b75557ab36146dfda39b82ff3ea7103.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |