summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-11 03:54:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-11 03:54:59 +0000
commitb4843bff954b249e08e2e93ed3264245f03bd03d (patch)
tree0423f3975b5990a82438357b686694a78649de84
parent0b0b357805e5c57f9cb92820a599f9d4096d7078 (diff)
downloadATCD-b4843bff954b249e08e2e93ed3264245f03bd03d.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 8c4d6ed2371..76961f48572 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Tue Nov 10 21:53:01 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Process.cpp: added const to loop index, in CHORUS code.
+
Tue Nov 10 19:27:32 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* ace/OS.[i,cpp]:
@@ -8,11 +12,11 @@ Tue Nov 10 19:27:32 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
Tue Nov 10 14:56:38 EST 1998 James CE Johnson <jcej@chiroptera.tragus.org>
* docs/tutorials/index.html
- Including #17 now
+ Including #17 now
* docs/tutorials/017/*.html
docs/tutorials/017/combine.shar
- Completed! Commented and converted into standared Tutorial format.
+ Completed! Commented and converted into standared Tutorial format.
Tue Nov 10 10:09:06 1998 David L. Levine <levine@cs.wustl.edu>
@@ -34,8 +38,9 @@ Mon Nov 09 21:31:56 1998 David L. Levine <levine@cs.wustl.edu>
* 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.
+ ace/Process.cpp, that's necessary if "." isn't in the user's
+ PATH. That's because we're now using only execvp, and no
+ longer using execve.
* tests/Atomic_Op_Test.cpp,Barrier_Test.cpp,Buffer_Stream_Test.cpp,
Future_Test.cpp,IOStream_Test.cpp,MT_Reactor_Timer_Test.cpp,