summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 15:19:25 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 15:19:25 +0000
commite338c87c814b421422062a0cf502f589de5078e8 (patch)
tree0e88b916f6524b320d2136854fb3ffc2a46842fc
parent61781c7d4aaace1a153987b60af7262f418b12df (diff)
downloadATCD-e338c87c814b421422062a0cf502f589de5078e8.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 5af17fbbaf2..7ae4c6052d7 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -3,6 +3,15 @@ Wed Dec 09 07:02:06 1998 David L. Levine <levine@cs.wustl.edu>
* README, VERSION: expanded mention of BUG-REPORT-FORM.
* docs/ACE-guidelines.html: strengthened mention of ACE_ASSERT danger.
+ Thanks to Irfan for the example.
+
+ * tests/run_tests.vxworks: re-enabled Timeprobe_Test, now that
+ ACE_ASSERTs have been fixed in ACE's Containers.
+
+ * ace/config-linux-common.h,config-osf1-{3.2,4.0}.h:
+ removed ACE_LACKS_GETPGID. Thanks to
+ Ivan Pascal <pascal@info.tsu.ru> for reporting that
+ getpid () is supported on those platforms.
1998-12-09 Irfan Pyarali <irfan@cs.wustl.edu>