summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog108
1 files changed, 57 insertions, 51 deletions
diff --git a/ChangeLog b/ChangeLog
index ceb798b113d..9c08fddc7eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 20 19:37:53 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/CORBA_macros.h:
+ Fixed the definition of ACE_RE_THROW_EX, there was a space
+ between the macro name and the ( that starts its arguments.
+
Tue Jun 20 14:55:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.cpp: Applied patches for ACE_BEGINTHREADEX and
@@ -7,32 +13,32 @@ Tue Jun 20 14:55:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Tue Jun 20 12:04:24 2000 Ossama Othman <ossama@uci.edu>
- * ace/Makefile (ssl):
+ * ace/Makefile (ssl):
- Reverted change that causes the SSL wrappers to be built when
- SSL support isn't explicitly disabled. It caused SSL support to
- always be built, which was not the desired effect.
+ Reverted change that causes the SSL wrappers to be built when
+ SSL support isn't explicitly disabled. It caused SSL support to
+ always be built, which was not the desired effect.
Tue Jun 20 12:57:12 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/config-freebsd-pthread.h: Undefined ACE_LACKS_SETSCHED if we
are compiling on R4.0 or above. Thanks to Sergey A. Osokin
- <osa@freebsd.org.ru> for reporting this for Nick Logvinov
- <nl@rpb.ru>.
+ <osa@freebsd.org.ru> for reporting this for Nick Logvinov
+ <nl@rpb.ru>.
Tue Jun 20 07:37:18 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Select_Reactor_T.h,
- * ace/Select_Reactor_T.cpp,
- * ace/Reactor.h,
- * ace/Reactor.i,
- * ace/Reactor_Impl.h,
- * ace/WFMO_Reactor.h,
- * ace/WFMO_Reactor.cpp:
- Added a new method to access the Reactor's timer queue. Also
- renamed the accessors timer_queue(ACE_Timer_Queue *) and
- ACE_Timer_Queue *timer_queue() to be more consistent with ACE
- naming conventions. Thanks to Jody Hagins for reporting this.
+ * ace/Select_Reactor_T.h,
+ * ace/Select_Reactor_T.cpp,
+ * ace/Reactor.h,
+ * ace/Reactor.i,
+ * ace/Reactor_Impl.h,
+ * ace/WFMO_Reactor.h,
+ * ace/WFMO_Reactor.cpp:
+ Added a new method to access the Reactor's timer queue. Also
+ renamed the accessors timer_queue(ACE_Timer_Queue *) and
+ ACE_Timer_Queue *timer_queue() to be more consistent with ACE
+ naming conventions. Thanks to Jody Hagins for reporting this.
Tue Jun 20 02:06:15 2000 Craig Rodrigues <crodrigu@bbn.com>
@@ -44,69 +50,69 @@ Tue Jun 20 02:06:15 2000 Craig Rodrigues <crodrigu@bbn.com>
Mon Jun 19 22:14:26 2000 Alex Arulanthu <Alex.Arulanthu@sylantro.com>
- * ace/POSIX_Asynch_IO.h:
- * ace/POSIX_Asynch_IO.cpp:
- * ace/POSIX_Proactor.h:
- * ace/POSIX_Proactor.cpp:
- * examples/Reactor/Proactor/Makefile
- * examples/Reactor/Proactor/test_proactor2.cpp:
+ * ace/POSIX_Asynch_IO.h:
+ * ace/POSIX_Asynch_IO.cpp:
+ * ace/POSIX_Proactor.h:
+ * ace/POSIX_Proactor.cpp:
+ * examples/Reactor/Proactor/Makefile
+ * examples/Reactor/Proactor/test_proactor2.cpp:
- Thanks to Alex Libman <alibman@baltimore.com>, the following
- changes have been integrated onto POSIX Proactor.
+ Thanks to Alex Libman <alibman@baltimore.com>, the following
+ changes have been integrated onto POSIX Proactor.
- - Enabling the completion call backs even if aio_return
- fails. We will call the completion call back methods with 0
- transferred data parameter.
+ - Enabling the completion call backs even if aio_return
+ fails. We will call the completion call back methods with 0
+ transferred data parameter.
- - MT safe'ing AIOCB proactor. It would not improve the
- efficiency.
+ - MT safe'ing AIOCB proactor. It would not improve the
+ efficiency.
Mon Jun 19 19:44:05 2000 Ossama Othman <ossama@uci.edu>
- * ace/Makefile (ssl):
+ * ace/Makefile (ssl):
- Fixed conditional so that the SSL wrappers are built when SSL is
- not explicitly disabled, i.e. when the "ssl" make variable is
- not equal to zero. Note that the default is not to build the
- SSL wrappers.
+ Fixed conditional so that the SSL wrappers are built when SSL is
+ not explicitly disabled, i.e. when the "ssl" make variable is
+ not equal to zero. Note that the default is not to build the
+ SSL wrappers.
- * ace/OS.i (thr_yield):
+ * ace/OS.i (thr_yield):
- Corrected typo in comment.
+ Corrected typo in comment.
- * m4/platform.m4 (ACE_CPPFLAGS):
+ * m4/platform.m4 (ACE_CPPFLAGS):
- Define necessary feature test macros on the command line, not in
- the configuration header. This allows ACE applications to
- utilize those macro definitions without having to worry about
- header inclusion ordering.
+ Define necessary feature test macros on the command line, not in
+ the configuration header. This allows ACE applications to
+ utilize those macro definitions without having to worry about
+ header inclusion ordering.
- (ACE_DEFAULT_SELECT_REACTOR_SIZE):
+ (ACE_DEFAULT_SELECT_REACTOR_SIZE):
It is no longer necessary to hard-code the default reactor size
for older Linux kernels that had a file descriptor limit less
than FD_SETSIZE since the Select Reactor now falls back on the
run-time file descriptor limit for the given process.
- (ACE_HAS_IRIX62_THREADS):
+ (ACE_HAS_IRIX62_THREADS):
- Removed redundant definition. Only define
- ACE_HAS_IRIX62_THREADS for IRIX 6.2.
+ Removed redundant definition. Only define
+ ACE_HAS_IRIX62_THREADS for IRIX 6.2.
Mon Jun 19 17:33:28 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/OS.h: Removed the special case check for
+ * ace/OS.h: Removed the special case check for
# if defined (ACE_HAS_IRIX62_THREADS)
- # define THR_SCOPE_SYSTEM 0x00100000
- # else
+ # define THR_SCOPE_SYSTEM 0x00100000
+ # else
and just used this:
- # define THR_SCOPE_SYSTEM THR_BOUND
+ # define THR_SCOPE_SYSTEM THR_BOUND
Thanks to John Foresteire <John_J_Foresteire@res.raytheon.com>
- for this suggestion.
+ for this suggestion.
Mon Jun 19 12:38:58 2000 Carlos O'Ryan <coryan@uci.edu>