summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 16:09:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 16:09:37 +0000
commit1e3a24d75fcb149388fcb5cce62ccf682b391b9c (patch)
treef6cb531de47f4576cb76ce94117190c4c9474fbe
parentce326413bddab72ba14c3ec857780a428a597160 (diff)
downloadATCD-1e3a24d75fcb149388fcb5cce62ccf682b391b9c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index aebbb79db8f..767555d8e2b 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,12 +1,17 @@
+Tue Nov 10 10:09:06 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Env_Value_Test.cpp (main): replaced hard-coded "/" with
+ ACE_DIRECTORY_SEPARATOR_STR.
+
Mon Nov 9 23:27:59 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/ASX/Message_Queue/buffer_stream.cpp (main): Fixed an
- off-by-one bug. Thanks to Rainer Blome
- <rainer_blome@de.ibm.com> for reporting this.
+ * examples/ASX/Message_Queue/buffer_stream.cpp (main): Fixed an
+ off-by-one bug. Thanks to Rainer Blome
+ <rainer_blome@de.ibm.com> for reporting this.
Mon Nov 09 21:31:56 1998 David L. Levine <levine@cs.wustl.edu>
- * tests/Env_Value_Test (main): prepended "./" to name of
+ * tests/Env_Value_Test.cpp (main): prepended "./" to name of
file to spawn. With the last round of changes to
ace/Process.cpp, that's necessary on g++/Solaris86
without ACE_HAS_NONSTATIC_OBJECT_MANAGER.