Add ChangeLog entry for last 3 commits

Apparently I've forgotten how to commit to glibc.
This commit is contained in:
Siddhesh Poyarekar 2018-03-06 19:15:02 +05:30
parent 0963ea8e8c
commit adc95fb06a

View File

@ -1,3 +1,14 @@
2018-03-06 Siddhesh Poyarekar <siddhesh@sourceware.org>
* benchtests/bench-strncmp.c (test_main): Remove 0 length tests.
(do_test_limit): Likewise.
* benchtests/bench-strncmp.c (do_test_limit): Reallocate buffers
for every implementation.
(do_test): Likewise.
* benchtests/bench-strncmp.c: Convert output to json.
2018-03-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
* io/futimens.c: Add missing start-of-file descriptive comment.