diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-11 21:17:10 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-11 21:17:10 +0000 |
commit | a4d873b7829ab0c3537937f5ff74208351576e3e (patch) | |
tree | d489a144928d55c71f5a57d459ccc9f1fbf0c020 /ChangeLogs | |
parent | c073be93841f8504c2a1ba9ee5172267c6c717e6 (diff) | |
download | ATCD-a4d873b7829ab0c3537937f5ff74208351576e3e.tar.gz |
ChangeLogTag: Tue Apr 11 16:15:31 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 28 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 28 |
2 files changed, 36 insertions, 20 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 54a598b6d39..18285229613 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,13 +1,21 @@ +Tue Apr 11 16:15:31 2000 David L. Levine <levine@cs.wustl.edu> + + * ace/OS.cpp: moved ACE_Thread_Exit::is_constructed_ + definition so that it's seen on all platforms, not just + those that are ACE_MT_SAFE. Fixes: + Mon Apr 10 07:30:22 2000 John Rodgers <jrrodgers@acm.org> + Thanks to Vishal for reporting it. + Tue Apr 11 13:57:11 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> - * ace/Synch_T.cpp: Make sure to cast the "type" argument to - "short" to avoid overload confusions by certain compilers. - Thanks to ctaurines@amadeus.net for reporting this. + * ace/Synch_T.cpp: Make sure to cast the "type" argument to + "short" to avoid overload confusions by certain compilers. + Thanks to ctaurines@amadeus.net for reporting this. Tue Apr 11 12:52:04 2000 Vishal Kachroo <vishal@cs.wustl.edu> - * ace/SOCK_Dgram_Mcast.cpp (subscribe): Removed the #ifdef - for template instantiation. + * ace/SOCK_Dgram_Mcast.cpp (subscribe): Removed the #ifdef + for template instantiation. Tue Apr 11 11:32:03 2000 Chad Elliott <elliott_c@ociweb.com> * bin/ACEutils.pm @@ -16,14 +24,14 @@ Tue Apr 11 11:32:03 2000 Chad Elliott <elliott_c@ociweb.com> Mon Apr 10 19:45:32 2000 Vishal Kachroo <vishal@cs.wustl.edu> - * ace/SOCK_Dgram_Mcast.cpp (subscribe): Added a #ifdef to - get past a g++ error. I am looking into the right way to - do this. + * ace/SOCK_Dgram_Mcast.cpp (subscribe): Added a #ifdef to + get past a g++ error. I am looking into the right way to + do this. Mon Apr 10 17:37:53 2000 Nanbor Wang <nanbor@cs.wustl.edu> - * ace/config-freebsd-pthread.h: Addplied John Aughey - <ajh4@cec.wustl.edu>'s patch for FreeBSD 4.0. + * ace/config-freebsd-pthread.h: Addplied John Aughey + <ajh4@cec.wustl.edu>'s patch for FreeBSD 4.0. Mon Apr 10 07:30:22 2000 John Rodgers <jrrodgers@acm.org> diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 54a598b6d39..18285229613 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,13 +1,21 @@ +Tue Apr 11 16:15:31 2000 David L. Levine <levine@cs.wustl.edu> + + * ace/OS.cpp: moved ACE_Thread_Exit::is_constructed_ + definition so that it's seen on all platforms, not just + those that are ACE_MT_SAFE. Fixes: + Mon Apr 10 07:30:22 2000 John Rodgers <jrrodgers@acm.org> + Thanks to Vishal for reporting it. + Tue Apr 11 13:57:11 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> - * ace/Synch_T.cpp: Make sure to cast the "type" argument to - "short" to avoid overload confusions by certain compilers. - Thanks to ctaurines@amadeus.net for reporting this. + * ace/Synch_T.cpp: Make sure to cast the "type" argument to + "short" to avoid overload confusions by certain compilers. + Thanks to ctaurines@amadeus.net for reporting this. Tue Apr 11 12:52:04 2000 Vishal Kachroo <vishal@cs.wustl.edu> - * ace/SOCK_Dgram_Mcast.cpp (subscribe): Removed the #ifdef - for template instantiation. + * ace/SOCK_Dgram_Mcast.cpp (subscribe): Removed the #ifdef + for template instantiation. Tue Apr 11 11:32:03 2000 Chad Elliott <elliott_c@ociweb.com> * bin/ACEutils.pm @@ -16,14 +24,14 @@ Tue Apr 11 11:32:03 2000 Chad Elliott <elliott_c@ociweb.com> Mon Apr 10 19:45:32 2000 Vishal Kachroo <vishal@cs.wustl.edu> - * ace/SOCK_Dgram_Mcast.cpp (subscribe): Added a #ifdef to - get past a g++ error. I am looking into the right way to - do this. + * ace/SOCK_Dgram_Mcast.cpp (subscribe): Added a #ifdef to + get past a g++ error. I am looking into the right way to + do this. Mon Apr 10 17:37:53 2000 Nanbor Wang <nanbor@cs.wustl.edu> - * ace/config-freebsd-pthread.h: Addplied John Aughey - <ajh4@cec.wustl.edu>'s patch for FreeBSD 4.0. + * ace/config-freebsd-pthread.h: Addplied John Aughey + <ajh4@cec.wustl.edu>'s patch for FreeBSD 4.0. Mon Apr 10 07:30:22 2000 John Rodgers <jrrodgers@acm.org> |