diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-06 13:37:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-06 13:37:15 +0000 |
commit | 5d1b8286019cd9470e9ce74c18bc2faf8fd4f3d0 (patch) | |
tree | b904174e7bf2b59708627489c7c782d9d55ab29c /lib/ChangeLog | |
parent | 76fd0dbc453f4d23dc09ee383077cb5b58d9d81a (diff) | |
download | coreutils-5d1b8286019cd9470e9ce74c18bc2faf8fd4f3d0.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2707ae439..1c42eeb9f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,17 @@ +2002-12-06 Jim Meyering <jim@meyering.net> + + * 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 <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. |