summaryrefslogtreecommitdiff
path: root/ace
Commit message (Collapse)AuthorAgeFilesLines
* Commented out all appearance of ACE_TRACE within ACE_Unbounded_Stack.nw11997-07-221-9/+9
|
* *** empty log message ***schmidt1997-07-221-0/+6
|
* (ACE_U_LongLong): fixed comparision operatorslevine1997-07-221-4/+12
|
* *** empty log message ***schmidt1997-07-222-22/+3
|
* *** empty log message ***irfan1997-07-222-4/+22
|
* (sema_init): use direct call to ::sem_open () on VxWorks, because it can't ↵levine1997-07-221-1/+5
| | | | handle the return type from ACE_OS::sema_open ()
* (sema_open): changed return type from sem_t * to ACE_sema_t *; ↵levine1997-07-223-54/+25
| | | | ACE_U_LongLong: removed normalize ()
* *** empty log message ***schmidt1997-07-223-2/+20
|
* *** empty log message ***irfan1997-07-212-5/+17
|
* *** empty log message ***irfan1997-07-211-0/+10
|
* *** empty log message ***schmidt1997-07-211-6/+5
|
* *** empty log message ***schmidt1997-07-213-6/+28
|
* Fixed signed/unsigned comparison errorsbrunsch1997-07-212-6/+6
|
* *** empty log message ***irfan1997-07-213-9/+75
|
* updated ACE_U_LongLong::dump for only storing less than 1000000000 in lo_.levine1997-07-211-2/+4
|
* normalize ACE_U_LongLong by only storing below 1000000000 in lo byte, so ↵levine1997-07-212-7/+38
| | | | that arithmetic operations work properly
* *** empty log message ***jxh1997-07-211-0/+1
|
* process_directives now returns ace_yyerrno when ace_yyparse terminate ↵nw11997-07-211-1/+1
| | | | abnormally.
* ACE_Service_Object_Type::fini() added check on "so" before calling so-fini().nw11997-07-211-1/+2
|
* removed a couple of blank lineslevine1997-07-211-2/+0
|
* inlined most ACE_U_LongLong methodslevine1997-07-211-55/+13
|
* added ACE_U_LongLong comparison operators and copy constructorlevine1997-07-212-0/+103
|
* Added ACE_INLINE to several methods.brunsch1997-07-211-6/+6
|
* Fixed typos.nw11997-07-211-2/+2
|
* (ACE_Dumpable_Adapter): reordered initializers to match declaration orderlevine1997-07-201-1/+1
|
* cleaned up a commentlevine1997-07-201-4/+2
|
* added ACE_WIN32 check because it doesn't have ACE_HAS_LONGLONG_T definedlevine1997-07-193-29/+29
|
* *** empty log message ***irfan1997-07-1912-1503/+10888
|
* added support for ACE_U_LongLonglevine1997-07-191-1/+33
|
* (elapsed_time): specialized the real_time calculation if using ACE_U_LongLonglevine1997-07-191-0/+5
|
* added ACE_U_LongLong::operator/ (), and made some of its operators constlevine1997-07-192-8/+17
|
* not ready to make ACE_hrtime_t ACE_U_LongLong, yetlevine1997-07-181-2/+3
|
* *** empty log message ***levine1997-07-181-2/+4
|
* commented out ACE_HAS_LONGLONG_Tlevine1997-07-181-1/+7
|
* added ACE_U_Long_Longlevine1997-07-183-5/+93
|
* added ACE_HAS_LONGLONG_Tlevine1997-07-181-0/+1
|
* added ACE_HAS_RENAMED_MAINlevine1997-07-183-1/+8
|
* If a connect fails, save the errno value before closing the socket, elseSteve Huston1997-07-171-0/+2
| | | | the error may be overwritten.
* fixed ACE_PROC_PRI_RR_MAX and ACE_PROC_PRI_OTHER_MAXlevine1997-07-171-2/+2
|
* operator (): set optind to 0 if argv is 0.levine1997-07-171-0/+1
|
* Added new directive ACE_HAS_TEMPLATE_SPECIALIZATION.nw11997-07-1711-0/+11
|
* (operator ()): added protection for argv of 0levine1997-07-161-0/+6
|
* removed ACE_HAS_P_READ_WRITE and added ACE_LACKS_GETPGID, to match ↵levine1997-07-165-10/+6
| | | | config-sunos4-sun4.x.h
* removed commented-out ACE_HAS_P_READ_WRITElevine1997-07-161-3/+0
|
* (global_scale_factor): added get accessorlevine1997-07-162-0/+9
|
* Put a backslash in a multiline #definebrunsch1997-07-161-1/+1
|
* *** empty log message ***jxh1997-07-152-0/+10
|
* *** empty log message ***irfan1997-07-151-2/+3
|
* Add ACE_LACKS_LINEBUFFERED_STREAMBUF to get IOStream to build correctly.Steve Huston1997-07-141-0/+3
|
* Fixed line 206 from "#if" to "#if defined" to compile whereSteve Huston1997-07-141-1/+1
| | | | ACE_LACKS_PTHREAD_SIGSETMASK is not defined.