diff options
-rw-r--r-- | ChangeLog-97a | 4 | ||||
-rw-r--r-- | README | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index 4c55ba848d3..593750081c6 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -25,6 +25,10 @@ Mon Apr 14 21:32:24 1997 David L. Levine <levine@cs.wustl.edu> Mon Apr 14 00:02:39 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> + * ace/OS.i (getpgid): Removed the extraneous return in front of + ACE_NOTSUP_RETURN. Thanks to Mike Bernat <sagmb@sagus.com> for + reporting this. + * ace/Process.cpp: Replaced the use of ACE_OS::fork(void) with ACE_OS::fork(const char *) so that we can pass in the name of the process we're exec'ing. @@ -500,6 +500,7 @@ Berni Merkle <merkle@io.freinet.de> Tom Wright <twright@gem-net.demon.co.uk> Torbjorn Lindgren <tl@funcom.no> Darrell Brunsch <brunsch@cs.wustl.edu> +Mike Bernat <sagmb@sagus.com> I would particularly like to thank Paul Stephenson, who worked with me at Ericsson and is now at ObjectSpace. Paul devised the recursive @@ -507,9 +508,9 @@ Makefile scheme that underlies this distribution and also spent countless hours with me discussing object-oriented techniques for developing distributed application frameworks. -Finally, I'd also like to thank Todd L. Montgomery -<tmont@cerc.wvu.edu>, fellow heavy metal head, for fulfilling his -quest to get ACE to compile with GCC! +Finally, I'd also like to thank Todd L. Montgomery <tmont@cs.wvu.edu>, +fellow heavy metal head, for fulfilling his quest to get ACE to +compile with GCC! In conclusion, my goal is to see ACE continue to evolve and become a more comprehensive, robust, and well-documented C++ class library that |