diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-05 00:48:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-05 00:48:12 +0000 |
commit | 1e9f6e9846167aeefea8781f097cd47d75d70a1b (patch) | |
tree | 69bb1f9230c72df718a93d668fe906c1cd2e7993 /ChangeLog | |
parent | e41db95b9e5cb28662585eb70b7561149e80d47e (diff) | |
download | glibc-1e9f6e9846167aeefea8781f097cd47d75d70a1b.tar.gz glibc-1e9f6e9846167aeefea8781f097cd47d75d70a1b.tar.xz glibc-1e9f6e9846167aeefea8781f097cd47d75d70a1b.zip |
Update.
* stdio-common/Makefile (tests): Add bug13. * stdio-common/bug13.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5318e18be8..2b13a183ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * stdio-common/vfprintf.c: Correct last patch and use outchar instead of PUTC to output single characters. + * stdio-common/Makefile (tests): Add bug13. + * stdio-common/bug13.c: New file. * configure.in: Add additional options --with-gd-include and --with-gd-lib to help people with strange installations. |