summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-30 02:17:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-30 02:17:38 +0000
commit2dedcc282d30e637851ad1ec0b0e48b4c43cb99d (patch)
tree2885986ca14a1aef4993d947f09a023b5b5482ca
parent4236f4321a59331e6ca644cbc60e19d9675f57cc (diff)
downloadATCD-2dedcc282d30e637851ad1ec0b0e48b4c43cb99d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 0c9ad116d6f..961f4edd444 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,14 +1,19 @@
+Mon Jun 29 21:16:39 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/OS.cpp (invoke): wrapped final return with ACE_NOTREACHED.
+ "It's the right thing to do."
+
Mon Jun 29 19:42:12 1998 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Timeprobe_T.cpp (ACE_Timeprobe): Changed __TEXT to ASYS_TEXT.
+ * ace/Timeprobe_T.cpp (ACE_Timeprobe): Changed __TEXT to ASYS_TEXT.
Mon Jun 29 14:48:58 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.h: Added UNICODE macros for non-Win32 platforms. Thanks
- to Jeff Greif <jmg@trivida.com> for pointing this out.
+ * ace/OS.h: Added UNICODE macros for non-Win32 platforms. Thanks
+ to Jeff Greif <jmg@trivida.com> for pointing this out.
- * ace/OS.cpp (invoke): Added a return at the end to keep AIX
- happy. Thanks to CLahey@cccis.com for reporting this.
+ * ace/OS.cpp (invoke): Added a return at the end to keep AIX
+ happy. Thanks to CLahey@cccis.com for reporting this.
Mon Jun 29 11:37:28 1998 Steve Huston <shuston@riverace.com>