summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-0_1_23'.TAO-0_1_23nobody1998-05-223040-695247/+0
|
* 0.1.23levine1998-05-222-1/+5
|
* 4.5.7levine1998-05-223-3/+7
|
* re-ran make dependlevine1998-05-222-3538/+3562
|
* *** empty log message ***levine1998-05-221-0/+3
|
* (print_results): changed #else to #elif, because it has a condition after itlevine1998-05-221-156/+156
|
* *** empty log message ***levine1998-05-211-0/+3
|
* (main): added ACE_ASSERT with s4 in it, because it was unused otherwiselevine1998-05-211-9/+10
|
* *** empty log message ***levine1998-05-211-0/+4
|
* inlined ACE_Null_Token ctor and dtor in class header because the clone () ↵levine1998-05-212-78/+68
| | | | method needs the ctor inlined, and it's too difficult to get it right with macros
* *** empty log message ***sergio1998-05-216-118/+226
|
* *** empty log message ***levine1998-05-212-21/+32
|
* added support for POSIX 199506 extensionslevine1998-05-211-1/+13
|
* (main): changed type of loop index to u_int to avoid signed/unsigned comparison.levine1998-05-211-73/+73
|
* *** empty log message ***levine1998-05-211-18/+23
|
* (writev_n): added static cast of iov_len to ssize_t to avoid signed/unsigned ↵levine1998-05-211-80/+80
| | | | comparison
* *** empty log message ***nanbor1998-05-212-1/+27
|
* *** empty log message ***nanbor1998-05-211-0/+1
|
* Removed an extra comma after a function implementationnanbor1998-05-211-1/+1
|
* Added strrchr and strchr implementations for CE.nanbor1998-05-211-3/+27
|
* Generalized message formatting on CEnanbor1998-05-212-12/+46
|
* ChangeLogTag:Thu May 21 12:16:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-05-216-131/+3790
|
* *** empty log message ***nanbor1998-05-212-35/+365
|
* Changes for CEnanbor1998-05-211-30/+90
|
* Removed restriction of iteration on CEnanbor1998-05-211-1/+1
|
* ChangeLogTag:Thu May 21 12:16:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-05-212-1/+7
|
* ChangeLogTag:Thu May 21 12:16:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-05-214-30/+1496
|
* *** empty log message ***nanbor1998-05-211-0/+4
|
* Added Stats.cpp into projectsnanbor1998-05-212-0/+46
|
* *** empty log message ***irfan1998-05-211-39/+39
|
* *** empty log message ***levine1998-05-211-0/+3
|
* added used of ACE_Statslevine1998-05-212-12/+40
|
* *** empty log message ***Steve Huston1998-05-211-0/+8
|
* Trying to work around ACE::get_ip_interfaces problems on Win32 with dynamicSteve Huston1998-05-211-6/+16
| | | | address assignment.
* added example usagelevine1998-05-211-1/+11
|
* *** empty log message ***levine1998-05-211-93/+100
|
* Changed a few locals from int to size_t to avoid signed/unsigned comparison. ↵levine1998-05-211-99/+98
| | | | Added const to a char * reinterpret cast. Wrapped and unreachable return with ACE_NOTREACHED.
* *** empty log message ***nanbor1998-05-203-326/+279
|
* converted samples from ACE_hrtime_t to ACE_INT32 for ACE_Statslevine1998-05-201-3/+5
|
* *** empty log message ***levine1998-05-201-0/+5
|
* use ACE_Stats to calculate standard deviationslevine1998-05-201-16/+23
|
* added ACE_Stats classlevine1998-05-203-0/+588
|
* Updated the VERSION and ChangeLog for the 1.4.4 release.eea11998-05-202-12/+17
|
* *** empty log message ***irfan1998-05-201-3/+3
|
* *** empty log message ***irfan1998-05-207-850/+868
|
* Removed two more files related to CUP and JLex.eea11998-05-202-286/+0
|
* Removed the deprecation warning of defineClass in the loadClasseea11998-05-201-1/+18
| | | | | method for loading over a network. I did this by extracting the class name for the URL file name.
* ChangeLogTag:Wed May 20 12:10:12 1998 Carlos O'Ryan <coryan@JIG>coryan1998-05-2031-154/+739
|
* *** empty log message ***levine1998-05-201-0/+4
|
* removed uncommented ACE_LACKS_CONDATTR_PSHARED, so that we canlevine1998-05-201-1/+0
| | | | test whether it's necessary