summaryrefslogtreecommitdiff
path: root/ChangeLog-97b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-11 14:01:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-11 14:01:37 +0000
commit03476b89478b6fe06aaea9b7edc3a7077b63e5b4 (patch)
treeb932f232da408ab22f35c4aa23277cc09f54b496 /ChangeLog-97b
parent4916501a77bd739b63012a7e96f977bf6c27eca9 (diff)
downloadATCD-03476b89478b6fe06aaea9b7edc3a7077b63e5b4.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r--ChangeLog-97b16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 7f3cbfa41de..3c2b9fb2ab4 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,3 +1,19 @@
+Tue Nov 11 13:19:46 1997 Torbjorn Lindgren <tl@funcom.com>
+
+ * include/makeinclude/rules.local.GNU: Fixed so that the ACE
+ makefiles doesn't create circular symlinks (happens if
+ something fails when building libACE.* with "make -k", or when
+ doing parallel builds). It's now possible to do parallel
+ builds of libACE.* without having to clean up a mess afterwards.
+
+ * include/makeinclude/platform_irix6.x-sgic++.GNU: Removed
+ .so build with links instead (ace/apps/examples/tests and my own
+ programs all work well with this, and the manual seems to suggest
+ that it hasn't ever been necessary on this platform)
+
+ * ace/config-irix6.x-sgic++-nothreads.h: Added
+ ACE_HAS_XPG4_MULTIBYTE_CHAR for SGI IRIX 6.[2-5].
+
Tue Nov 11 04:50:06 1997 Nanbor Wang <nw1@merengue.cs.wustl.edu>
* examples/Reactor/Multicast/server.cpp (handle_timeout): Fixed a