summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-12-23 12:07:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-12-23 12:07:16 +0000
commit006379cbea08f17c133d6a25533064aa57d922fe (patch)
tree84ea34a6ce387bb0a89ea1ce088085581cf6a739
parent50b972036c6f0178a5068e92c1814f526350be4c (diff)
downloadATCD-006379cbea08f17c133d6a25533064aa57d922fe.tar.gz
ChangeLogTag: Mon Dec 23 12:00:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog24
-rw-r--r--ChangeLogs/ChangeLog-03a24
2 files changed, 36 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f1f994d8cd..21d87a3df5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,21 @@
+Mon Dec 23 12:02:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/ace_ld:
+ Extended this perl script so that the location of the __ctordtor.o
+ can be passed as -o command line option. The location is dependent
+ on the $VDIR in the vxworks make files.
+
+ * include/makeinclude/platform_vxworks5.x_diab.GNU:
+ * include/makeinclude/platform_vxworks5.x_g++.GNU:
+ When calling the ace_ld perl script, pass the $VDIR as command line option
+ -o to the script.
+
Sun Dec 22 11:41:56 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* ace/Connector.cpp: Fixed fuzz errors.
Sun Dec 22 11:37:44 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-
+
* THANKS: Added Danile White to the hall of fame!
Sun Dec 22 11:31:53 2002 Craig Rodrigues <crodrigu@bbn.com>
@@ -23,20 +35,20 @@ Sun Dec 22 09:18:00 2002 Balachandran Natarajan <bala@isis-server.isis.vanderb
* ace/Connector.cpp:
* ace/Connector.h: Added a lock to the ACE_Connector class to
make the following atomic
-
+
. Registration of AST with the handler_map_
. Registration of the ACE_Connector with the Reactor
. and the registration of timers with the Reactor's timer
- queue.
+ queue.
If they are not atomic, it throws open race conditions such as
the ones documented in BUG 1405. This is not complete fix for
BUG 1405, since it taxes applications using only one thread with a
lock. This is a short-term fix to prevent the race condition
- from occuring.
+ from occuring.
+
+ Other relevant changes include
- Other relevant changes include
-
. the AST is now refcounted
. the AST cannot be deleted directly. The lifetime of the AST
can only be manipulated using the refcount on the AST.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 7f1f994d8cd..21d87a3df5f 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,9 +1,21 @@
+Mon Dec 23 12:02:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/ace_ld:
+ Extended this perl script so that the location of the __ctordtor.o
+ can be passed as -o command line option. The location is dependent
+ on the $VDIR in the vxworks make files.
+
+ * include/makeinclude/platform_vxworks5.x_diab.GNU:
+ * include/makeinclude/platform_vxworks5.x_g++.GNU:
+ When calling the ace_ld perl script, pass the $VDIR as command line option
+ -o to the script.
+
Sun Dec 22 11:41:56 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* ace/Connector.cpp: Fixed fuzz errors.
Sun Dec 22 11:37:44 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-
+
* THANKS: Added Danile White to the hall of fame!
Sun Dec 22 11:31:53 2002 Craig Rodrigues <crodrigu@bbn.com>
@@ -23,20 +35,20 @@ Sun Dec 22 09:18:00 2002 Balachandran Natarajan <bala@isis-server.isis.vanderb
* ace/Connector.cpp:
* ace/Connector.h: Added a lock to the ACE_Connector class to
make the following atomic
-
+
. Registration of AST with the handler_map_
. Registration of the ACE_Connector with the Reactor
. and the registration of timers with the Reactor's timer
- queue.
+ queue.
If they are not atomic, it throws open race conditions such as
the ones documented in BUG 1405. This is not complete fix for
BUG 1405, since it taxes applications using only one thread with a
lock. This is a short-term fix to prevent the race condition
- from occuring.
+ from occuring.
+
+ Other relevant changes include
- Other relevant changes include
-
. the AST is now refcounted
. the AST cannot be deleted directly. The lifetime of the AST
can only be manipulated using the refcount on the AST.