diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-21 06:56:25 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-21 06:56:25 -0400 |
commit | a65c0b7a322d0084672bc7fc4b51af8f2a054d57 (patch) | |
tree | cd35d8a81e3df23c373623b3ccb9aa792bb0d15a /ChangeLog | |
parent | 90bb2039e93c6b7e95531cf9a9dfc23bbb50f860 (diff) | |
download | glibc-a65c0b7a322d0084672bc7fc4b51af8f2a054d57.zip glibc-a65c0b7a322d0084672bc7fc4b51af8f2a054d57.tar.gz glibc-a65c0b7a322d0084672bc7fc4b51af8f2a054d57.tar.bz2 |
Add more tests for strcat and strncat.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-07-21 Ulrich Drepper <drepper@gmail.com> + + * string/tester.c (test_strcat): Add tests for different alignments + of source and destination. + (test_strncat): Likewise. + 2011-07-20 Ulrich Drepper <drepper@gmail.com> [BZ #12852] |