From: Jim Meyering Date: Fri, 6 Dec 2002 13:37:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d1b8286019cd9470e9ce74c18bc2faf8fd4f3d0;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2707ae439a..1c42eeb9f6 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,17 @@ +2002-12-06 Jim Meyering + + * unlocked-io.h: New file, but with proper copyright notice and + attribution. Note: this is *not* the same as the file in gnulib. + This uses #if HAVE_FUNC_UNLOCKED for each `FUNC', rather than + HAVE_DECL_FUNC_UNLOCKED. This usage is consistent with the autoconf + macro in ../m4/jm-glibc-io.m4. Modulo comments, this file still + contains exactly what was generated by gen-uio. + 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.