summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-06 08:33:28 +0000
committerJim Meyering <jim@meyering.net>2002-12-06 08:33:28 +0000
commitb9e8939e0fecb7d5394653051c4d2f9e1b61754f (patch)
tree32fbbe25a9aeeff408c1cc05013aaa5ea98b41cf /lib
parentc8a011061711419a142d982287e8ee1d3a439f31 (diff)
downloadcoreutils-b9e8939e0fecb7d5394653051c4d2f9e1b61754f.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 05c370472..2707ae439 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,18 @@
+2002-12-04 Paul Eggert <eggert@twinsun.com>
+
+ Do not generate unlocked-io.h automatically, since it's easier to
+ maintain it by hand.
+
+ * unlocked-io.h: New file, from GNU diffutils,
+ but with proper copyright notice and attribution.
+ * gen-uio: Remove.
+ * Makefile.am: Add copyright notice.
+ (libfetish_a_SOURCES): Add unlocked-io.h.
+ (BUILT_SOURCES, all-local): Remove unlocked-io.h.
+ (DISTCLEANFILES, io_functions): Remove macros.
+ (EXTRA_DIST): Remove gen_uio.
+ (unlocked-io.h): Remove rule.
+
2002-12-05 Paul Eggert <eggert@twinsun.com>
* alloca.c [defined emacs]: Include "lisp.h".