summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-01-30 21:12:29 +0000
committerSteve Huston <shuston@riverace.com>2002-01-30 21:12:29 +0000
commit0f39bf2ca14bccede89be4dca008cf0bdd1e8d76 (patch)
treeff0e83e3618b4014b4e19a4052bbdf75a6f0dbe6
parente84104f233642cf692f4311149ee2a6f50e660f9 (diff)
downloadATCD-0f39bf2ca14bccede89be4dca008cf0bdd1e8d76.tar.gz
ChangeLogTag:Wed Jan 30 16:00:39 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
3 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51c3b18694b..8d6c72360bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 30 16:00:39 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Process_Manager.cpp (register_handler): Replaced ECHILD with
+ EINVAL if the pid is not found. Probably a more accurate
+ assessment of the situation, and should compile clean on WinCE.
+
Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* docs/index.html: Fixed the ACE-inheritance.pdf document so
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 51c3b18694b..8d6c72360bd 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Jan 30 16:00:39 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Process_Manager.cpp (register_handler): Replaced ECHILD with
+ EINVAL if the pid is not found. Probably a more accurate
+ assessment of the situation, and should compile clean on WinCE.
+
Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* docs/index.html: Fixed the ACE-inheritance.pdf document so
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 51c3b18694b..8d6c72360bd 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Wed Jan 30 16:00:39 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Process_Manager.cpp (register_handler): Replaced ECHILD with
+ EINVAL if the pid is not found. Probably a more accurate
+ assessment of the situation, and should compile clean on WinCE.
+
Wed Jan 30 13:50:17 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* docs/index.html: Fixed the ACE-inheritance.pdf document so