diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 06:50:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 06:50:29 +0000 |
commit | a5c4d8047ab58df5c45092e18ae503ad40518f0e (patch) | |
tree | daa1ac46caf738dfe049fd5ca5eafc0eb84a0eb0 /ChangeLog-96b | |
parent | 645a9c1a4457349320e62d85af49f62e80da53c0 (diff) | |
download | ATCD-a5c4d8047ab58df5c45092e18ae503ad40518f0e.tar.gz |
foo
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index c47050767a9..38dd2bd7d7a 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,9 +1,37 @@ +Sun Dec 29 18:38:03 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * apps/Gateway/Gateway/File_Parser.h: Removed the endofline() + method declaration -- it doesn't seem to be defined anywhere. + + * ace/OS.h: Added an ACE_INT32 to complement the ACE_UINT32. + + * netsvcs/lib: Cleaned up all the ACE network services by removing + their SIGINT signal handler. This was interferring with the + main event loop's ability to shutdown... + + * apps/Gateway/Gateway: Once again changed the name of + *IO_Handler* to *Proxy_Handler* since these things are really + proxies, in the COS sense! + + * ace/Service_Record.cpp: Tidied up the implementation of + ACE_Module_Type::fini() so that it doesn't try to call fini() on + NULL pointers. Also, rather than explicitly deleting the reader + and writer Tasks, we call ACE_Module<>::close(), which knows how + to take care of all this stuff. + + * ace/Module.cpp: Added an extra parameter to close_i() so that we + can correctly pass the value of "flags" from close() in order to + prevent deleting tasks when we don't want to do this. + + * ace/Module.cpp: There was a bug in the open() method + since we were potentially deleting reader_q and writer_q twice + if memory allocation failed. + Sat Dec 28 19:02:13 1996 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * ace/ACE.cpp: Changed the implementation of ldfind() so that it - doesn't try to add the DLL prefix (e.g., "lib") unless given a - relative pathname. In other words, we never try to modify the - prefix for an absolute pathname. This is necessary to keep lots + doesn't try to add the DLL prefix (e.g., "lib") unless it + doesn't match filename. This is necessary to keep lots of existing svc.conf files from breaking. * ace/Event_Handler.h: Added a new ACCEPT_MASK for use with the |