summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***irfan1998-12-121-3/+4
* addedlevine1998-12-121-0/+18
* Added enqueue_tail and dequeue_headnanbor1998-12-113-4/+29
* ACE_Message_Queue_NT changes.nanbor1998-12-116-2/+480
* updated comment on why explicit instantiation isn't used with Sun CClevine1998-12-101-17/+18
* replaced ACE_LACKS_GETPGID with a getpgid () prototype.levine1998-12-101-1/+6
* added getpgid () prototypelevine1998-12-101-3/+3
* added ACE_LACKS_FSYNClevine1998-12-101-69/+48
* 4.6.7levine1998-12-101-2/+2
* Removed ACE_HAS_STRUCT_PROTOENT_DATA, because it is no longer used.levine1998-12-092-6/+1
* restored ACE_LACKS_GETPGID, because ::getpgid () isn't found on Alpha.levine1998-12-091-1/+1
* removed ACE_LACKS_GETPGIDlevine1998-12-093-3/+1
* moved ACE_LACKS_FSYNClevine1998-12-091-1/+1
* *** empty log message ***irfan1998-12-091-1/+1
* *** empty log message ***irfan1998-12-092-0/+2
* *** empty log message ***irfan1998-12-091-0/+3
* *** empty log message ***irfan1998-12-093-3/+10
* .schmidt1998-12-091-3/+3
* Added fsync() method to ACE_OS.Ossama Othman1998-12-083-4/+14
* Added a number of methods - register/remove a service, as well as SCP-like me...Steve Huston1998-12-083-3/+441
* 4.6.6cdgill1998-12-081-2/+2
* Once againnanbor1998-12-082-2/+2
* Removed redundant ACE_Time_Date class definition.nanbor1998-12-081-8/+0
* *** empty log message ***irfan1998-12-084-44/+58
* *** empty log message ***irfan1998-12-082-15/+68
* added entries for new ACE macros to READMEcdgill1998-12-071-0/+4
* (std_dev): added comments to not reformat some code. It compiles withlevine1998-12-071-9/+15
* *** empty log message ***irfan1998-12-071-0/+8
* *** empty log message ***irfan1998-12-071-0/+40
* Changes for pSOS using Diab 4.2a releasecdgill1998-12-0612-185/+345
* use ACE_NLOGGING instead of ACE_NDEBUGlevine1998-12-069-20/+20
* added if NDEBUG protection to some local variables and ACE_UNUSED_ARG to some...levine1998-12-069-158/+181
* (Svc_Conf_Tokens.h): escaped $Id$ stringlevine1998-12-061-1/+1
* Protected some of the ACE_DEBUG statements with a ACE::debug () check.brunsch1998-12-051-6/+9
* moved -DVXWORKS from platform_vxworks5.x_* files to config-vxworks5.x.h, to r...levine1998-12-041-0/+4
* (std_dev): fixed difference calculation so that it always calculates a non-ne...levine1998-12-041-16/+10
* .schmidt1998-12-021-0/+1
* fstat needs to close down the fd opened by open_osfhandle.nanbor1998-12-021-1/+7
* .schmidt1998-12-021-0/+7
* added ESUCCESS, if not #definedlevine1998-12-011-0/+4
* used ESUCCESS, now that it's in OS.hlevine1998-12-011-2/+2
* (recv,recv_n): use 0 instead of ESUCCESS, because ESUCCESS isn'tlevine1998-12-011-2/+2
* Disallow compilation on FreeBSD 2.x. Added ACE_HAS_SIGWAIT.nanbor1998-12-011-1/+5
* Support sigwait for FreeBSD 3.0 or over.nanbor1998-12-011-1/+1
* (recv,recv_n): set errno to ESUCCESS. (eof): cleaned up a bit.levine1998-12-011-11/+14
* Since type key_t might be something other than int (e.g., a long),jxh1998-12-011-1/+4
* 4.6.5levine1998-12-011-2/+2
* Fixed a bug introduced when someone genericized the creation strategyjxh1998-12-012-18/+32
* uninlined ACE_OS::exit (), so that ACE_Object_Manager_fini () is no longer ne...levine1998-11-304-49/+47
* added ACE_Object_Manager_fini to avoid circular include problemslevine1998-11-303-6/+15