summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 09:55:52 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 09:55:52 +0000
commitd77adba2d7c1989fe749224399442f92ed573389 (patch)
tree849a372e0abb09111d31bc9a024fd5f222a93770 /old
parentb6c2910a612a56d486c0a18b8732fe4783dfee43 (diff)
downloadcoreutils-d77adba2d7c1989fe749224399442f92ed573389.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog4
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.