summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-06-24 03:18:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-06-24 03:18:46 +0000
commit216baf36ba164c721ec63c9fcd5f99ec7ce7d8fc (patch)
tree26d1ec75b0e0b24b70407420fc6f40ff270dc2aa /ChangeLog-97a
parent3ddc0a5d7b278bc58944009be265942d85c06671 (diff)
downloadATCD-216baf36ba164c721ec63c9fcd5f99ec7ce7d8fc.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a27
1 files changed, 17 insertions, 10 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index fc9c8c9b035..f78004e8b88 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,9 @@
+Mon Jun 23 22:14:39 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Svc_Conf*: Changed the name of the YYSTYPE field
+ ACE_Static_Node_ to static_node_ to be consistent with the other
+ fields.
+
Mon Jun 23 18:28:55 1997 David L. Levine <levine@cs.wustl.edu>
* ace/ACE.cpp: added auto_basic_array_ptr specialization.
@@ -26,8 +32,8 @@ Mon Jun 23 09:18:39 1997 David L. Levine <levine@cs.wustl.edu>
/project/adaptive/ACE_wrappers. Also, "make release" now
adds release entry to latest ChangeLog.
- * ace/Makefile: build shared library before static library.
- This appears to fix a problem with Sun C++ 4.{1,2} possibly
+ * ace/Makefile: build shared library before static library.
+ This appears to fix a problem with Sun C++ 4.{1,2} possibly
related to its template instantiation scheme. If the
static library is built first, then .shobj/Reactor.so
and .shobj/Timer_Hash.so (and possibly others) fail to
@@ -37,16 +43,17 @@ Mon Jun 23 09:18:39 1997 David L. Levine <levine@cs.wustl.edu>
Satoshi Ueno <satoshi.ueno@gs.com> for reporting this, and
to Satoshi for verifying the fix.
- * ace/ACE.cpp (terminate_process): removed used of ACE_OSCALL_RETURN
- macro because its defined in OS.i, and so not available if
- inlining is disabled.
+ * ace/ACE.cpp (terminate_process): removed used of
+ ACE_OSCALL_RETURN macro because its defined in OS.i, and so
+ not available if inlining is disabled.
- * ace/Auto_Ptr.{h,i}: made "p_" protected instead of private so that
- it can be accessed with the new class arrangement. Also, made the
- auto_array_ptr operator-> const.
+ * ace/Auto_Ptr.{h,i}: made "p_" protected instead of private
+ so that it can be accessed with the new class arrangement.
+ Also, made the auto_array_ptr operator-> const.
- * ace/Sched_Params.cpp (previous_priority, VxWorks only): removed
- ACE_UNUSED_ARG (policy) because policy is used in this function.
+ * ace/Sched_Params.cpp (previous_priority, VxWorks only):
+ removed ACE_UNUSED_ARG (policy) because policy is used in
+ this function.
* netsvcs/lib/TS_Clerk_Handler.cpp (parse_args): wrapped TCHAR
argument to sizeof in parenthesis.