Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ace/OS.i (getpwnam_r): Added patch contributed by Roland Gigler | Ossama Othman | 1999-03-30 | 1 | -1/+3 |
| | | | | <roland@mch.pn.siemens.de> for getpwnam_r on SCO UnixWare 7. | ||||
* | Changed the implementation of the High Resolution Timer to use | brunsch | 1999-03-24 | 1 | -22/+5 |
| | | | | | QueryPerformanceCounter instead of assembly code. The docs also say that this is MP-safe. | ||||
* | *** empty log message *** | nanbor | 1999-03-18 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | vishal | 1999-03-18 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | vishal | 1999-03-18 | 1 | -2/+1 |
| | |||||
* | *** empty log message *** | vishal | 1999-03-18 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | vishal | 1999-03-17 | 1 | -3/+3 |
| | |||||
* | . | schmidt | 1999-03-17 | 1 | -4/+4 |
| | |||||
* | (strenvdup): initialized temp to 0 to avoid warnings from VxWorks g++ | levine | 1999-03-17 | 1 | -7/+7 |
| | |||||
* | pSOS MIPS patches from Jaepil Kim | cdgill | 1999-03-16 | 1 | -24/+66 |
| | |||||
* | FreeBSD does not support timezone(). | jxh | 1999-03-16 | 1 | -1/+1 |
| | |||||
* | Fix ACE_HAS_UNION_WAIT case - not dependent on AIX anymore. | Steve Huston | 1999-03-16 | 1 | -7/+3 |
| | |||||
* | pSOS fixes, ACE_PSOS_TM and ACE_Time_Value::max_time comments | cdgill | 1999-03-14 | 1 | -4/+7 |
| | |||||
* | *** empty log message *** | nanbor | 1999-03-14 | 1 | -11/+15 |
| | |||||
* | (timezone,tzset): not supported on VxWorks | levine | 1999-03-13 | 1 | -0/+4 |
| | |||||
* | ChangeLogTag:Fri Mar 12 19:13:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-03-13 | 1 | -1/+7 |
| | |||||
* | *** empty log message *** | vishal | 1999-03-12 | 1 | -0/+20 |
| | |||||
* | (thr_getspecific): added #else clause w/ACE_NOTSUP return to support ↵ | levine | 1999-03-03 | 1 | -0/+4 |
| | | | | ACE_HAS_MINIMAL_ACE_OS | ||||
* | added ACE_OS_Object_Manager | levine | 1999-03-01 | 1 | -0/+26 |
| | |||||
* | . | schmidt | 1999-02-27 | 1 | -3/+3 |
| | |||||
* | * ace/OS.i (sema_destroy): ACE_OSCALL and ACE_OSCALL_RETURN macro | Ossama Othman | 1999-02-26 | 1 | -5/+5 |
| | | | | | calls for sem_destroy, sem_unlink and sem_close had too few arguments. Added the missing arguments for the macros. | ||||
* | . | schmidt | 1999-02-25 | 1 | -13/+10 |
| | |||||
* | . | schmidt | 1999-02-24 | 1 | -0/+27 |
| | |||||
* | *** empty log message *** | irfan | 1999-02-23 | 1 | -30/+0 |
| | |||||
* | (recursive_mutex_{init,lock,trylock}: added some ACE_UNUSED_ARGS. And, ↵ | levine | 1999-02-21 | 1 | -557/+9 |
| | | | | uninlined the ACE_OS:cond_* functions with ACE_LACKS_COND_T | ||||
* | (thr_self): moved definitions to before first use | levine | 1999-02-20 | 1 | -49/+48 |
| | |||||
* | Moved thr_equal before recursive_mutex methods. | nanbor | 1999-02-20 | 1 | -28/+28 |
| | |||||
* | Two many args to thread_mutex_lock and _trylock | brunsch | 1999-02-20 | 1 | -2/+2 |
| | |||||
* | . | schmidt | 1999-02-20 | 1 | -0/+28 |
| | |||||
* | Added ACE_OS_?String classes | nanbor | 1999-02-20 | 1 | -0/+24 |
| | |||||
* | . | schmidt | 1999-02-19 | 1 | -1/+163 |
| | |||||
* | ChangeLogTag:Fri Feb 19 01:32:45 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-02-19 | 1 | -1/+1 |
| | |||||
* | . | schmidt | 1999-02-19 | 1 | -0/+22 |
| | |||||
* | CE fixes. | nanbor | 1999-02-16 | 1 | -0/+2 |
| | |||||
* | CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wang | nanbor | 1999-02-14 | 1 | -0/+5 |
| | |||||
* | ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-01-29 | 1 | -3/+7 |
| | |||||
* | Removed LOG_MSG refs from expanded macros in recv and accept. No platforms | Steve Huston | 1999-01-26 | 1 | -8/+3 |
| | | | | actually need the check. | ||||
* | Typo | brunsch | 1999-01-25 | 1 | -1/+2 |
| | |||||
* | ACE_OS::accept, ACE_OS::recv - set EAGAIN to EWOULDBLOCK. | Steve Huston | 1999-01-25 | 1 | -1/+47 |
| | |||||
* | ACE_OS::sema_init - always init s->name_ to 0. | Steve Huston | 1999-01-23 | 1 | -1/+2 |
| | |||||
* | (getuid): added static cast of -1 to uid_t on Chorus, to avoid | levine | 1999-01-21 | 1 | -1/+1 |
| | | | | compiler warning about change in sign. | ||||
* | Fixed unlinking temp file problem on Win32 | nanbor | 1999-01-21 | 1 | -38/+53 |
| | |||||
* | (readdir_r): added ACE_UNUSED_ARG (entry) without ACE_HAS_REENTRANT_FUNCTIONS. | levine | 1999-01-20 | 1 | -0/+1 |
| | |||||
* | removed include of rpc/rpc.h, and ACE_LACKS_RPC_H | levine | 1999-01-19 | 1 | -5/+1 |
| | |||||
* | . | schmidt | 1999-01-16 | 1 | -12/+18 |
| | |||||
* | Fixed variable names in isatty () on NT | cdgill | 1999-01-15 | 1 | -3/+3 |
| | |||||
* | . | schmidt | 1999-01-15 | 1 | -44/+50 |
| | |||||
* | *** empty log message *** | irfan | 1999-01-10 | 1 | -0/+6 |
| | |||||
* | (thr_getspecific): moved return 0 statement inside the Draft 7/STD #else ↵ | levine | 1999-01-05 | 1 | -5/+5 |
| | | | | block, to avoid warning about unreachable statement with Draft 4/6 | ||||
* | . | schmidt | 1998-12-29 | 1 | -1/+1 |
| |