diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 14:15:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 14:15:46 +0000 |
commit | 366cff4d8f5c0e6dbfe06eaa1301aa955a848f45 (patch) | |
tree | e75a2d685d4b78f60a20a3eae04e57712b11a27e /ChangeLog | |
parent | df493c3bef6369b5e80b8aaf0f90847eafbd63f2 (diff) | |
download | glibc-366cff4d8f5c0e6dbfe06eaa1301aa955a848f45.zip glibc-366cff4d8f5c0e6dbfe06eaa1301aa955a848f45.tar.gz glibc-366cff4d8f5c0e6dbfe06eaa1301aa955a848f45.tar.bz2 |
Update.
Reported by Dirk Laessig <d.laessig@tu-bs.de>.
* stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
* stdio-common/Makefile (tests): Add tst-wc-printf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun. Define macro _SEM_SEMUN_UNDEFINED instead. + Reported by Dirk Laessig <d.laessig@tu-bs.de>. + + * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format. + * stdio-common/Makefile (tests): Add tst-wc-printf. 1998-04-28 16:32 Philip Blundell <philb@gnu.org> |