summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* split definitions of ACE_OS::cond_* member functions to avoid mutual dependen...levine1997-06-291-336/+510
* (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 defin...levine1997-06-291-1/+1
* (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 initialize...levine1997-06-291-8/+8
* commented out unused args and wrapped assignments in "if" conditionals to avo...levine1997-06-281-8/+10
* added definitions of ACE_SHLIB_HANDLE and ACE_DEFAULT_SHLIB_MODE on platforms...levine1997-06-281-11/+17
* *** empty log message ***schmidt1997-06-273-3/+3
* (Compiled to match Svc_Conf.y) - detect/recover from errors when setting upSteve Huston1997-06-271-35/+45
* Changes when setting up dynamic entries to recover from failures (can't loadSteve Huston1997-06-271-2/+12
* 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 ***nw11997-06-271-6/+5
* *** empty log message ***schmidt1997-06-274-14/+15
* *** empty log message ***nw11997-06-271-5/+9
* *** empty log message ***nw11997-06-271-2/+3
* *** empty log message ***schmidt1997-06-263-54/+65
* Updated the project and workspacesbrunsch1997-06-262-15/+15
* Added expire() to get rid of Sun CC 4.2 warnings.brunsch1997-06-264-1/+31
* *** empty log message ***nw11997-06-264-1/+30
* *** empty log message ***irfan1997-06-252-8/+72
* *** empty log message ***irfan1997-06-251-0/+4
* Insure that ACE_Object_Node::symbol(void) returns 0 if the shared library can'tSteve Huston1997-06-251-1/+3
* Added ACE_DLL_SUFFIX for HP-UX.Steve Huston1997-06-251-0/+4
* *** empty log message ***irfan1997-06-251-0/+4
* Oops... Nanbor had it right. Back to his way.Steve Huston1997-06-251-3/+4
* Moved ACE_SHLIB_HANDLE and ACE_DEFAULT_SHLIB_MODE for Win32 to the placeSteve Huston1997-06-251-3/+3
* *** empty log message ***nw11997-06-251-1/+1
* *** empty log message ***nw11997-06-251-3/+5
* *** empty log message ***nw11997-06-251-2/+2
* *** empty log message ***nw11997-06-252-13/+14
* *** empty log message ***nw11997-06-251-5/+3
* *** empty log message ***nw11997-06-251-1/+2
* *** empty log message ***nw11997-06-251-0/+1
* *** empty log message ***nw11997-06-251-2/+8
* commented out unused args and wrapped assignments in "if" conditionals to avo...levine1997-06-251-8/+10
* Use new ACE_SHLIB_HANDLE type for shared library handles.Steve Huston1997-06-251-1/+1
* Changed shared library handle from void * to ACE_SHLIB_HANDLE.Steve Huston1997-06-252-4/+4
* Changed shared library handle usage from void * to ACE_SHLIB_HANDLE.Steve Huston1997-06-251-4/+4
* Changed type when dealing with shared library handles to use newSteve Huston1997-06-251-6/+7
* Changed types for shared library usage to use new ACE_SHLIB_HANDLE type.Steve Huston1997-06-251-5/+5
* Added code for shared libary manipulation for HP-UX (C++ and aC++).Steve Huston1997-06-251-26/+30
* Added a ACE_SHLIB_HANDLE typedef to mask the differences between sharedSteve Huston1997-06-251-4/+43
* *** empty log message ***nw11997-06-251-0/+1
* *** empty log message ***nw11997-06-251-3/+6
* *** empty log message ***irfan1997-06-241-2/+2
* *** empty log message ***nw11997-06-241-3/+3
* Revert ACE_hrtime_t to unsigned __int64 with VC++. This might break somethin...levine1997-06-241-2/+2
* Changed cancel (type..) to call cancellation() even if there are no timersbrunsch1997-06-244-17/+14