about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daff51f195..6452bea35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2019-10-08  Florian Weimer  <fweimer@redhat.com>
+
+	* posix/Makefile (tests): Add tst-wordexp-nocmd.
+	* posix/wordexp-test.c (__app_register_atfork): Remove function.
+	(registered_forks): Remove variable.
+	(register_fork): Remove function.
+	(test_case): Remove WRDE_NOCMD tests.
+	(main): Do not set up fork tracking.  Remove integer overflow in
+	division tests.
+	(testit): Do not check for unexpected forks.
+	* posix/tst-wordexp-nocmd.c: New file containing the tests removed
+	from posix/wordexp-test.c.
+
 2019-10-07  Florian Weimer  <fweimer@redhat.com>
 
 	nptl: Move pthread_attr_setschedparam implementation into libc.