diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-23 06:22:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-23 06:22:36 +0000 |
commit | e8595e842f199619bc8fb5f97d45e20f580aa987 (patch) | |
tree | bffeb32ab9dba1c464d59b3325fb4852455454aa /ChangeLog | |
parent | e7d3a52aa5c98420b545cf0438f760be95219f49 (diff) | |
download | glibc-e8595e842f199619bc8fb5f97d45e20f580aa987.tar glibc-e8595e842f199619bc8fb5f97d45e20f580aa987.tar.gz glibc-e8595e842f199619bc8fb5f97d45e20f580aa987.tar.bz2 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |