diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-27 18:45:41 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-27 18:45:41 +0000 |
commit | 1b80e86584b92da1bcb0de307242a2cad0f8920a (patch) | |
tree | 5d9fad2aba0579020ef6c8ab2718994e8c2e30c5 | |
parent | c74b0a3d0f30ba7415e401f96ef6fc9509babfed (diff) | |
download | ATCD-1b80e86584b92da1bcb0de307242a2cad0f8920a.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 11 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b4d518cfcc7..254d75ade08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,17 @@ Wed Apr 26 23:47:31 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> handle is not inherited by child processes. Thanks to Rick Ohnemus <rjohnemus@systemware-inc.com> for reporting this. +Wed Apr 26 20:32:59 2000 James C. Hu <jxh@entera.com> + + * ace/OS.cpp: + * ace/OS.i: + * ace/README: + * ace/config-freebsd-pthread.h: + Added a new define ACE_HAS_TIME_R. FreeBSD supports + *time_r() calls, but not gethostbyname_r, so a new feature + specification was needed to get these functions into + ACE_OS. + Wed Apr 26 12:21:16 2000 Steve Huston <shuston@riverace.com> * ace/ACE.cpp (send_n_i (ACE_HANDLE, const void *, size_t, int) and diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index b4d518cfcc7..254d75ade08 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -15,6 +15,17 @@ Wed Apr 26 23:47:31 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> handle is not inherited by child processes. Thanks to Rick Ohnemus <rjohnemus@systemware-inc.com> for reporting this. +Wed Apr 26 20:32:59 2000 James C. Hu <jxh@entera.com> + + * ace/OS.cpp: + * ace/OS.i: + * ace/README: + * ace/config-freebsd-pthread.h: + Added a new define ACE_HAS_TIME_R. FreeBSD supports + *time_r() calls, but not gethostbyname_r, so a new feature + specification was needed to get these functions into + ACE_OS. + Wed Apr 26 12:21:16 2000 Steve Huston <shuston@riverace.com> * ace/ACE.cpp (send_n_i (ACE_HANDLE, const void *, size_t, int) and diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index b4d518cfcc7..254d75ade08 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -15,6 +15,17 @@ Wed Apr 26 23:47:31 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> handle is not inherited by child processes. Thanks to Rick Ohnemus <rjohnemus@systemware-inc.com> for reporting this. +Wed Apr 26 20:32:59 2000 James C. Hu <jxh@entera.com> + + * ace/OS.cpp: + * ace/OS.i: + * ace/README: + * ace/config-freebsd-pthread.h: + Added a new define ACE_HAS_TIME_R. FreeBSD supports + *time_r() calls, but not gethostbyname_r, so a new feature + specification was needed to get these functions into + ACE_OS. + Wed Apr 26 12:21:16 2000 Steve Huston <shuston@riverace.com> * ace/ACE.cpp (send_n_i (ACE_HANDLE, const void *, size_t, int) and |