summaryrefslogtreecommitdiff
path: root/malloc/tst-realloc.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-29tst-realloc: do not check for errno on success [BZ #22611]Aurelien Jarno
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-01-04Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-02Reformat malloc to gnu style.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-09malloc: Add realloc test.Will Newton