aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2017-08-27 19:10:40 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2017-08-27 19:10:40 -0700
commit5f3b183d198b39ca993a41aadb02bddd9fde078d (patch)
treec8261940c94f34e6081a8395f3d13a25836fa99d /ChangeLog
parent99ee4d26dc07c3eadfbf6793db26ef9dfb1551e5 (diff)
downloadglibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.zip
glibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.tar.gz
glibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.tar.bz2
2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
* stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests. (tst-cxa_atexit, tst-on_exit): Likewise. * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit, tst-cxa_atexit, and tst-on_exit. * stdlib/tst-atexit-common.c: New file. * stdlib/tst-atexit.c: New file. * stdlib/tst-at_quick_exit.c: New file. * stdlib/tst-cxa_atexit.c: New file. * stdlib/tst-on_exit.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a93769f..6dbf10c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
+
+ * stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
+ (tst-cxa_atexit, tst-on_exit): Likewise.
+ * stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
+ tst-cxa_atexit, and tst-on_exit.
+ * stdlib/tst-atexit-common.c: New file.
+ * stdlib/tst-atexit.c: New file.
+ * stdlib/tst-at_quick_exit.c: New file.
+ * stdlib/tst-cxa_atexit.c: New file.
+ * stdlib/tst-on_exit.c: New file.
+
2017-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/mach/hurd/bits/sysmacros.h: New file.