summaryrefslogtreecommitdiff
path: root/ace
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***schmidt1997-12-191-1/+2
|
* started adding support for threads on alpha (glibc)levine1997-12-181-11/+27
|
* (eof): made the return type, int, explicitlevine1997-12-181-2/+2
|
* Rearranged ACE_Thread_Adapter::invoke to cleanup, print error messages, and ↵nw11997-12-182-40/+54
| | | | rethrow w32 structural exception.
* ChangeLogTag:Thu Dec 18 15:49:20 1997 Carlos O'Ryan ↵coryan1997-12-181-1/+0
| | | | <coryan@macarena.cs.wustl.edu>
* - Filecache changed -- debugged writing a file.jxh1997-12-183-40/+87
| | | | | | - Filecache changed -- can select if mapping is desired. - OS.h -- added new #defines to facilitate forward declarations of ACE_Export classes.
* *** empty log message ***schmidt1997-12-181-4/+0
|
* hard-code ACE_SIZEOF_LONG_DOUBLE on __sgilevine1997-12-181-2/+6
|
* removed dependence on ACE_U_LongLonglevine1997-12-182-71/+46
|
* look for ULONGLONG_MAX, which Irix 6.x useslevine1997-12-181-1/+11
|
* On Digital Unix 4.0, only declare sigwait () with cxx, not with g++levine1997-12-181-4/+4
|
* ACE version 4.4.6, released Wed Dec 17 23:28:46 1997.schmidt1997-12-181-2/+2
|
* *** empty log message ***schmidt1997-12-181-14/+28
|
* (sigwait): removed DEC cxx version dependence; fixed return value to depend ↵levine1997-12-172-76/+62
| | | | on errno being equal to 0, not -1
* fixed a couple of comments on #endif'slevine1997-12-171-31/+30
|
* pSOS portcdgill1997-12-173-10/+798
|
* added comment stating that ACE_HAS_64BIT_LONGS is deprecatedlevine1997-12-174-1/+4
|
* removed commented-out line with ACE_HAS_64BIT_LONGSlevine1997-12-171-1/+0
|
* pSOSim portcdgill1997-12-172-0/+622
|
* pSOSim portcdgill1997-12-174-20/+22
|
* Added "inc_user_config.h" to prevent multiple inclusions of user config.h file.nw11997-12-166-42/+37
|
* (cleanup): set instance pointer to 0 after deleting itlevine1997-12-161-0/+2
|
* *** empty log message ***irfan1997-12-161-4/+0
|
* replace ACE_HAS_64BIT_LONGS with ACE_SIZEOF_LONG == 8, and similarly for ↵levine1997-12-161-2/+2
| | | | determination of 4-byte longs
* typedef ACE_hrtime_t to ACE_UINT64levine1997-12-161-4/+0
|
* (ACE_U_LongLong): use ACE_UIN32 instead of u_long for data members, to ↵levine1997-12-162-51/+51
| | | | ensure that its sizeof is 8 bytes
* ACE version 4.4.5, released Mon Dec 15 22:47:24 1997.schmidt1997-12-161-2/+2
|
* *** empty log message ***schmidt1997-12-161-14/+2
|
* *** empty log message ***schmidt1997-12-162-2/+9
|
* Added more changes to wait and exit for Chorus.nw11997-12-151-8/+16
|
* updated header comments about autosensinglevine1997-12-151-3/+4
|
* *** empty log message ***levine1997-12-151-1/+3
|
* (instance): only allocate a new ACE_Log_Msg_message_queue if the (static) ↵levine1997-12-151-14/+14
| | | | pointer is 0.
* *** empty log message ***irfan1997-12-152-0/+16
|
* *** empty log message ***schmidt1997-12-152-21/+26
|
* *** empty log message ***schmidt1997-12-142-52/+61
|
* Disable thr_joing when compiling in Chorus.nw11997-12-141-9/+11
|
* *** empty log message ***schmidt1997-12-131-44/+44
|
* *** empty log message ***irfan1997-12-131-1/+0
|
* incorporated Torbjorn's unified configslevine1997-12-134-349/+168
|
* *** empty log message ***irfan1997-12-131-1/+2
|
* *** empty log message ***irfan1997-12-137-17897/+4300
|
* cast the 1 in ACE_MSB_MASK to an fd_mask, to support 64-bit fd_maskslevine1997-12-131-5/+13
|
* removed VxWorks example from ACE_LACKS_SOCKET_BUFSIZlevine1997-12-131-1/+1
|
* (ipfx,ipfx1): don't call setstate () on WIN32levine1997-12-121-22/+26
|
* moved basic type determination, including ACE_U_LongLong, to Basic_Types.*. ↵levine1997-12-123-213/+8
| | | | Added #include <float.h> to OS.h
* added Basic_Types.*levine1997-12-123-0/+445
|
* added ACE_HAS_BYTESEX_Hlevine1997-12-122-1/+4
|
* removed ACE_LACKS_SOCKET_BUFSIZ; added ACE_DEFAULT_MAX_SOCKET_BUFSIZ of 32768levine1997-12-122-16/+16
|
* (ACE_Quoted_String::operator <): changed return type from bool to int.levine1997-12-121-1/+1
|