summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-10-23 17:30:08 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-10-23 17:30:08 +0000
commitf4d5ff7eb5bcb7f61fd0dd7c9aec0776396f1ae4 (patch)
tree43cd77ea710845497eef32d2769720c95d6322a1 /CHANGES
parent3b54562d12cfaa09c8b8a7e3277b097aadb2c1af (diff)
downloadlibapr-f4d5ff7eb5bcb7f61fd0dd7c9aec0776396f1ae4.tar.gz
Fix the reporting for child processes that die. This removes
all of the non-portable W* macros from Apache. Submitted by: Jeff Trawick and Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 228e8c7be..2d6d8856f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR b1
+ *) Re-vamp the apr_proc_wait and apr_proc_wait_all functions. We
+ now return the exit code from the program and a reason that the
+ program died, either normal exit or signalled.
+ [Jeff Trawick and Ryan Bloom]
+
*) Implement portable accessors for proc mutex. These are equivalent
to apr_os_lock_get/set, but they work for apr_proc_mutex_t types
instead. [Aaron Bannert]