summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 02:06:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 02:06:42 +0000
commit4bd7b4fa2ac09343e76079b06bce852080690343 (patch)
tree5814c59742e27b0e17a885b9e7703a2f36298731 /ChangeLog-99b
parente27d401d111c3504d33d929c1dcc2dadba4d1a27 (diff)
downloadATCD-4bd7b4fa2ac09343e76079b06bce852080690343.tar.gz
ChangeLogTag: Tue Jul 27 21:05:23 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b92
1 files changed, 49 insertions, 43 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 6725af0b398..c92723e5d43 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,31 +1,37 @@
+Tue Jul 27 21:05:23 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * include/makeinclude/platform_tru64_cxx.GNU (ACE_DU_SUBVERSION):
+ fixed typo: -v instead of v-. Thanks to
+ Doug Anderson <dla@home.com> for reporting this.
+
Tue Jul 27 16:58:54 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * ace/ACE.cpp (out_of_handles): Added bug-fixes for RedHat5.2 and
- FreeBSD. Thanks to James Megquier <jmegq@bbn.com> for discovering
- and testing out the bug-fix on RedHat5.2 and Russell.L.Carter
- <rcarter@pinyon.org> for sending in a patch for FreeBSD. These
- bug fixes are for: $ACE_ROOT/tests/
- Cached_Conn_Test and Cached_Accept_Conn_Test.
+ * ace/ACE.cpp (out_of_handles): Added bug-fixes for RedHat5.2 and
+ FreeBSD. Thanks to James Megquier <jmegq@bbn.com> for discovering
+ and testing out the bug-fix on RedHat5.2 and Russell.L.Carter
+ <rcarter@pinyon.org> for sending in a patch for FreeBSD. These
+ bug fixes are for: $ACE_ROOT/tests/
+ Cached_Conn_Test and Cached_Accept_Conn_Test.
Mon Jul 26 15:06:23 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * ace/CDR_Stream.i:
- * ace/Map_Manager.i:
- Had to cast some return values to avoid MSVC signed/unsigned
- mismatch type warnings (level 4).
+ * ace/CDR_Stream.i:
+ * ace/Map_Manager.i:
+ Had to cast some return values to avoid MSVC signed/unsigned
+ mismatch type warnings (level 4).
- * ace/config-win32.h:
- Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION define, so that
- ACE_TEMPLATE_SPECIALIZATION macro adds the necessart
- 'template <>' for MSVC, and so averts many many level 4
- warnings.
+ * ace/config-win32.h:
+ Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION define, so that
+ ACE_TEMPLATE_SPECIALIZATION macro adds the necessart
+ 'template <>' for MSVC, and so averts many many level 4
+ warnings.
Mon Jul 26 14:10:56 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * ace/DLL.cpp (get_handle): Changed the check of <become_owner>
- flag to now reset <close_on_destruction> only if the
- <become_owner> is set. Thanks to Bob McWhirter <bob@werken.com>
- for pointing this out.
+ * ace/DLL.cpp (get_handle): Changed the check of <become_owner>
+ flag to now reset <close_on_destruction> only if the
+ <become_owner> is set. Thanks to Bob McWhirter <bob@werken.com>
+ for pointing this out.
Mon Jul 26 12:32:41 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
@@ -33,30 +39,30 @@ Mon Jul 26 12:32:41 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Fri Jul 23 18:20:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/config-irix6.x-sgic++-nothreads.h:
- Enabled namespaces with MIPSPro 7.2 or higher.
+ * ace/config-irix6.x-sgic++-nothreads.h:
+ Enabled namespaces with MIPSPro 7.2 or higher.
Fri Jul 23 16:40:15 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/ACE.cpp:
- Fixed typos in error return values for ACE::execname()
+ * ace/ACE.cpp:
+ Fixed typos in error return values for ACE::execname()
Fri Jul 23 14:51:48 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/Service_Configurator/IPC-tests/Handle_L_CODgram,
- examples/Service_Configurator/IPC-tests/Handle_L_Dgram,
- examples/Service_Configurator/IPC-tests/Handle_L_Pipe:
- Cleaned this stuff up so that it builds correctly when
- ACE_LACKS_UNIX_DOMAIN_SOCKETS is enabled. Thanks to
- David for reporting this.
+ * examples/Service_Configurator/IPC-tests/Handle_L_CODgram,
+ examples/Service_Configurator/IPC-tests/Handle_L_Dgram,
+ examples/Service_Configurator/IPC-tests/Handle_L_Pipe:
+ Cleaned this stuff up so that it builds correctly when
+ ACE_LACKS_UNIX_DOMAIN_SOCKETS is enabled. Thanks to
+ David for reporting this.
- * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe:
- Made upper_case() a method in the Handle_L_Pipe class.
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe:
+ Made upper_case() a method in the Handle_L_Pipe class.
- * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp,
- examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp:
- Removed the bizarre hacks for SunOS4. This stuff probably
- hasn't been tested since 1992!
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp:
+ Removed the bizarre hacks for SunOS4. This stuff probably
+ hasn't been tested since 1992!
Fri Jul 23 14:16:22 1999 Steve Huston <shuston@riverace.com>
@@ -70,17 +76,17 @@ Fri Jul 23 14:16:22 1999 Steve Huston <shuston@riverace.com>
Fri Jul 23 12:09:18 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.i: Fixed some mismatched ifdef/endif comments.
+ * ace/OS.i: Fixed some mismatched ifdef/endif comments.
- * ace/ACE.cpp (execname): Fixed some misuses of ACE_HAS_WIN32
- macros where they should have been ACE_WIN32. Thanks to Andy
- for noticing this.
+ * ace/ACE.cpp (execname): Fixed some misuses of ACE_HAS_WIN32
+ macros where they should have been ACE_WIN32. Thanks to Andy
+ for noticing this.
Fri Jul 23 11:28:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Memory_Pool.cpp (init_acquire): shmat() returns -1 on
- failure, not 0. Thanks to Kevin Liu
- <kliu@fitch.math.uwaterloo.ca> for reporting this.
+ * ace/Memory_Pool.cpp (init_acquire): shmat() returns -1 on
+ failure, not 0. Thanks to Kevin Liu
+ <kliu@fitch.math.uwaterloo.ca> for reporting this.
Fri Jul 23 11:35:31 1999 David L. Levine <levine@cs.wustl.edu>
@@ -2987,7 +2993,7 @@ Sun Jun 27 18:03:24 1999 Douglas C. Schmidt <schmidt@danzon.cs.wustl.edu>
Sun Jun 27 20:50:02 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- Added support for IBM's VisualAge C++ compiler.
+ Added support for IBM's VisualAge C++ compiler.
* ace: Added a new config-visualage.h file that automatically
includes the proper configurations for IBM's VisualAge C++