summaryrefslogtreecommitdiff
path: root/ace
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***irfan1998-01-103-189/+526
|
* Added more static cast.nw11998-01-101-6/+6
|
* *** empty log message ***schmidt1998-01-091-1/+1
|
* *** empty log message ***irfan1998-01-093-8/+16
|
* *** empty log message ***schmidt1998-01-091-3/+8
|
* added ACE_HAS_STDCPP_STL_INCLUDES and removed ACE_LACKS_ACE_IOSTREAMlevine1998-01-091-8/+2
|
* Added static cast in short and int conversion function.nw11998-01-091-2/+2
|
* ACE version 4.4.17, released Thu Jan 08 21:37:30 1998.schmidt1998-01-091-2/+2
|
* *** empty log message ***schmidt1998-01-092-1/+220
|
* *** empty log message ***schmidt1998-01-091-0/+4
|
* *** empty log message ***schmidt1998-01-092-36/+70
|
* Removed unused ACE_DNde codes, which is no longer in use.nw11998-01-081-25/+0
|
* Removed out-of-date comments.nw11998-01-081-1/+1
|
* Added STL-styled iterator functions.nw11998-01-082-66/+449
|
* Added missing template instantiation codes.nw11998-01-082-0/+14
|
* *** empty log message ***schmidt1998-01-081-1/+1
|
* ChangeLogTag:Thu Jan 08 11:05:15 1998 <coryan@CHA-CHA>coryan1998-01-082-1321/+230
|
* (~ACE_Shared_Memory): made virtual and non-inlinelevine1998-01-082-2/+12
|
* protect #define of AF_FILElevine1998-01-081-1/+3
|
* *** empty log message ***schmidt1998-01-081-2/+6
|
* ACE_Locked_Free_List::add should delete freed element when it hits thenw11998-01-081-1/+1
| | | | high water mark, not the other way around.
* *** empty log message ***schmidt1998-01-073-18/+31
|
* Simplied the code in ACE_Unbounded_Set_Iterator's contructor a bit.nw11998-01-071-3/+1
|
* ACE version 4.4.16, released Wed Jan 07 14:31:34 1998.schmidt1998-01-071-2/+2
|
* *** empty log message ***schmidt1998-01-071-7/+0
|
* Added STL-styled iterator functions.nw11998-01-062-7/+86
|
* (nanosleep): convert nanoseconds to microseconds by dividing by 1000,levine1998-01-061-4/+4
| | | | not multiplying.
* added ACE_LACKS_LONGLONG_T because MVS doesn't support itlevine1998-01-061-4/+5
|
* (rw_trywrlock_upgrade): moved the #if 0 up a bit so that it builds on ↵levine1998-01-061-1/+1
| | | | Linux/non-glibc
* (strtoul) use ::strol on Linux/__GLIBC__ instead of Linux/__alphalevine1998-01-061-4/+4
|
* (strtoul): moved the Linux/Alpha hack from Env_Value_T.i to OS.ilevine1998-01-062-6/+6
|
* (ACE_Convert, u_long): use ::strtol and cast the result to an unsigned long ↵levine1998-01-061-0/+6
| | | | on Linux/Alpha
* cast putenv arg to (char *) to avoid compiler warning on g++/VxWorkslevine1998-01-061-1/+2
|
* factored out ACE_LACKS_SOME_POSIX_PROTOTYPES from glibc and non-glibc ↵levine1998-01-061-13/+14
| | | | sections to common section
* added ACE_OS::putenvlevine1998-01-052-0/+9
|
* changed ACE_HAS_LONGLONG_T to ACE_LACKS_LONGLONG_Tlevine1998-01-051-19/+1
|
* (rw_trywrlock_upgrade): moved return 0 inside the #if 0 block to avoidlevine1998-01-051-5/+5
| | | | warning about unreachable return statement on ghs/VxWorks.
* (enable,disable): moved return 0 at end to inside the #endif, to avoidlevine1998-01-051-25/+23
| | | | warning about unreachable return statement on ghs/VxWorks.
* added ACE_LACKS_LONGLONG_Tlevine1998-01-051-0/+2
|
* removed ACE_HAS_LONGLONG_Tlevine1998-01-0517-42/+0
|
* added ACE_LACKS_LONGLONG_Tlevine1998-01-053-1/+3
|
* changed type of global_scale_factor_ from u_long to ACE_UINT32, and removed ↵levine1998-01-053-18/+12
| | | | some hacks now that ACE_U_LongLong has operator%
* 1) replaced ACE_HAS_LONGLONG_T with ACE_LACKS_LONGLONG_T. 2) fixed ↵levine1998-01-052-80/+101
| | | | operator/, and added operator% and operator-- to ACE_U_LongLong
* Made operator == and != and the arguments they take const.nw11998-01-052-4/+4
|
* *** empty log message ***levine1998-01-051-1/+2
|
* ACE version 4.4.15, released Sun Jan 04 17:19:31 1998.schmidt1998-01-041-2/+2
|
* *** empty log message ***schmidt1998-01-041-2/+8
|
* *** empty log message ***schmidt1998-01-041-3/+3
|
* *** empty log message ***schmidt1998-01-042-11/+15
|
* removed ACE_HAS_TEMPLATE_SPECIALIZATIONlevine1998-01-041-1/+0
|