summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* fooschmidt1997-01-3116-86/+947
* oops, removed extra ;levine1997-01-301-1/+1
* added ACE_HAS_AIX_HIRES_TIMER support. Also, renamed get_time () to elapsed_...levine1997-01-303-14/+14
* define hrtime_t as long long if ACE_HAS_AIX_HIRES_TIMERlevine1997-01-301-3/+5
* added AIX 4.x supportlevine1997-01-301-0/+7
* added ACE_HAS_LONGLONG_Tlevine1997-01-301-0/+1
* -- uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks,levine1997-01-301-63/+18
* uninlined ACE_OS::gethostbyname (), and ACE_OS::inet_ntoa () on VxWorks, beca...levine1997-01-301-0/+46
* added ACE_HAS_AIX_HIRES_TIMERlevine1997-01-302-0/+2
* changed switch (priority_class) to switch (priority_class_) on Win32 and VxWo...levine1997-01-301-39/+2
* Changed ACE_prio_t to an int for win32harrison1997-01-301-1/+1
* Fixed a wee lil bugharrison1997-01-301-8/+4
* Fixed a tiny little bug.harrison1997-01-301-1/+1
* moved ACE_id_t and ACE_pri_t typedefs out of the ACE_HAS_THREADS sectionlevine1997-01-291-11/+11
* updated commentslevine1997-01-295-64/+81
* fixed ACE_OS::set_sched_params on Win32 and VxWorkslevine1997-01-291-16/+21
* fooschmidt1997-01-292-15/+13
* *** empty log message ***schmidt1997-01-292-25/+11
* fooschmidt1997-01-294-1/+53
* *** empty log message ***irfan1997-01-297-7276/+91
* fooschmidt1997-01-296-204/+178
* (init_acquire): cast this->minimum_bytes_ to size_t to avoid comiplier warnin...levine1997-01-291-1/+1
* added ACE_OS::set_sched_params (), and ACE_Scheduling_Parameters and ACE_Thre...levine1997-01-298-0/+761
* leaseschmidt1997-01-291-6/+5
* fooschmidt1997-01-299-15/+31
* *** empty log message ***irfan1997-01-281-4/+4
* *** empty log message ***irfan1997-01-283-6/+22
* ::strncat () instead of ACE_OS::strcat (); "lock_name_for_backing_store" inst...levine1997-01-281-3/+3
* (both ctors): reordered initializers to fit declaration orderlevine1997-01-281-4/+4
* changed "sizeof TCHAR" to "sizeof (TCHAR)" because g++ and Sun C++ (properly)...levine1997-01-282-5/+5
* changed "sizeof char" to "sizeof (char)" because g++ and Sun C++ (properly) c...levine1997-01-285-6/+6
* changed "sizeof char" to "sizeof (char)" because g++ (properly) choked on itlevine1997-01-281-2/+2
* *** empty log message ***irfan1997-01-2814-42/+85
* added -noex back because exception handling seems flakey with Sun C++levine1997-01-272-2/+4
* *** empty log message ***irfan1997-01-263-0/+10
* commented out ACE_HAS_EXCEPTIONS #define because exceptions cause core dumps ...levine1997-01-261-1/+12
* foschmidt1997-01-253-105/+56
* *** empty log message ***irfan1997-01-253-310/+6691
* *** empty log message ***irfan1997-01-253-5/+14
* added ACE_HAS_INLINED_OSCALLS, if __ACE_INLINE__ is #definedlevine1997-01-231-0/+4
* commented out ACE_HAS_EXCEPTIONS because -fhandle-exceptions is broken in g++...levine1997-01-231-1/+11
* *** empty log message ***schmidt1997-01-2334-759/+789
* wrapped #define ACE_HAS_INLINED_OSCALLS with #if defined (__ACE_INLINE__)levine1997-01-221-0/+4
* fixed typo in comment header for ACE_Thread_Semaphorelevine1997-01-221-1/+1
* fooschmidt1997-01-224-8/+20
* removed ACE_NO_TSS_TOKENS from GHS config filelevine1997-01-221-1/+0
* protect ACE_HAS_INLINED_OSCALLS #defined with #if defined (__ACE_INLINE__)levine1997-01-222-0/+8
* replace "ACE_TSS<ACE_TPQ_Entry>" with "ACE_TPQ_ENTRY" in dump () so that ACE_...levine1997-01-221-1/+1
* added ACE_NO_TSS_TOKENS because Green Hills 1.8.8 needs it with inlining disa...levine1997-01-221-0/+1
* changed NULL to 0 for other than WIN32levine1997-01-203-8/+6