diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 21:06:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 21:06:48 +0000 |
commit | 0755050e6d7d1758cd541a11eca8f4b3cbc7baa7 (patch) | |
tree | 1a9aa3a5d7bd3216f7ab6cb647f7753ae0282789 /ChangeLog | |
parent | 95b04192abafe633b6bbf9235c6d61e1d79a5186 (diff) | |
download | glibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.zip glibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.tar.gz glibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.tar.bz2 |
Update.
2000-07-07 Ulrich Drepper <drepper@redhat.com>
* stdio-common/Makefile (tests): Remove tst-printf here...
(tests-srcs): ...and add it here.
(distribute): Add tst-unbputc.sh and tst-printf.sh.
Add rules to run tst-printf.sh.
* stdio-common/tst-printf.c: Move code around so that there is really
no further output where it's stated.
* stdio-common/tst-printf.sh: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-07-07 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/Makefile (tests): Remove tst-printf here... + (tests-srcs): ...and add it here. + (distribute): Add tst-unbputc.sh and tst-printf.sh. + Add rules to run tst-printf.sh. + * stdio-common/tst-printf.c: Move code around so that there is really + no further output where it's stated. + * stdio-common/tst-printf.sh: New file. + 2000-07-07 Mark Kettenis <kettenis@gnu.org> * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>. |