diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-04 17:47:24 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-04 17:47:24 -0400 |
commit | 16292eddd77f66002e2104848e75a0fb4d316692 (patch) | |
tree | 1e553fc5bc5d62f117ffc7e4ee414c66003c88f7 /ChangeLog | |
parent | cb7e923b71493bde61b408a1e2c88895abac7ced (diff) | |
download | glibc-16292eddd77f66002e2104848e75a0fb4d316692.tar glibc-16292eddd77f66002e2104848e75a0fb4d316692.tar.gz glibc-16292eddd77f66002e2104848e75a0fb4d316692.tar.bz2 glibc-16292eddd77f66002e2104848e75a0fb4d316692.zip |
Provide better output in string tests
If IMPL is called with a macro for the first parameter the macro does not
get expanded before the string is stored in the impl_t data structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2011-08-04 Ulrich Drepper <drepper@gmail.com> + * string/test-string.h (IMPL): Use __STRING to expand name and then + stringify it. + * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots of cleanups. |