diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-31 09:55:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-31 09:55:52 +0000 |
commit | d77adba2d7c1989fe749224399442f92ed573389 (patch) | |
tree | 849a372e0abb09111d31bc9a024fd5f222a93770 | |
parent | b6c2910a612a56d486c0a18b8732fe4783dfee43 (diff) | |
download | coreutils-d77adba2d7c1989fe749224399442f92ed573389.tar.xz |
*** empty log message ***
-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 f712a6714..410164a47 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,10 @@ * Version 2.0.15. + * src/fmt.c (bool): Remove typedef, now that it's in system.h. + (TRUE): Define to `true', not 1. + (FALSE): Define to `false', not 0. + 2001-08-30 Paul Eggert <eggert@twinsun.com> * src/cat.c: Include full-write.h. |