diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-17 12:32:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-17 12:32:35 +0000 |
commit | ff8c24a33730abc4e8703aab66a17c3d333541af (patch) | |
tree | 7088c4ab78abf3ec825b428263df161b32661338 /ChangeLog-96b | |
parent | a031cea052dabf771c367b97d6db5bd7132db1f2 (diff) | |
download | ATCD-ff8c24a33730abc4e8703aab66a17c3d333541af.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 42d5e980761..048e6151f7e 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,7 +1,7 @@ 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/OS.i: removed spurious "*/" after an #endif. Thanks to + Harry Gunnarsson <hg@carmenta.se> for reporting this. * ace/Svc_Conf_l.cpp: #ifdef'ed out ace_yyunput () and ace_yy_{push,pop,top}_state () because they're not used, @@ -17,11 +17,12 @@ Mon Dec 16 12:56:43 1996 David L. Levine <levine@cs.wustl.edu> appear to be necessary, and not all platforms have a libm. * netsvcs/lib/Makefile: removed /pkg/gnu/lib dependencies. Thanks - to Per Andersson for pointing this out. + to Per Andersson <Per.Andersson@hfera.ericsson.se> for pointing + this out. * netsvcs/servers/svc.conf: changed _make_ACE_Logger() to _make_ACE_Logging_Strategy() svc.conf. Thanks to Per Andersson - for pointing this out. + <Per.Andersson@hfera.ericsson.se> for reporting this. Sun Dec 15 13:01:17 1996 David L. Levine <levine@cs.wustl.edu> @@ -1981,7 +1982,7 @@ Wed Nov 13 01:22:16 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> gcc compiler bugs. The fix is to replace the static thread manager with the ACE_Service_Config::thr_mgr() singleton. Thanks to Thilo Kielmann <kielmann@informatik.uni-siegen.de> for - pointing this out. + reporting this. Tue Nov 12 19:43:12 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> |