diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-28 15:00:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-28 15:00:53 +0000 |
commit | 132c3a4943aea6edd431cfd71990ac46e0288902 (patch) | |
tree | c371175fd75f8c1fc26fa190d2503064c832ddf6 /ChangeLog-99b | |
parent | 7bef1f0413c311e5c26ea35d986b96d9fda70583 (diff) | |
download | ATCD-132c3a4943aea6edd431cfd71990ac46e0288902.tar.gz |
ChangeLogTag: Tue Dec 28 08:55:23 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 796c3339281..0b01fd1b902 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,10 +1,18 @@ +Tue Dec 28 08:55:23 1999 David L. Levine <levine@cs.wustl.edu> + + * include/makeinclude/platform_linux_cxx.GNU: + added -D__USE_STD_IOSTREAM. + + * ace/config-cxx-common.h,ace/config-linux-common.h: + added support for __USE_STD_IOSTREAM. + Tue Dec 28 02:03:11 1999 Nanbor Wang <nanbor@cs.wustl.edu> - * ace/Container_T.i (remove): Changed to call the <remove> method - using the <list_> in ACE_DLList[_Reverse]_Iterator, otherwise, - the <remove> in the ACE_Double_Linked_List got called which - incurred memory leaks. Thanks to Lorin Hochstein - <lmh@xiphos.ca> for reporting the bug. + * ace/Container_T.i (remove): Changed to call the <remove> method + using the <list_> in ACE_DLList[_Reverse]_Iterator, otherwise, + the <remove> in the ACE_Double_Linked_List got called which + incurred memory leaks. Thanks to Lorin Hochstein + <lmh@xiphos.ca> for reporting the bug. Mon Dec 27 21:29:25 1999 David L. Levine <levine@cs.wustl.edu> |