summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***levine1997-06-291-0/+3
|
* Added new loggokhale1997-06-291-0/+21
|
* moved template specializations so that they're not done on platforms that ↵levine1997-06-291-7/+8
| | | | don't support SV shm
* *** empty log message ***levine1997-06-291-0/+5
|
* added ACE_LACK_IOSTREAM_FX, ACE_LACKS_LINEBUFFERED_STREAMBUF, and ↵levine1997-06-291-0/+3
| | | | ACE_LACKS_SIGNED_CHAR
* (ipfx): comment out unused variable "need"levine1997-06-291-1/+1
|
* *** empty log message ***levine1997-06-291-0/+3
|
* reordered initializers to match declaration orderlevine1997-06-291-12/+12
|
* added CFLAGS to PRELIB so that ld doesn't look for crt0.olevine1997-06-291-1/+1
|
* split definitions of ACE_OS::cond_* member functions to avoid mutual ↵levine1997-06-291-336/+510
| | | | dependence on ACE_OS::sema_* functions
* *** empty log message ***levine1997-06-291-0/+25
|
* applicable thru VxWorks 5.3.1levine1997-06-291-5/+5
|
* added -Wall now that the ACE library builds cleanly with itlevine1997-06-291-1/+1
|
* (remove): don't declare local variable result if ! ACE_HAS_STREAM_PIPESlevine1997-06-291-1/+3
|
* (rec_read): initialized local variable c to make sure that it is always ↵levine1997-06-291-1/+1
| | | | defined before use
* (elapsed_time): commented out unused arg "et"levine1997-06-291-1/+1
|
* (VxWorks only): added ACE_UNUSED_ARG callslevine1997-06-293-2/+20
|
* (ACE_Stream_Node,ACE_Dynamic_Node,ACE_Dummy_Node ctors): reordered ↵levine1997-06-291-8/+8
| | | | initializers to match declaration order
* Added setsockopt call to increase SO_SNDBUF to 64ksumedh1997-06-281-0/+22
|
* *** empty log message ***sumedh1997-06-281-0/+4
|
* *** empty log message ***levine1997-06-281-0/+4
|
* commented out unused args and wrapped assignments in "if" conditionals to ↵levine1997-06-281-8/+10
| | | | avoid g++ warnings
* *** empty log message ***levine1997-06-281-0/+6
|
* added definitions of ACE_SHLIB_HANDLE and ACE_DEFAULT_SHLIB_MODE on ↵levine1997-06-281-11/+17
| | | | platforms other that ACE_HAS_SVR4_DYNAMIC_LINKING and hpux
* *** empty log message ***schmidt1997-06-274-3/+11
|
* DEEP_FREE had some errors. Fixed.gokhale1997-06-277-18/+49
| | | | | | Added dependency on the Makefile. Constructor/destructor of Any was not using the optimizations. Error is now fixed.
* Added log.gokhale1997-06-271-0/+10
|
* *** empty log message ***Steve Huston1997-06-271-0/+4
|
* (Compiled to match Svc_Conf.y) - detect/recover from errors when setting upSteve Huston1997-06-271-35/+45
| | | | dynamic entries.
* Changes when setting up dynamic entries to recover from failures (can't loadSteve Huston1997-06-271-2/+12
| | | | library, can't find symbol, etc.)
* *** empty log message ***schmidt1997-06-272-23/+33
|
* *** empty log message ***brunsch1997-06-271-0/+4
|
* Added a check for an empty queue in expire.brunsch1997-06-271-6/+9
|
* Removed extraneous \n from ACE_ERROR in ACE_Location_Node::open_handle().Steve Huston1997-06-271-1/+1
|
* *** empty log message ***levine1997-06-271-0/+6
|
* (handle_output,handle_exception,main): added ACE_UNUSED_ARG (fd) to avoid ↵levine1997-06-271-1/+3
| | | | compilation warnings about unused arguments
* *** empty log message ***nw11997-06-271-6/+5
|
* *** empty log message ***schmidt1997-06-275-14/+25
|
* *** empty log message ***nw11997-06-271-5/+9
|
* *** empty log message ***nw11997-06-272-2/+6
|
* *** empty log message ***nw11997-06-272-0/+7
|
* *** empty log message ***brunsch1997-06-261-0/+7
|
* Changed random scheduling to use past times instead of future times.brunsch1997-06-261-4/+1
|
* ACE version 4.2.12, released Thu Jun 26 12:38:16 1997.schmidt1997-06-262-1/+5
|
* *** empty log message ***schmidt1997-06-264-54/+71
|
* Updated the project and workspacesbrunsch1997-06-263-27/+39
|
* Updated to include new Message Queue Notifications testbrunsch1997-06-261-0/+12
|
* Added this VC50 project file for Message Queue Notification testbrunsch1997-06-261-0/+107
|
* Added expire() to get rid of Sun CC 4.2 warnings.brunsch1997-06-264-1/+31
|
* More progress, nothing significant though.gokhale1997-06-2620-47/+600
|