# HG changeset patch # User Paul Eggert # Date 1039035199 0 # Node ID 34d2047f04707c014e2140ab328250761c2a7fc0 # Parent 375c10e235869b753b59961417e016bd76b49dac Do not generate unlocked-io.h automatically, since it's easier to maintain it by hand. diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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-04 Jim Meyering Reflect the fact that stat.c and lstat.c are no longer generated.