aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-07 21:06:48 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-07 21:06:48 +0000
commit0755050e6d7d1758cd541a11eca8f4b3cbc7baa7 (patch)
tree1a9aa3a5d7bd3216f7ab6cb647f7753ae0282789 /ChangeLog
parent95b04192abafe633b6bbf9235c6d61e1d79a5186 (diff)
downloadglibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.tar
glibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.tar.gz
glibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.tar.bz2
glibc-0755050e6d7d1758cd541a11eca8f4b3cbc7baa7.zip
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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4303149e5..8d0bc1ab06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.