about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-23 06:22:36 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-23 06:22:36 +0000
commite8595e842f199619bc8fb5f97d45e20f580aa987 (patch)
treebffeb32ab9dba1c464d59b3325fb4852455454aa /ChangeLog
parente7d3a52aa5c98420b545cf0438f760be95219f49 (diff)
downloadglibc-e8595e842f199619bc8fb5f97d45e20f580aa987.tar.gz
glibc-e8595e842f199619bc8fb5f97d45e20f580aa987.tar.xz
glibc-e8595e842f199619bc8fb5f97d45e20f580aa987.zip
Update.
	* libio/Makefile (tests): Add tst-getwc and tst_putwc.
	(CFLAGS-tst_putwc.c): New definition.
	* libio/tst_getwc.c: New file.
	* libio/tst_getwc.input: New file.
	* libio/tst_putwc.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db5222ca0..29c5ee8ae2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
 
+	* libio/Makefile (tests): Add tst-getwc and tst_putwc.
+	(CFLAGS-tst_putwc.c): New definition.
+	* libio/tst_getwc.c: New file.
+	* libio/tst_getwc.input: New file.
+	* libio/tst_putwc.c: New file.
+
 	* include/string.h: Add prototype for __strdup.
 
 2000-06-22  Greg McGary  <greg@mcgary.org>