summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2004-05-26 17:13:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2004-05-26 17:13:46 +0000
commit3ef0de175dc3cf8c79b0145eee165c7649c6f413 (patch)
tree8d805ae684890f7d30735c01a1d2873a66472842 /ChangeLogs
parent26bc7c5b8c09a290f1acb403ac90885150ecbc6f (diff)
downloadATCD-3ef0de175dc3cf8c79b0145eee165c7649c6f413.tar.gz
ChangeLogTag:Wed May 26 10:36:39 2004 Tao Lu <lu@dre.vanderbilt.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-03b8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLogs/ChangeLog-03b b/ChangeLogs/ChangeLog-03b
index 1c06f0f5146..311de7bdba4 100644
--- a/ChangeLogs/ChangeLog-03b
+++ b/ChangeLogs/ChangeLog-03b
@@ -922,10 +922,10 @@ Tue May 20 12:53:59 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* ace/TP_Reactor.h:
* ace/TP_Reactor.cpp: Do not allow users to register signal
- handlers with the TP_Reactor. TP_Reactor does not signals at
- present and allowing this is simply confusing. We now return a
- value of -1 if users try registering a signal handler with the
- reactor. Thanks to Carsten Prescher
+ handlers with the TP_Reactor. The TP_Reactor does not support
+ signals properly and allowing this is simply confusing. We
+ now return a value of -1 if users try registering a signal handler
+ with the reactor. Thanks to Carsten Prescher
<prescher@pcdasa73.vs.dasa.de> for pointing this out.
Tue May 20 10:54:10 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>