summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-02 08:15:45 +0000
committerJim Meyering <jim@meyering.net>2003-06-02 08:15:45 +0000
commit095fcca5a5dc2bc97c7a8d6b422e85260ff41792 (patch)
treeafc9a194288e56ca69780ab48dfe85132d6f7308 /lib
parent1f9186195f594321bd8e74ede17d402af2669628 (diff)
downloadcoreutils-095fcca5a5dc2bc97c7a8d6b422e85260ff41792.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 850d60bc6..38c9fb44f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2003-06-02 Jim Meyering <jim@meyering.net>
+
+ * stdbool.hin: New file. From gnulib.
+ * Makefile.am (MOSTLYCLEANFILES): Initialize.
+ (stdbool.h): New rule.
+ (all-local $(lib_OBJECTS)): Depend on $(STDBOOL_H)
+ (MOSTLYCLEANFILES): Add stdbool.h.
+ (EXTRA_DIST): Add stdbool.h.
+
2003-05-30 Jim Meyering <jim@meyering.net>
* addext.c: Update from gnulib.