summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLogTag:Wed May 19 15:12:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-192-8/+7
|
* ChangeLogTag:Wed May 19 15:12:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-193-7/+18
|
* Added some missing typecodes to fini() - ones that I had left out.parsons1999-05-191-0/+8
|
* ChangeLogTag:Wed May 19 13:07:06 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-191-9/+9
|
* ChangeLogTag:Wed May 19 13:07:06 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-191-3/+3
|
* *** empty log message ***irfan1999-05-196-369/+463
|
* ChangeLogTag:Wed May 19 13:07:06 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-192-6/+8
|
* Wed May 19 10:52:15 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-192-12/+15
|
* *** empty log message ***parsons1999-05-191-1/+1
|
* *** empty log message ***parsons1999-05-192-1/+9
|
* protected #define of ACE_USE_THREAD_MANAGER_ADAPTERlevine1999-05-191-2/+5
|
* added #define ACE_USE_THREAD_MANAGER_ADAPTER,levine1999-05-191-0/+2
| | | | so that ACE_Thread_Exit isn't needed in the ACE_OS layer.
* *** empty log message ***levine1999-05-191-0/+5
|
* *** empty log message ***pradeep1999-05-191-2/+30
|
* *** empty log message ***pradeep1999-05-195-997/+57
|
* *** empty log message ***pradeep1999-05-197-743/+958
|
* Fixed problems for platforms without FLcoryan1999-05-191-9/+15
|
* Fixed error in last commit.coryan1999-05-191-1/+1
|
* ChangeLogTag:Tue May 18 22:19:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-1916-55/+2236
|
* *** empty log message ***levine1999-05-191-11/+17
|
* removed suppression of warning 9 (nested comment not allowed) on Digital ↵levine1999-05-193-3/+16
| | | | Unix 5.0 and later
* I forgot to commit the file when Mike Mazurek was added.coryan1999-05-181-0/+1
|
* Very simple test for the Proactor. Thin version of test_proactor.cppalex1999-05-181-0/+260
|
* no messageSteve Huston1999-05-181-0/+5
|
* Added #include "ace/SString.h" to catch def for ACE_TokenizerSteve Huston1999-05-181-0/+1
|
* Bring in command processor before using 'FOR'.nanbor1999-05-181-1/+1
|
* *** empty log message ***nanbor1999-05-181-0/+7
|
* .schmidt1999-05-183-11/+14
|
* *** empty log message ***schmidt1999-05-181-0/+2
|
* *** empty log message ***levine1999-05-181-2/+2
|
* removed Green Hills warning suppression because it's no longer necessarylevine1999-05-181-6/+0
|
* .schmidt1999-05-185-167/+35
|
* *** empty log message ***joeh1999-05-181-0/+6
|
* *** empty log message ***schmidt1999-05-181-0/+8
|
* Forcing ACE_TLI_Stream's recv method to call ACE_OS::t_rcv rather than ↵joeh1999-05-181-1/+1
| | | | ACE_OS::read
* removed DU cxx warning suppressions because they're no longerlevine1999-05-181-10/+0
| | | | necessary (at least with cxx 6.2-020).
* *** empty log message ***levine1999-05-181-19/+25
|
* .schmidt1999-05-185-8/+100
|
* removed suppression of warning 1180, statement causes unreachablelevine1999-05-181-5/+1
| | | | return, because it's no longer necessary.
* *** empty log message ***levine1999-05-181-0/+6
|
* replaced Hash_Map_Manager with a simple array. This avoids dynamiclevine1999-05-181-92/+50
| | | | | allocation in the signal handler. And, it avoids having to specialize ACE_Hash<ACE_hthread_t> on platforms that have a pthread_t struct.
* *** empty log message ***levine1999-05-181-18/+26
|
* *** empty log message ***schmidt1999-05-181-0/+9
|
* ChangeLogTag:Tue May 18 10:14:47 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-1810-949/+2025
|
* *** empty log message ***levine1999-05-181-0/+5
|
* removed Thread_Manager_Test.hlevine1999-05-183-1068/+550
|
* *** empty log message ***schmidt1999-05-181-0/+1
|
* *** empty log message ***irfan1999-05-182-3/+26
|
* only use the ACE_Hash<ACE_hthread_t> specialization on Digital Unixlevine1999-05-181-0/+2
|
* added a couple more explicit template instantiations. Thanks tolevine1999-05-181-17/+44
| | | | | Carlos for reporting that they're needed on Irix. And, added an ACE_Hash<ACE_hthread_t> specialization to keep DU cxx happy.