summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 15:40:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 15:40:20 +0000
commit339ea52f0e392a0f93bbb41515f7d3437c642a8b (patch)
tree0f1d7bd795da1dde722242fb5fdc11f6a230acda
parent61719ed0c243cf2602282d311462300d42778069 (diff)
downloadATCD-339ea52f0e392a0f93bbb41515f7d3437c642a8b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b44
1 files changed, 26 insertions, 18 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index b80a4bf794e..7a75e7fbe40 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,27 +1,35 @@
+Tue May 18 10:38:53 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Thread_Manager_Test.cpp: replaced Hash_Map_Manager
+ with a simple array. This avoids dynamic allocation in
+ the signal handler. And, it avoids having to specialize
+ ACE_Hash<ACE_hthread_t> on platforms that have a pthread_t
+ struct.
+
Tue May 18 09:33:46 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/FILE_IO: Added new sendv()/recvv() and sendv_n()/recvv_n()
- methods to be consistent with SOCK_IO and SOCK_Stream.
+ * ace/FILE_IO: Added new sendv()/recvv() and sendv_n()/recvv_n()
+ methods to be consistent with SOCK_IO and SOCK_Stream.
- * ace/SOCK_IO.cpp (recvv): Make sure to 0-out the iov_base so that
- it's always ok to delete it, even if any of the internal
- operations fail!
+ * ace/SOCK_IO.cpp (recvv): Make sure to 0-out the iov_base so that
+ it's always ok to delete it, even if any of the internal
+ operations fail!
Tue May 18 10:14:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/Makefile:
- * ace/FlReactor.h:
- * ace/FlReactor.i:
- * ace/FlReactor.cpp:
- * include/makeinclude/platform_linux_lxpthread.GNU:
- * include/makeinclude/wrapper_macros.GNU:
- * tests/Makefile:
- * tests/FlReactor_Test.cpp:
- Added new reactor implementation based on the event loop of the
- Fast-Light toolkit, similar to the XtReactor.
- FLTK is a GUI toolkit that works on UNIX/X-Windows and on Win32,
- it is integrated to OpenGL and is pure C++.
- Check http://fltk.easysw.org for more details.
+ * ace/Makefile:
+ * ace/FlReactor.h:
+ * ace/FlReactor.i:
+ * ace/FlReactor.cpp:
+ * include/makeinclude/platform_linux_lxpthread.GNU:
+ * include/makeinclude/wrapper_macros.GNU:
+ * tests/Makefile:
+ * tests/FlReactor_Test.cpp:
+ Added new reactor implementation based on the event loop of the
+ Fast-Light toolkit, similar to the XtReactor.
+ FLTK is a GUI toolkit that works on UNIX/X-Windows and on Win32,
+ it is integrated to OpenGL and is pure C++.
+ Check http://fltk.easysw.org for more details.
Tue May 18 09:35:00 1999 David L. Levine <levine@cs.wustl.edu>