aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-08-07 19:56:21 +0100
committerWill Newton <will.newton@linaro.org>2013-09-09 09:20:09 +0100
commit0c66b8e985649f89a84b26ba02740b23e1f4e091 (patch)
tree0a6d2457d61254898c4d55a5c3f12400257d6698 /ChangeLog
parentf6b00fd1153295bc32041724a88aad84ba598b4a (diff)
downloadglibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.tar
glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.tar.gz
glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.tar.bz2
glibc-0c66b8e985649f89a84b26ba02740b23e1f4e091.zip
malloc: Add realloc test.
The current tests don't test the functionality of realloc in detail. Add a new test for realloc that exercises some of the corner cases that are not otherwise tested. ChangeLog: 2013-09-09 Will Newton <will.newton@linaro.org> * malloc/Makefile: Add tst-realloc to tests. * malloc/tst-realloc.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea6d2e323d..65c928754f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-09 Will Newton <will.newton@linaro.org>
+
+ * malloc/Makefile: Add tst-realloc to tests.
+ * malloc/tst-realloc.c: New file.
+
2013-09-09 Allan McRae <allan@archlinux.org>
[BZ #15844]