1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-08-02 20:07:57 +00:00
parent fa446c2243
commit 4c3962cc7a

View File

@@ -2,8 +2,8 @@
* Version 5.0.91.
* src/cut.c (cut_fields): Don't read again after encountering EOF.
E.g., `cut -f2' would do so.
* src/cut.c (cut_fields): Don't read again after encountering an
initial 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.