diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-16 19:00:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-16 19:00:53 +0000 |
commit | 528dff53664f54289ed7100cb3abd991d1988daa (patch) | |
tree | 0da4badb5d4b76d2b100bfbfb98a24236d2c4dbc /ChangeLog-96b | |
parent | cea191187ae5bf8bc9f626101030cce76efcbfb8 (diff) | |
download | ATCD-528dff53664f54289ed7100cb3abd991d1988daa.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 9ca8fabe696..5a84eb2f61a 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,27 +1,35 @@ -Sun Dec 15 13:01:17 1996 David L. Levine <levine@cs.wustl.edu> +Mon Dec 16 12:56:43 1996 David L. Levine <levine@cs.wustl.edu> * ace/OS.i: removed spurious "*/" after an #endif. Thanks to Harry Gunnarsson for pointing this out. - * ace/Naming_Context.cpp: reordered initializations in default ctor - to match declaration order - - * ace/Svc_Conf_y.cpp: added parens to a couple of combined - assignments/conditionals to avoid compiler warnings - - * include/makeinclude/platform_sunos5_sunc++*.GNU: reverted - SOLINK step back to creating real .so files, because it - seems to be necessary, sometimes, for template instantiation + * examples/Threads/Makefile, performance-tests/Misc/Makefile, + tests/Makefile, include/makeinclude/platform_*.GNU (except for + platform_vxworks*.GNU): + moved "LIBS += -lm" out of individual Makefiles and into + platform_*.GNU include files. * netsvcs/lib/Makefile: removed /pkg/gnu/lib dependencies. Thanks to Per Andersson for pointing this out. - * netsvcs/lib/Server_Logging_Handler.cpp: removed ACE_INLINE's - * netsvcs/servers/svc.conf: changed _make_ACE_Logger() to _make_ACE_Logging_Strategy() svc.conf. Thanks to Per Andersson for pointing this out. +Sun Dec 15 13:01:17 1996 David L. Levine <levine@cs.wustl.edu> + + * ace/Naming_Context.cpp: reordered initializations in default ctor + to match declaration order. + + * ace/Svc_Conf_y.cpp: added parens to a couple of combined + assignments/conditionals to avoid compiler warnings. + + * include/makeinclude/platform_sunos5_sunc++*.GNU: reverted + SOLINK step back to creating real .so files, because it + seems to be necessary, sometimes, for template instantiation. + + * netsvcs/lib/Server_Logging_Handler.cpp: removed ACE_INLINE's. + * tests/MM_Shared_Memory_Test.cpp: declare shm_key as char[] instead of char *, so that the string gets put into the data segment rather than the text segment. The string gets modified, |