diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-22 16:23:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-22 16:23:28 +0000 |
commit | d1b7514e917daf9db5f111eef7aa9aec8c4d4ddb (patch) | |
tree | 86333e8d19d01707a6a4c1d0389fc5c68cac9e13 /old/textutils/ChangeLog | |
parent | 53e173cca675e35beda54a96641441b33c8cd0b9 (diff) | |
download | coreutils-d1b7514e917daf9db5f111eef7aa9aec8c4d4ddb.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 4717cc305..b5492bc2a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,11 @@ 1999-08-22 Jim Meyering <meyering@ascend.com> + * src/tsort.c (detect_loop): There's no loop if k->top is NULL. + * tests/tsort/Makefile.am: Rewrite to use Fetish.pm-based framework. * tests/tsort/basic-1: New file. + Add a few more tests. + * tests/tsort/Test.pm: Remove. * man/help2man: Escape backslashes so tr's manual comes out right. |