summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_6_28'.ACE-4_6_28nobody1999-03-132-48/+0
* 4.6.28schmidt1999-03-131-2/+2
* *** empty log message ***irfan1999-03-132-0/+13
* ChangeLogTag:Fri Mar 12 19:13:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-131-1/+7
* For CC 5.0, replaced ACE_LACKS_ACE_IOSTREAMS with ACE_USES_OLD_IOSTREAMSlevine1999-03-121-1/+1
* fixed comment after #endif to match its #ifdef.levine1999-03-121-1/+1
* *** empty log message ***vishal1999-03-121-0/+20
* *** empty log message ***vishal1999-03-121-0/+5
* .schmidt1999-03-121-2/+4
* .schmidt1999-03-121-14/+15
* .schmidt1999-03-121-15/+14
* (ACE_OS::thr_setspecific): on ACE_WIN32 with ACE_HAS_TSS_EMULATION, don't reg...levine1999-03-111-1/+0
* removed unnecessary #includes of ace/IPC_SAP.h, ace/Process.h, and ace/SString.hlevine1999-03-111-4/+1
* ChangeLogTag:Thu Mar 11 12:53:41 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-111-1/+1
* *** empty log message ***schmidt1999-03-112-0/+10
* added an ACE_OS_thread_key_t typedef on WIN32 with ACE_HAS_TSS_EMULATION.levine1999-03-101-4/+7
* Linux has msync() and madvise(), and dlfcn.h is protected by extern "C"Ossama Othman1999-03-101-3/+8
* (exit): added comment that exit () should not be called by main threadlevine1999-03-102-0/+2
* ChangeLogTag:Wed Mar 10 10:57:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-101-1/+1
* Moved ACE_Data_Block::reference_count before ACE_Message_Block::reference_count.nanbor1999-03-101-31/+33
* (length): cast the long argument to an ACE_UINT32, to avoid warning message i...levine1999-03-101-9/+8
* privatize ctor and operator=.nanbor1999-03-091-0/+2
* .schmidt1999-03-091-0/+3
* .schmidt1999-03-092-2/+8
* 4.6.27schmidt1999-03-091-2/+2
* 4.6.26schmidt1999-03-091-2/+2
* Added functions to collect group thr ids/handles and check if a thread is man...nanbor1999-03-092-5/+109
* added FOR_TAO short-cut to ACE_COMPONENTS. If the ACE_COMPONENTSlevine1999-03-091-1/+17
* ChangeLogTag: Mon Mar 8 17:35:04 1999 Gonzalo Diethelm <gonzo@tango.cs.wus...gonzo1999-03-082-9/+49
* oops, added missing ;levine1999-03-081-1/+1
* (handle_signal): added ACE_UNUSED_ARG (sig) if ACE_NDEBUG is defined,levine1999-03-081-0/+5
* Made sure we don't the grp_id when activating the task if it was activated pr...nanbor1999-03-081-1/+1
* (cleanup_tss): updated comment on why we don't call free_all_keys_leftlevine1999-03-061-5/+6
* (cleanup_tss): disabled call to free_all_keys_left () withlevine1999-03-051-0/+7
* (ACE_TSS_Cleanup (),free_all_keys_left ()): with ACE_TSS_Emulationlevine1999-03-051-12/+37
* .schmidt1999-03-052-18/+32
* Removed ACE_THREAD_GUARD macros.nanbor1999-03-051-12/+0
* Use ACE Way to define ACE_Guard's inline functions.nanbor1999-03-052-62/+0
* Removed ACE_LACKS_METHOD_DEFINITIONS_IN_CLASS_TEMPLATE.nanbor1999-03-052-2/+0
* commented out LSRC2, so we don't compile the TEMPLATE_FILESlevine1999-03-041-1/+1
* removed unused TEMPLATE_FILES and LSRC2 macros, and gethrtime build rulelevine1999-03-041-12/+0
* added ACE_LACKS_PRAGMA_ONCE to cxx section, with __DECCXX_VER < 60090010.levine1999-03-041-1/+3
* added ACE_LACKS_PRAGMA once to xlC section.levine1999-03-041-0/+2
* Fixed typos.nanbor1999-03-041-2/+2
* added ACE_OS_Object_Manager::starting_up () and shutting_down (). (ACE_TSS_C...levine1999-03-042-1/+23
* added ACE_MAIN and ACE_MAIN_OBJECT_MANAGER #defines, to supportlevine1999-03-041-0/+5
* conditionally #include Object_Manager.h, only iflevine1999-03-041-22/+10
* removed undef of ACE_HAS_NONSTATIC_OBJECT_MANAGER, because OS.h now condition...levine1999-03-041-4/+4
* (socket_init,socket_fini): replaced use of cerr with ACE_OS::fprintf.levine1999-03-041-4/+8
* Restored 4.6.25 versionsjcej1999-03-043-66/+42