diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-25 12:02:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-25 12:02:16 +0000 |
commit | 9a2ff5e31cd5156a0ee4946940f4181f8786ed4c (patch) | |
tree | 691045b8282eb59650c1f33b51bdd3558866591b /old | |
parent | 03caa431a0515d59b6bd2a6923f1b19185a21712 (diff) | |
download | coreutils-9a2ff5e31cd5156a0ee4946940f4181f8786ed4c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 517daf3a6..3a7bd23f0 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,7 @@ Changes in release 2.1 [2.0d] +* tsort now works more like the traditional UNIX tsort. Before it would + exit when it found a loop. Now it continues and outputs all items. * unexpand no longer infloops on certain sequences of white space [2.0c] * include lib/nanosleep.h. |