summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* isatty (for Win32) added conversion from HANDLE to fd.nanbor1998-01-281-1/+2
* rearranged LONG_LONG code so that it works on NT, etc.levine1998-01-281-43/+27
* *** empty log message ***schmidt1998-01-282-0/+9
* *** empty log message ***schmidt1998-01-272-3/+3
* oops, fixed ACE_SIZEOF_LONG_LONG for Solarislevine1998-01-271-2/+4
* more cleanup: got rid of ACE_USES_ACE_U_LONGLONG, replace VXWORKS && ghs with...levine1998-01-273-17/+19
* removed special-case support for ACE_HAS_SIGNFO_T, because ace/OS.h declares ...levine1998-01-271-12/+8
* Simplified the file by separating the ACE_SIZEOF... settings and theSteve Huston1998-01-271-196/+234
* More WinCE insanities.nanbor1998-01-273-8/+114
* moved ACE_LACKS_TCP_H so that it is only seen on alphaslevine1998-01-271-3/+4
* ACE version 4.4.22, released Mon Jan 26 10:28:57 1998.schmidt1998-01-261-2/+2
* Changed/Added ACE_HAS_BROKEN_NAMESPACES, re-enable default setting of ACE_ORB...nanbor1998-01-264-9/+11
* Temporary workspace to hold Windows CE specific configuration. This file wil...nanbor1998-01-261-0/+92
* Windows CE madness.nanbor1998-01-264-626/+1722
* Disable setting ACE_ORBIX_HAS_NAMESPACES by default.nanbor1998-01-251-3/+6
* (kill_thr): On VxWorks, use strncmp instead of strcmp to check for allocated ...levine1998-01-241-7/+8
* (thr_create): On VxWorks, use strncmp instead of strcmp to check for allocate...levine1998-01-241-2/+3
* (thr_kill): removed ACE_ADAPT_RETVAL because ::taskNameToID returns the task ...levine1998-01-241-2/+1
* *** empty log message ***schmidt1998-01-231-1/+1
* added ACE_HAS_EXCEPTIONS, etc., with CXX 6.0levine1998-01-231-44/+55
* look for __DECCXX_VER instead of DEC_CXXlevine1998-01-231-2/+2
* use std::string if ACE_USES_STD_NAMESPACE_FORSTDCPP_LIBlevine1998-01-231-0/+5
* added GreenHills supportlevine1998-01-221-18/+27
* #define ACE_THR_PRI_FIFO_DEF on all threaded platformslevine1998-01-221-0/+15
* On VxWorks only, changed flag to indicate that tid was allocatedlevine1998-01-221-3/+3
* (thr_create): added support for setting stack size on VxWorks, though it does...levine1998-01-221-29/+61
* updated to work with g++levine1998-01-221-4/+4
* (thr_create): on VxWorks only, use the t_id (task name) if suppliedlevine1998-01-221-25/+42
* added support for passing a user-suppliedlevine1998-01-221-1/+36
* (ACE_Hash_Map_Iterator_Base ctor): added a cast of mm.total_size_ to ssize_t,levine1998-01-221-17/+17
* Replaced the HPUX_11 destructor madness with calling destructor from a tempor...nanbor1998-01-221-7/+2
* ACE version 4.4.21, released Wed Jan 21 20:36:43 1998.Chris Cleeland1998-01-221-2/+2
* used unsigned constants instead of signed, to allow resolution of overloaded ...levine1998-01-211-15/+15
* (activate): for builds without threads only, added ACE_UNUSED_ARG of stack an...levine1998-01-211-0/+2
* ACE version 4.4.20, released Tue Jan 20 21:15:01 1998.schmidt1998-01-211-2/+2
* Fixed a bug that was introduced on Sunday because of the non-use ofbrunsch1998-01-201-2/+2
* Added a return_node () method which is used to return a ACE_Timer_Nodebrunsch1998-01-202-0/+13
* ACE version 4.4.19, released Tue Jan 20 15:52:31 1998.schmidt1998-01-201-2/+2
* Added initialization for ACE_Hash_Map_Manager::table_.nanbor1998-01-201-0/+2
* Should release old memory before allocating new one in create_bucket.nanbor1998-01-201-0/+4
* Added conversion function for unsigned short.nanbor1998-01-201-0/+6
* Fixed the problem with Timer_Heap where -0 was showing up in the free listbrunsch1998-01-191-2/+2
* New configuration file for SunOS 5.6nanbor1998-01-191-0/+223
* Small fix.brunsch1998-01-191-1/+1
* *** empty log message ***schmidt1998-01-191-2/+2
* Fixed a problem with Timer Wheel's expire(). The problem occured when thebrunsch1998-01-181-1/+2
* *** empty log message ***schmidt1998-01-183-5/+9
* *** empty log message ***schmidt1998-01-183-3/+16
* Added pure virtual get_first() method to Timer_Queue_T. Addedbrunsch1998-01-185-0/+34
* *** empty log message ***irfan1998-01-171-3/+3