summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'JACE-1-1'.JACE-1-1nobody1997-01-301405-261906/+0
* Made changes resulting from working through a simple Logger example.Chris Cleeland1997-01-305-11/+122
* Fixed a tiny little bug.harrison1997-01-301-1/+1
* *** empty log message ***levine1997-01-291-0/+5
* added chmod to VERSION in TIMESTAMPlevine1997-01-291-0/+1
* moved ACE_id_t and ACE_pri_t typedefs out of the ACE_HAS_THREADS sectionlevine1997-01-291-11/+11
* *** empty log message ***irfan1997-01-291-1/+1
* make release: updated timestampschmidt1997-01-291-1/+1
* *** empty log message ***levine1997-01-291-0/+12
* added context_switch_time.cpplevine1997-01-294-17/+1885
* updated commentslevine1997-01-295-64/+81
* fixed ACE_OS::set_sched_params on Win32 and VxWorkslevine1997-01-291-16/+21
* make release: updated timestampschmidt1997-01-291-1/+1
* fooschmidt1997-01-292-15/+13
* *** empty log message ***schmidt1997-01-295-29/+25
* make release: updated timestampschmidt1997-01-291-1/+1
* fooschmidt1997-01-292-9/+1
* make release: updated timestampschmidt1997-01-291-1/+1
* *** empty log message ***irfan1997-01-291-0/+2
* fooschmidt1997-01-295-20/+86
* *** empty log message ***irfan1997-01-297-7276/+91
* fooschmidt1997-01-296-204/+178
* *** empty log message ***irfan1997-01-293-5/+16
* *** empty log message ***levine1997-01-291-0/+3
* (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-299-0/+771
* leaseschmidt1997-01-296-29/+87
* make release: updated timestampschmidt1997-01-291-1/+1
* fooschmidt1997-01-2914-115/+156
* make release: updated timestampschmidt1997-01-291-1/+1
* *** empty log message ***irfan1997-01-281-4/+4
* *** empty log message ***irfan1997-01-281-2/+2
* *** empty log message ***irfan1997-01-281-2/+2
* make release: updated timestampschmidt1997-01-281-1/+1
* *** empty log message ***irfan1997-01-285-13/+33
* "sizeof (char)" instead of "sizeof char"levine1997-01-281-1/+1
* *** empty log message ***levine1997-01-281-3/+4
* *** empty log message ***levine1997-01-281-0/+3
* removed -fno-strict-prototypes because it's not needed with SunOS 5.5.1levine1997-01-281-1/+1
* *** empty log message ***levine1997-01-281-2/+25
* ::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-284-21/+64
* *** empty log message ***irfan1997-01-2814-42/+85
* *** empty log message ***levine1997-01-271-0/+10
* added -noex back because exception handling seems flakey with Sun C++levine1997-01-274-4/+6
* *** empty log message ***irfan1997-01-265-60/+191