summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* ACE_OS::gettimeofday doesn't take any argumentnanbor1998-03-271-1/+1
* oops, pass op along to gettime ()levine1998-03-271-5/+4
* oops, added missing commalevine1998-03-271-1/+1
* (gethrtime): added an optional argument to allow specifying start/increment/s...levine1998-03-275-25/+82
* Added #include "ace/Service_Repository.h" to build on HP-UX.Steve Huston1998-03-271-0/+1
* moved setting of ACE_SIZEOF_LONG_DOUBLE to 12 from Basic_Types.h to config-g+...levine1998-03-275-7/+14
* Changed template parameter SIZE to ACE_SIZE.nanbor1998-03-273-127/+126
* ACE version 4.4.36, released Thu Mar 26 17:23:38 1998.schmidt1998-03-261-2/+2
* sizeof (long double) is 8 on ghs/VxWorks/i386, not 12.levine1998-03-261-2/+2
* (enable,disable): wrapped return statement at end with ACE_NOTREACHED.levine1998-03-261-2/+2
* added some commentslevine1998-03-251-7/+10
* don't #define ACE_HAS_TEMPLATE_SPECIALIZATION with egcs 2.91levine1998-03-251-12/+18
* *** empty log message ***irfan1998-03-251-1/+1
* Added #include "ace/OS.h" to get ACE_static_cast definitionSteve Huston1998-03-251-0/+2
* replaced ACE_PAGE_SIZE with ACE_HAS_GETPAGESIZE, and addedlevine1998-03-241-5/+3
* protected #define of ACE_MAIN so that it can be #defined on the command linelevine1998-03-231-1/+3
* (wslen,wscpy): added these, and WChar typedef, for TAOlevine1998-03-232-0/+29
* Prevent MAXPATHLEN from getting defined twice.nanbor1998-03-231-1/+3
* ACE version 4.4.35, released Mon Mar 23 02:50:30 1998.schmidt1998-03-231-2/+2
* *** empty log message ***irfan1998-03-233-20/+100
* fschmidt1998-03-221-2/+4
* ACE_OS::flock_destroy: lock->lockname_ should be cast to LPTSTR.nanbor1998-03-221-2/+2
* *** empty log message ***sergio1998-03-221-4/+4
* MSVC 4.2 doesn't support CancelIo call.nanbor1998-03-211-1/+1
* Added Msg_WFMO_Reactor.nanbor1998-03-212-3755/+2727
* ACE version 4.4.34, released Fri Mar 20 19:47:34 1998.schmidt1998-03-211-2/+2
* Fixed typos.nanbor1998-03-201-2/+2
* with ACE_LACKS_WCHAR_T, changed wchar_t typedef from long to ACE_UINT32 to en...levine1998-03-201-2/+1
* In 2 sections which calls shared lib load/unload, made g++ the same asSteve Huston1998-03-191-2/+2
* Added user32.lib.nanbor1998-03-191-44/+1166
* CE stuff.nanbor1998-03-1925-129/+839
* ACE version 4.4.33, released Wed Mar 18 17:00:10 1998.schmidt1998-03-181-2/+2
* Grab the lock before updating instance_count_.nanbor1998-03-181-0/+2
* *** empty log message ***alex1998-03-182-1/+16
* *** empty log message ***levine1998-03-181-1/+0
* (operator *): initialize retv to 0 to avoid warning about using it before set...levine1998-03-183-6/+6
* *** empty log message ***irfan1998-03-184-1160/+78
* *** empty log message ***irfan1998-03-176-52/+312
* *** empty log message ***schmidt1998-03-171-2/+2
* (gethrtime): with ACE_HAS_CLOCK_GETTIME, carefully construct return value to ...levine1998-03-171-1/+7
* (dump): implemented for platforms w/o ACE_HAS_PRUSAGE_T and ACE_HAS_GETRUSAGElevine1998-03-172-0/+10
* (dump): fleshed out the implementationlevine1998-03-171-1/+17
* *** empty log message ***schmidt1998-03-171-2/+2
* Regular CE Tricks [tm].nanbor1998-03-172-40/+48
* Added ACE_LACKS_STRRCHR.nanbor1998-03-173-8/+22
* *** empty log message ***irfan1998-03-171-7/+15
* (hostname): on Chorus, tyr the HOST environment variable if ::gethostname () ...levine1998-03-161-1/+15
* use units of microseconds instead of seconds if ACE_LACKS_FLOATING_POINTlevine1998-03-162-9/+13
* set global_scale_factor_ to 1000 with ACE_HAS_CLOCK_GETTIME, because clock_ge...levine1998-03-161-2/+3
* Extended the ACE_HAS_STL_MAP_CONFLICT to include queue, which clashedsbw11998-03-161-0/+13