summaryrefslogtreecommitdiff
path: root/ace
Commit message (Expand)AuthorAgeFilesLines
...
* (ACE_SString ctor): changed "allocator" to "alloc"levine1997-06-241-1/+1
* *** empty log message ***schmidt1997-06-241-10/+8
* *** empty log message ***nw11997-06-242-0/+17
* *** empty log message ***nw11997-06-242-18/+0
* *** empty log message ***nw11997-06-242-0/+16
* *** empty log message ***schmidt1997-06-243-39/+39
* added auto_basic_ptr specializationlevine1997-06-231-0/+1
* added auto_basic_array_ptr specializationlevine1997-06-231-0/+1
* *** empty log message ***jxh1997-06-231-270/+270
* (previous_priority, VxWorks only): removed ACE_UNUSED_ARG (policy) because po...levine1997-06-231-1/+0
* made the auto_array_ptr operator-> constlevine1997-06-231-1/+1
* made "p_" protected instead of private so that it can be accessed with the ne...levine1997-06-231-3/+3
* removed used of ACE_OSCALL_RETURN macros because they're defined in OS.ilevine1997-06-231-2/+2
* *** empty log message ***nw11997-06-231-1/+1
* Removed default parameter in the definition of ACE_Streambut_T::recv_n()brunsch1997-06-231-2/+2
* Changed inheritance of auto_basic_array_ptr in auto_array_ptr to includebrunsch1997-06-231-1/+1
* *** empty log message ***irfan1997-06-232-156/+9
* *** empty log message ***irfan1997-06-2314-98/+222
* *** empty log message ***schmidt1997-06-2314-289/+360
* *** empty log message ***irfan1997-06-231-3/+0
* *** empty log message ***schmidt1997-06-2116-113/+166
* *** empty log message ***schmidt1997-06-2110-13/+832
* removed ACE_HAS_STRING_CLASS and ACE_HAS_GNU_CSTRING_H, because those aren't ...levine1997-06-201-2/+0
* reordered many function definitions to avoid use before deflevine1997-06-201-469/+469
* (VxWorks/g++ only): added horrible hack to work around mismatch of memcmp, et...levine1997-06-201-5/+18
* Fix for Timer Wheelbrunsch1997-06-191-3/+4
* Updated versions, it now creates ace.dll instead of ace-vc50.dllbrunsch1997-06-191-1/+2
* removed "const" from #define of ACE_MAX_SIGNAL_HANDLERS because it broke Irix...levine1997-06-191-1/+1
* New project files for Visual C++ 5.0brunsch1997-06-182-0/+1854
* added #include of "ace/config.h" so that ACE_LACKS_ACE_IOSTREAM can be checkedlevine1997-06-181-0/+2
* (get_ip_interfaces): use auto_array_ptr instead of auto_ptr so that the array...levine1997-06-181-2/+6
* (cancel): added "[]" to delete of timer_ids arraylevine1997-06-181-1/+1
* get_handle (): use /dev/udp instead of /dev/ip on SVR4 machines because it ha...levine1997-06-171-1/+1
* made exception handling optional via "exceptions=1" make flaglevine1997-06-171-10/+14
* enabled exception handling, because the patched Sun C++ 4.2 seems to work pro...levine1997-06-171-7/+10
* Fixed get_ip_interfaces (and associated count_interfaces) for non-SVR4Steve Huston1997-06-171-23/+18
* *** empty log message ***nw11997-06-173-2/+1
* *** empty log message ***nw11997-06-171-0/+1
* Changed #elif __unix__ to __unix for get_ip_interfaces, get_handle, andSteve Huston1997-06-171-3/+3
* Added #include of Synch.h, needed by Free_List.iSteve Huston1997-06-161-0/+1
* Fixed Bug in Expirebrunsch1997-06-161-3/+3
* *** empty log message ***nw11997-06-161-2/+2
* Removed some extraneous comments.Steve Huston1997-06-141-11/+0
* Corrected asctime_r for HP-UX 10. Had the #ifs arranged wrong.Steve Huston1997-06-141-2/+3
* *** empty log message ***nw11997-06-133-416/+308
* Changed count_interfaces() so it should compile on non-SVR4 systems. HaveSteve Huston1997-06-131-9/+5
* Quick changes to fix bugs.cleeland1997-06-122-6/+11
* Fixed for correct usage of HP-UX and reentrant functions.Steve Huston1997-06-121-7/+48
* Adjust for HP-UX's mismatch between man page and reality for type returnedSteve Huston1997-06-121-0/+5
* This is the new compiler-specific config file for HP's C++ compilers. ItSteve Huston1997-06-121-0/+78