From: Jim Meyering Date: Fri, 6 Dec 2002 08:33:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e8939e0fecb7d5394653051c4d2f9e1b61754f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 05c3704726..2707ae439a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2002-12-04 Paul Eggert + + 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 * alloca.c [defined emacs]: Include "lisp.h".