| Commit message (Expand) | Author | Age | Files | Lines |
* | ACE_OS::gettimeofday doesn't take any argument | nanbor | 1998-03-27 | 1 | -1/+1 |
* | oops, pass op along to gettime () | levine | 1998-03-27 | 1 | -5/+4 |
* | oops, added missing comma | levine | 1998-03-27 | 1 | -1/+1 |
* | (gethrtime): added an optional argument to allow specifying start/increment/s... | levine | 1998-03-27 | 5 | -25/+82 |
* | Added #include "ace/Service_Repository.h" to build on HP-UX. | Steve Huston | 1998-03-27 | 1 | -0/+1 |
* | moved setting of ACE_SIZEOF_LONG_DOUBLE to 12 from Basic_Types.h to config-g+... | levine | 1998-03-27 | 5 | -7/+14 |
* | Changed template parameter SIZE to ACE_SIZE. | nanbor | 1998-03-27 | 3 | -127/+126 |
* | ACE version 4.4.36, released Thu Mar 26 17:23:38 1998. | schmidt | 1998-03-26 | 1 | -2/+2 |
* | sizeof (long double) is 8 on ghs/VxWorks/i386, not 12. | levine | 1998-03-26 | 1 | -2/+2 |
* | (enable,disable): wrapped return statement at end with ACE_NOTREACHED. | levine | 1998-03-26 | 1 | -2/+2 |
* | added some comments | levine | 1998-03-25 | 1 | -7/+10 |
* | don't #define ACE_HAS_TEMPLATE_SPECIALIZATION with egcs 2.91 | levine | 1998-03-25 | 1 | -12/+18 |
* | *** empty log message *** | irfan | 1998-03-25 | 1 | -1/+1 |
* | Added #include "ace/OS.h" to get ACE_static_cast definition | Steve Huston | 1998-03-25 | 1 | -0/+2 |
* | replaced ACE_PAGE_SIZE with ACE_HAS_GETPAGESIZE, and added | levine | 1998-03-24 | 1 | -5/+3 |
* | protected #define of ACE_MAIN so that it can be #defined on the command line | levine | 1998-03-23 | 1 | -1/+3 |
* | (wslen,wscpy): added these, and WChar typedef, for TAO | levine | 1998-03-23 | 2 | -0/+29 |
* | Prevent MAXPATHLEN from getting defined twice. | nanbor | 1998-03-23 | 1 | -1/+3 |
* | ACE version 4.4.35, released Mon Mar 23 02:50:30 1998. | schmidt | 1998-03-23 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1998-03-23 | 3 | -20/+100 |
* | f | schmidt | 1998-03-22 | 1 | -2/+4 |
* | ACE_OS::flock_destroy: lock->lockname_ should be cast to LPTSTR. | nanbor | 1998-03-22 | 1 | -2/+2 |
* | *** empty log message *** | sergio | 1998-03-22 | 1 | -4/+4 |
* | MSVC 4.2 doesn't support CancelIo call. | nanbor | 1998-03-21 | 1 | -1/+1 |
* | Added Msg_WFMO_Reactor. | nanbor | 1998-03-21 | 2 | -3755/+2727 |
* | ACE version 4.4.34, released Fri Mar 20 19:47:34 1998. | schmidt | 1998-03-21 | 1 | -2/+2 |
* | Fixed typos. | nanbor | 1998-03-20 | 1 | -2/+2 |
* | with ACE_LACKS_WCHAR_T, changed wchar_t typedef from long to ACE_UINT32 to en... | levine | 1998-03-20 | 1 | -2/+1 |
* | In 2 sections which calls shared lib load/unload, made g++ the same as | Steve Huston | 1998-03-19 | 1 | -2/+2 |
* | Added user32.lib. | nanbor | 1998-03-19 | 1 | -44/+1166 |
* | CE stuff. | nanbor | 1998-03-19 | 25 | -129/+839 |
* | ACE version 4.4.33, released Wed Mar 18 17:00:10 1998. | schmidt | 1998-03-18 | 1 | -2/+2 |
* | Grab the lock before updating instance_count_. | nanbor | 1998-03-18 | 1 | -0/+2 |
* | *** empty log message *** | alex | 1998-03-18 | 2 | -1/+16 |
* | *** empty log message *** | levine | 1998-03-18 | 1 | -1/+0 |
* | (operator *): initialize retv to 0 to avoid warning about using it before set... | levine | 1998-03-18 | 3 | -6/+6 |
* | *** empty log message *** | irfan | 1998-03-18 | 4 | -1160/+78 |
* | *** empty log message *** | irfan | 1998-03-17 | 6 | -52/+312 |
* | *** empty log message *** | schmidt | 1998-03-17 | 1 | -2/+2 |
* | (gethrtime): with ACE_HAS_CLOCK_GETTIME, carefully construct return value to ... | levine | 1998-03-17 | 1 | -1/+7 |
* | (dump): implemented for platforms w/o ACE_HAS_PRUSAGE_T and ACE_HAS_GETRUSAGE | levine | 1998-03-17 | 2 | -0/+10 |
* | (dump): fleshed out the implementation | levine | 1998-03-17 | 1 | -1/+17 |
* | *** empty log message *** | schmidt | 1998-03-17 | 1 | -2/+2 |
* | Regular CE Tricks [tm]. | nanbor | 1998-03-17 | 2 | -40/+48 |
* | Added ACE_LACKS_STRRCHR. | nanbor | 1998-03-17 | 3 | -8/+22 |
* | *** empty log message *** | irfan | 1998-03-17 | 1 | -7/+15 |
* | (hostname): on Chorus, tyr the HOST environment variable if ::gethostname () ... | levine | 1998-03-16 | 1 | -1/+15 |
* | use units of microseconds instead of seconds if ACE_LACKS_FLOATING_POINT | levine | 1998-03-16 | 2 | -9/+13 |
* | set global_scale_factor_ to 1000 with ACE_HAS_CLOCK_GETTIME, because clock_ge... | levine | 1998-03-16 | 1 | -2/+3 |
* | Extended the ACE_HAS_STL_MAP_CONFLICT to include queue, which clashed | sbw1 | 1998-03-16 | 1 | -0/+13 |