aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-05 00:36:41 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-05 00:36:41 +0000
commite41db95b9e5cb28662585eb70b7561149e80d47e (patch)
treeec9afd4c22e5f6fcb2f23a61bcc315675c474b6e /ChangeLog
parentf5f7239f689b133a0fe6f1410a5bc77cf75f84fa (diff)
downloadglibc-e41db95b9e5cb28662585eb70b7561149e80d47e.tar
glibc-e41db95b9e5cb28662585eb70b7561149e80d47e.tar.gz
glibc-e41db95b9e5cb28662585eb70b7561149e80d47e.tar.bz2
glibc-e41db95b9e5cb28662585eb70b7561149e80d47e.zip
Update.
* stdio-common/vfprintf.c: Correct last patch and use outchar instead of PUTC to output single characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a15f57e0e3..5318e18be8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1999-10-04 Ulrich Drepper <drepper@cygnus.com>
+ * stdio-common/vfprintf.c: Correct last patch and use outchar
+ instead of PUTC to output single characters.
+
* configure.in: Add additional options --with-gd-include and
--with-gd-lib to help people with strange installations.