summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-97b18
-rw-r--r--README1
-rw-r--r--include/makeinclude/rules.local.GNU2
3 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index ff3c33ca663..4d46279a4e3 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,3 +1,14 @@
+Mon Oct 27 06:40:18 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * include/makeinclude/rules.local.GNU (show_uninit): Added a
+ missing semi-colon for one of the install rules. Thanks to
+ Manojkumar Acharya <mja@cvsf325.gpt.co.uk> for reporting this.
+
+ * ace/Synch_T.h: Make sure that ACE_Guard::remove() calls
+ this->lock_->remove() rather than this->lock_->release().
+ Thanks to Johannes Gutleber <Johannes.Gutleber@cern.ch> for
+ reporting this.
+
Mon Oct 27 11:36:39 1997 David L. Levine <levine@cs.wustl.edu>
* (exit_cleanup_i): removed protection against recursive calls.
@@ -5,13 +16,6 @@ Mon Oct 27 11:36:39 1997 David L. Levine <levine@cs.wustl.edu>
is only called by ACE_Thread_Adapter::invoke (). It was
problematic because it used the ACE_Allocator instance.
-Mon Oct 27 06:40:18 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-
- * ace/Synch_T.h: Make sure that ACE_Guard::remove() calls
- this->lock_->remove() rather than this->lock_->release().
- Thanks to Johannes Gutleber <Johannes.Gutleber@cern.ch> for
- reporting this.
-
Mon Oct 27 00:20:13 1997 Nanbor Wang <nw1@cumbia.cs.wustl.edu>
* ace/config-hpux-10.x-hpc++.h: Added directive
diff --git a/README b/README
index 46a39d54188..349616da320 100644
--- a/README
+++ b/README
@@ -471,6 +471,7 @@ Edan Ayal <edana@vdo.net>
Jeffrey Peterson <jpeterson@fallschurch.esys.com>
Neil Lavelle <nlavelle@imcl.com>
Steven Wohlever <wohlever@mitre.org>
+Manojkumar Acharya <mja@cvsf325.gpt.co.uk>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index 6b567f25b0c..1fbf30a4be8 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -129,7 +129,7 @@ $(INSMAN)/mann/% :
else \
echo "Installing $(@F) -> $(@D)" ; \
ln -s $(shell pwd)/$(@F) $@ ; \
- fi \
+ fi ; \
fi
ifdef MVSLIB
#special for MVS in order to use the .x files