aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 144ab85..9da755d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2002-08-10 Roland McGrath <roland@redhat.com>
+
+ * include/wchar.h (putwc): Use libc_hidden_proto.
+ * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
+ sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
+ * stdio-common/dprintf.c: Add libc_hidden_def.
+ * stdio-common/fprintf.c: Likewise.
+ * stdio-common/sprintf.c: Likewise.
+ * stdio-common/sscanf.c: Likewise.
+ * libio/iofwrite.c: Likewise.
+ * libio/memstream.c: Likewise.
+ * libio/putwc.c: Likewise.
+ * stdio-common/perror.c: Likewise.
+ * sysdeps/posix/remove.c: Likewise.
+ * sysdeps/generic/remove.c: Likewise.
+ * libio/rewind.c: Likewise. Use <stdio.h> instead of "stdio.h".
+ * stdio-common/vfprintf.c: Add libc_hidden_def. Include <stdio.h>.
+
2002-08-09 Jakub Jelinek <jakub@redhat.com>
* include/bits/dlfcn.h: New file.