| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed an erroneous ACE_HAS_PTHREAD_DRAFT6 to ACE_HAS_PTHREADS_DRAFT6 | Steve Huston | 1998-08-28 | 1 | -3/+3 |
* | (rwlock_init): use native ::rwlock_init on Solaris, even if ACE_HAS_STHREADS ... | levine | 1998-08-26 | 1 | -8/+8 |
* | Fixed strdup implementation for Borland with Unicode support. | nanbor | 1998-08-25 | 1 | -1/+1 |
* | *** empty log message *** | schmidt | 1998-08-25 | 1 | -1/+4 |
* | *** empty log message *** | schmidt | 1998-08-24 | 1 | -2/+2 |
* | (thr_testcancel): with ACE_HAS_PTHREAD_DRAFT6, use ::pthread_testintr | levine | 1998-08-24 | 1 | -0/+4 |
* | (thr_setcancelstate, thr_testcancel): added ACE_LACKS_PTHREAD_CANCEL | levine | 1998-08-22 | 1 | -4/+9 |
* | Use GetSystemTimeAsFileTime in ACE_OS::gettimeofday, rather than _ftime | Steve Huston | 1998-08-22 | 1 | -0/+5 |
* | (thr_cancel, thr_setcanceltype): added #else | levine | 1998-08-22 | 1 | -3/+10 |
* | ChangeLogTag:Fri Aug 21 16:40:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1998-08-21 | 1 | -1/+6 |
* | Changed ::pthread_getspecific to pthread_getspecific as it is a macro | naga | 1998-08-21 | 1 | -1/+1 |
* | (thr_sigsetmask): with ACE_HAS_PTHREADS_DRAFT4 or | levine | 1998-08-17 | 1 | -10/+10 |
* | Changed to not use ACE_HAS_DCETHREADS (or DCE_DRAFT4_THREADS) - unify around the | Steve Huston | 1998-08-17 | 1 | -188/+231 |
* | Fixed a type AC1E. | nanbor | 1998-08-17 | 1 | -1/+1 |
* | On dlclose, don't actually call shl_unload on HP-UX 10.x and 32-bit 11.00 | Steve Huston | 1998-08-14 | 1 | -0/+14 |
* | Made fopen returns the correct error on CE. | nanbor | 1998-08-11 | 1 | -1/+4 |
* | No need to mess with security attribute in shm_open. | nanbor | 1998-08-10 | 1 | -28/+28 |
* | Allow setting a default Win32 security attributes object. | nanbor | 1998-08-10 | 1 | -7/+33 |
* | *** empty log message *** | irfan | 1998-08-05 | 1 | -2/+2 |
* | *** empty log message *** | irfan | 1998-08-01 | 1 | -25/+83 |
* | Moved a few methods from ACE to ACE_Event_Handler | gonzo | 1998-07-30 | 1 | -1/+23 |
* | Added const wchar_t version of strpbrk | nanbor | 1998-07-28 | 1 | -0/+7 |
* | *** empty log message *** | schmidt | 1998-07-25 | 1 | -0/+7 |
* | applied Arturo's patches to support TSS emulation with Pthreads | levine | 1998-07-20 | 1 | -0/+60 |
* | (sema_wait w/time): on VxWorks and pSoS, subtract the current time from | levine | 1998-07-17 | 1 | -14/+33 |
* | Correct WinCE simulation of ACE_OS::sema_wait(ACE_sema_t *, ACE_Time_Value&) | Steve Huston | 1998-07-16 | 1 | -7/+10 |
* | CE doesn't have structural exception handling | nanbor | 1998-07-07 | 1 | -4/+8 |
* | *** empty log message *** | nanbor | 1998-07-02 | 1 | -0/+25 |
* | *** empty log message *** | alex | 1998-07-02 | 1 | -0/+26 |
* | (gethrtime): with Pentium and g++ or ghs, only; fixed load of 64-bit tick cou... | levine | 1998-06-24 | 1 | -8/+9 |
* | *** empty log message *** | irfan | 1998-06-22 | 1 | -12/+8 |
* | Have to treat UNICODE differently because FormatMessage take wchar_t when UNI... | nanbor | 1998-06-21 | 1 | -1/+10 |
* | Reflow macro indentation | nanbor | 1998-06-20 | 1 | -927/+927 |
* | Fixed a typo. | nanbor | 1998-06-19 | 1 | -1/+1 |
* | Make g++ quiet on FreeBSD by adding ACE_UNUSED_ARG to sigwait and treats the ... | nanbor | 1998-06-19 | 1 | -2/+5 |
* | (dlopen): added support for ACE_HAS_SGIDLADD. (dlerror): on WIN32, return a ... | levine | 1998-06-19 | 1 | -0/+9 |
* | (rw_trywrlock_upgrade): moved declaration of local "result" before the | levine | 1998-06-18 | 1 | -18/+19 |
* | Removed some not neccessary code. | mk1 | 1998-06-18 | 1 | -8/+2 |
* | ChangeLog entry: Wed Jun 17 17:30:11 1998 Michael Kircher <mk1@cs.wustl.edu> | mk1 | 1998-06-17 | 1 | -21/+54 |
* | *** empty log message *** | schmidt | 1998-06-12 | 1 | -2/+2 |
* | *** empty log message *** | schmidt | 1998-06-12 | 1 | -8/+25 |
* | Added initial support for Borland C++ Builder | gonzo | 1998-06-08 | 1 | -9/+18 |
* | Changes needed to accomodate SunOS4 which ACE_LACKS_DIFFTIME | jxh | 1998-05-29 | 1 | -0/+2 |
* | (writev): changed return type from int to ssize_t to match declaration in OS.h. | levine | 1998-05-22 | 1 | -1/+1 |
* | (ACE_IO_Vector::buffer): added static cast of new_buffer to char * | levine | 1998-05-22 | 1 | -14/+14 |
* | *** empty log message *** | irfan | 1998-05-22 | 1 | -6/+94 |
* | *** empty log message *** | nanbor | 1998-05-22 | 1 | -1/+1 |
* | Added strrchr and strchr implementations for CE. | nanbor | 1998-05-21 | 1 | -3/+27 |
* | *** empty log message *** | irfan | 1998-05-18 | 1 | -5/+92 |
* | *** empty log message *** | schmidt | 1998-05-18 | 1 | -5/+7 |