diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-08-26 14:28:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-08-26 14:28:46 +0200 |
commit | 6e263a27c4d911a9f4b68ed14852601b5c53b83d (patch) | |
tree | 09d7959dbb657fe41673fada9be97581cae5f23d /ChangeLog | |
parent | 9d6861b8c3edcb74faedcebb0a6960c01bb6f34d (diff) | |
download | glibc-6e263a27c4d911a9f4b68ed14852601b5c53b83d.tar.gz |
string: More tests for strcmp, strcasecmp, strncmp, strncasecmp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-08-26 Florian Weimer <fweimer@redhat.com> + + * string/tst-cmp.c: New test. + * string/Makefile (tests): Add it. + 2016-08-25 Mark Wielaard <mark@klomp.org> * misc/tsearch.c (struct node_t): Reduce to 3 pointers if |