summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_6_32'.ACE-4_6_32nobody1999-03-302-48/+0
* 4.6.32schmidt1999-03-301-2/+2
* .schmidt1999-03-301-1/+2
* * ace/OS.i (getpwnam_r): Added patch contributed by Roland GiglerOssama Othman1999-03-301-1/+3
* Moved ACE_NEW_THROW* and ACE_GUARD_THROW* to CORBA_macros.hnanbor1999-03-282-41/+75
* Added ACE_NEEDS_SCHED_H.nanbor1999-03-271-0/+1
* Replaced ACE_LACKS_SCHED_H with ACE_NEEDS_SCHED_Hnanbor1999-03-276-6/+11
* ChangeLogTag:Fri Mar 26 18:16:25 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-273-5/+0
* Defined cuserid as an extern "C" function.nanbor1999-03-271-1/+1
* Only include <sched.h> when !defined (ACE_LACKS_SCHED_H)nanbor1999-03-271-4/+4
* On Win32 platforms that support RUsage, Profile_Timer will use both thatbrunsch1999-03-263-30/+153
* * ace/OS.h: Added __USLC__ to list of macros in the conditional thatOssama Othman1999-03-261-1/+1
* ChangeLogTag:Thu Mar 25 16:31:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-251-0/+4
* * ace/OS.h:Ossama Othman1999-03-252-2/+5
* Warn users not to define _MT and _DLL themself.nanbor1999-03-251-0/+4
* Added ACE_DEFAULT_TEMP_DIR_ENV to be "TEMP" for WIN32 and "TMP" foralex1999-03-251-1/+13
* Now uses the High Res Timer on Win32 instead of rusage.brunsch1999-03-243-3/+3
* Changed the implementation of the High Resolution Timer to usebrunsch1999-03-243-71/+11
* * ace/OS.cpp (ACE_OS_PREALLOCATE_OBJECT): Initialized obj_p to zeroOssama Othman1999-03-241-1/+1
* Made sure we can pass out eh safely before we do so.nanbor1999-03-242-2/+2
* (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