summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 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