summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_5_44'.ACE-4_5_44nobody1998-10-053032-801196/+0
|
* 4.5.44levine1998-10-054-4/+8
|
* *** empty log message ***levine1998-10-051-3/+3
|
* 0.2.15schmidt1998-10-053-3/+7
|
* 4.5.43schmidt1998-10-054-4/+8
|
* .schmidt1998-10-053-36/+49
|
* READMEschmidt1998-10-051-0/+5
|
* .schmidt1998-10-051-1/+1
|
* *** empty log message ***kirthika1998-10-051-1/+1
|
* .schmidt1998-10-051-1/+1
|
* *** empty log message ***jcej1998-10-052-0/+10
|
* (print_priority_info): use ACE_OS::getpid () instead of getpid ().levine1998-10-051-2/+2
|
* *** empty log message ***levine1998-10-051-0/+3
|
* *** empty log message ***levine1998-10-051-70/+76
|
* added ACE_LACKS_LONGLONG_T supportlevine1998-10-057-911/+950
|
* *** empty log message ***levine1998-10-051-0/+3
|
* added some ifdefs so that it builds cleanly with ACE_HAS_POSIX_SEMlevine1998-10-051-2/+11
|
* ChangeLogTag:Mon Oct 5 11:28:02 1998 Carlos O'Ryancoryan1998-10-051-0/+10
| | | | <coryan@cs.wustl.edu>
* *** empty log message ***levine1998-10-051-1/+1
|
* *** empty log message ***levine1998-10-051-0/+5
|
* added ACE_LACKS_TRUNCATElevine1998-10-051-0/+1
|
* *** empty log message ***gokhale1998-10-052-12/+8
|
* *** empty log message ***gokhale1998-10-0513-113/+246
|
* (run): declare loop index "i" outside of loop because it is used againlevine1998-10-051-13/+15
|
* *** empty log message ***jxh1998-10-051-0/+7
|
* Additional interfaces for JAWS.jxh1998-10-053-1/+13
|
* *** empty log message ***jxh1998-10-054-16/+38
|
* Trying to use sanctioned way of applying asynch IO.jxh1998-10-056-63/+55
|
* *** empty log message ***jxh1998-10-053-5/+7
|
* removed ACE_HAS_PTHREAD_YIELD_VOIDPTR, because it's no longer usedlevine1998-10-052-4/+0
|
* *** empty log message ***levine1998-10-051-15/+27
|
* removed ACE_HAS_PTHREAD_GETSPECIFIC_DATAPTR, because it's no longer usedlevine1998-10-0510-15/+0
|
* Carlos' bug fix.nanbor1998-10-051-4/+2
|
* .schmidt1998-10-052-1/+7
|
* ChangeLogTag:Sun Oct 4 20:00:44 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-052-4/+13
|
* ChangeLogTag:Sun Oct 4 19:48:25 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-052-0/+19
|
* ChangeLogTag:Sun Oct 4 16:37:23 1998 Carlos O'Ryancoryan1998-10-041-1/+1
| | | | <coryan@tango.cs.wustl.edu>
* ChangeLogTag:Sun Oct 4 16:37:23 1998 Carlos O'Ryan ↵coryan1998-10-0410-202/+1522
| | | | <coryan@tango.cs.wustl.edu>
* Make sure <notify_handler_> never gets suspended without holding the <token_>.nanbor1998-10-041-6/+13
|
* *** empty log message ***nanbor1998-10-041-0/+14
|
* ChangeLogTag:Sun Oct 4 15:40:05 1998 Balachandra Natarajancoryan1998-10-042-2/+5
| | | | <bala@lambada.cs.wustl.edu>
* *** empty log message ***bala1998-10-042-1/+4
|
* *** empty log message ***levine1998-10-041-28/+34
|
* use IIOP instead of URL style obj refs, for maximum performancelevine1998-10-044-8/+1
|
* Reverted changecoryan1998-10-041-2/+1
|
* *** empty log message ***alex1998-10-041-0/+32
|
* Added code to handle Binary Search operation lookup strategy. Not yetalex1998-10-041-52/+200
| | | | tested with GPERF.
* Added class for Binary Search operation lookup strategy.alex1998-10-042-47/+123
|
* New LOOKUP_STRATEGY enum for Binary search.alex1998-10-041-1/+2
|
* Added private methods to generate code for binary searh and linearalex1998-10-041-15/+24
| | | | | search. Not yet tested with GPERF. Doesnt harm using the old operation lookup strategies.