diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-24 20:03:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-24 20:03:14 +0000 |
commit | c2263408588c70a6232ffd606a3c7abf0a5fd5f5 (patch) | |
tree | bd2b0ad9f5dfff55d6a93446aa6e9ed906f77916 /ChangeLog | |
parent | 76c98ee22b23ccd59684b32dd7af7e110687d79c (diff) | |
download | glibc-c2263408588c70a6232ffd606a3c7abf0a5fd5f5.tar glibc-c2263408588c70a6232ffd606a3c7abf0a5fd5f5.tar.gz glibc-c2263408588c70a6232ffd606a3c7abf0a5fd5f5.tar.bz2 glibc-c2263408588c70a6232ffd606a3c7abf0a5fd5f5.zip |
* wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
* wcsmbs/tst-wchar-h.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ 2005-07-24 Ulrich Drepper <drepper@redhat.com> * wcsmbs/bits/wchar2.h: Use __FILE not FILE. + * wcsmbs/Makefile: Add rules to build and run tst-wchar-h. + * wcsmbs/tst-wchar-h.c: New file. 2005-07-22 Ulrich Drepper <drepper@redhat.com> |