summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-16 09:58:16 +0000
committerJim Meyering <jim@meyering.net>2004-01-16 09:58:16 +0000
commite8770d98edd3c3d6f4b990359307de5a102c856b (patch)
treeff2d53a4de31867da40d9214d8f9b16cc032d2c1 /lib
parentf6fc181190f71c62ed6b557f4f4ce91a9f3d35f8 (diff)
downloadcoreutils-e8770d98edd3c3d6f4b990359307de5a102c856b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index aafe9f002..ec7052c0a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,17 @@
+2003-10-08 Paul Eggert <eggert@twinsun.com>
+
+ Merge from gnulib.
+
+ * unlocked-io.h: Include <stdio.h>, so that the caller
+ doesn't have to include <stdio.h> before us.
+ (clearerr_unlocked, feof_unlocked, ferror_unlocked,
+ fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
+ fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
+ putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
+ if not declared, so that we can use getpass.c code from libc without
+ rewriting it.
+ (flockfile, ftrylockfile, funlockfile): New macros.
+
2004-01-14 Paul Eggert <eggert@twinsun.com>
Merge from gnulib.