summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-12-01 17:23:42 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-12-01 17:23:42 +0000
commit74e9b4a4ae4c5d3a29b0fc55e7f4d61ef5206a1b (patch)
tree7e4f43e284dc4fbca49d6d8f5d4493c6ad43c0cc
parent1f1ce77353e34e071b7d5e5b84cb32459a03efb2 (diff)
downloadATCD-74e9b4a4ae4c5d3a29b0fc55e7f4d61ef5206a1b.tar.gz
ChangeLogTag:Wed Dec 1 17:19:39 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7d5048833c9..118db8c5b40 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -18,7 +18,7 @@ Wed Dec 1 16:30:00 UTC 2004 Simon Massey <sma@prismtech.com>
* TAO/TAO_IDL/util/utl_global.cpp
Fixed bugzilla 1995 - TAO_IDL Compiler - Memory buffer
- overflow & File handle resource leak
+ overflow & File handle resource leak
Wed Dec 1 15:30:00 UTC 2004 Simon Massey <sma@prismtech.com>
@@ -26,11 +26,10 @@ Wed Dec 1 15:30:00 UTC 2004 Simon Massey <sma@prismtech.com>
* TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
* TAO/orbsvcs/orbsvcs/IFRService/UnionDef_i.cpp
- Fixed bugzilla 1996 - IFR - Derefferencing NULL pointer
- when compound object has been deleted
- Thanks to Johnny Willemsen <jwillemsen@remedy.nl> for
- pointing out emulated exceptions were wrongly used in the
- previous fix.
+ Fixed bugzilla 1996 - IFR - Dereferencing NULL pointer
+ when compound object has been deleted. Thanks to Johnny
+ Willemsen <jwillemsen@remedy.nl> for pointing out emulated
+ exceptions were wrongly used in the previous fix.
Wed Dec 1 14:00:00 UTC 2004 Simon Massey <sma@prismtech.com>
@@ -38,15 +37,16 @@ Wed Dec 1 14:00:00 UTC 2004 Simon Massey <sma@prismtech.com>
* TAO/orbsvcs/orbsvcs/IFRService/StructDef_i.cpp
* TAO/orbsvcs/orbsvcs/IFRService/UnionDef_i.cpp
- Fixed bugzilla 1996 - IFR - Derefferencing NULL pointer
- when compound object has been deleted
+ Fixed bugzilla 1996 - IFR - Dereferencing NULL pointer
+ when compound object has been deleted
Wed Dec 1 07:18:37 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/tests/FT_App/FT_Client.cpp:
* orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
- Fixed build warnings about mismatch parameter types with fprintf.
+ Fixed build warnings about mismatch parameter types with
+ fprintf.
Tue Nov 30 16:33:08 2004 J.T. Conklin <jtc@acorntoolworks.com>