summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 14db7aa0733..b83d33d9eaf 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,14 @@
+Thu Aug 9 16:56:05 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/Hash_Map_Manager_T.i:
+ * ace/Hash_Map_Manager_T.cpp: We seem to be re-inventing wheels
+ again and again. A few months back we had a show stopper in a
+ beta which was caused by usage of static cast. The cast was not
+ to the liking of SunCC 4.2. Looks like we had to change a bunch
+ of static cast sprayed in these two files to a C style cast as
+ 4.2 doesnt like them. Compilers like Borland handle these
+ better, but not 4.2.
+
Thu Aug 9 11:51:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* include/makeinclude/platform_hpux_aCC.GNU: On popular mandate we