summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* (thr_create): SunOS 5.7 allows thread priority of 0, so we no longer need to ...levine1999-03-241-27/+33
* undef ACE_HAS_ONLY_SCHED_OTHER, because other scheduling policies are support...levine1999-03-241-0/+3
* Uninlined ACE_Map_Manager_Interator_Base::operator*nanbor1999-03-232-56/+58
* * ace/OS.h:Ossama Othman1999-03-233-17/+8
* * ace/OS.h:Ossama Othman1999-03-232-14/+0
* Supress warning 4290 on MSVC.nanbor1999-03-231-0/+5
* .schmidt1999-03-231-2/+5
* Removed tabs and trailing spaces.Steve Huston1999-03-231-3/+3
* Revised state(DWORD *, ACE_Time_Value*) to always return -1 on any error;Steve Huston1999-03-231-14/+19
* (tss_close): don't call ACE_OS::thr_keyfree, because it doesn't free the nati...levine1999-03-221-1/+1
* (cleanup_tss): added tss_close (), to enable deleting the native key on progr...levine1999-03-222-6/+15
* removed ACE_FINI_HOOK supportlevine1999-03-222-10/+0
* Fixed TLS key leaks on Win32.nanbor1999-03-221-2/+8
* 4.6.31schmidt1999-03-221-2/+2
* 4.6.30schmidt1999-03-221-2/+2
* Mucho ACE+autoconf updates. :)Ossama Othman1999-03-222-34764/+52
* Fixed typo in last commit.coryan1999-03-221-1/+1
* ChangeLogTag:Sun Mar 21 17:59:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-221-1/+4
* * ace/config-g++-common.h (ACE_HAS_USING_KEYWORD):Ossama Othman1999-03-211-0/+1
* ChangeLogTag:Sat Mar 20 19:10:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-214-50/+324
* removed complex support from ACE_Object_Manager for cleanup of somelevine1999-03-202-174/+14
* Starting to do the "real" ACE+autoconf integration.Ossama Othman1999-03-202-3/+35565
* *** empty log message ***irfan1999-03-203-92/+92
* ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-201-4331/+367
* ChangeLogTag:Fri Mar 19 17:31:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-191-1/+1
* removed extra at_exit () call, it was only intended for testinglevine1999-03-191-2/+0
* *** empty log message ***irfan1999-03-191-1/+1
* ChangeLogTag:Fri Mar 19 15:03:54 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-193-719/+749
* use ace_components to record which components are in the ACE library, and the...levine1999-03-191-1/+9
* executed instead of called, in description of ACE_FINI_HOOKlevine1999-03-191-1/+1
* *** empty log message ***levine1999-03-191-4/+6
* with ACE_HAS_TSS_EMULATION, #define ACE_FINI_HOOK to insert alevine1999-03-191-19/+27
* (ACE_OS_Object_Manager ctor): allow newer instances to overwrite older ones, ...levine1999-03-191-10/+16
* (ACE_Object_Manager ctor): allow newer instances to overwrite older ones, in ...levine1999-03-191-9/+11
* (instance): removed at_exit () calls from both ACE_Singleton andlevine1999-03-191-13/+17
* *** empty log message ***irfan1999-03-192-2/+2
* Removing MFC dependencynanbor1999-03-196-993/+1553
* fixed compare function, added some commentsmarina1999-03-193-13/+28
* Remove =0 from ~ACE_Message_Queue_Base.Steve Huston1999-03-181-1/+1
* *** empty log message ***nanbor1999-03-181-1/+1
* *** empty log message ***irfan1999-03-181-1/+1
* *** empty log message ***vishal1999-03-181-1/+2
* *** empty log message ***vishal1999-03-181-2/+1
* *** empty log message ***vishal1999-03-181-1/+2
* *** empty log message ***vishal1999-03-171-3/+3
* *** empty log message ***nanbor1999-03-171-0/+2
* .schmidt1999-03-172-4/+5
* * ace/Message_Block.i (space): Moved ACE_Message_Block::space()Ossama Othman1999-03-171-7/+7
* (strenvdup): initialized temp to 0 to avoid warnings from VxWorks g++levine1999-03-171-7/+7
* (argv_to_string): initialized temp to 0 to avoid warnings from VxWorks g++levine1999-03-171-2/+2