summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 02:15:09 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 02:15:09 +0000
commit0ad6eb32f30c6ea0400e6a22ae5b158e99d85f5a (patch)
tree30931af55926a8d10afed785ab37f6c264de12db
parentcd31c43f1f156b94f41d43688c531fda18c2e6f8 (diff)
downloadATCD-0ad6eb32f30c6ea0400e6a22ae5b158e99d85f5a.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b34
1 files changed, 20 insertions, 14 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4d1a56983bc..131abd58849 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,22 +1,28 @@
+Thu Jun 18 21:14:25 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * examples/Threads/task_five.cpp: renamed global stack_size
+ to default_stack_size, to avoid shadowing by stack_size in
+ main ().
+
Thu Jun 18 20:46:46 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * performance_tests/Misc/childbirth_time.cpp: Changed to use the
- variable MULTIPLY_FACTOR in statistic calculation.
+ * performance_tests/Misc/childbirth_time.cpp: Changed to use the
+ variable MULTIPLY_FACTOR in statistic calculation.
- * ace/config-freebsd-pthread.h: Added the following definition:
- #define ACE_HAS_SIGINFO_T
- #define ACE_LACKS_SIGINFO_H
- #define ACE_LACKS_UCONTEXT_H
- #define ACE_LACKS_SI_ADDR
+ * ace/config-freebsd-pthread.h: Added the following definition:
+ #define ACE_HAS_SIGINFO_T
+ #define ACE_LACKS_SIGINFO_H
+ #define ACE_LACKS_UCONTEXT_H
+ #define ACE_LACKS_SI_ADDR
- * include/makeinclude/platform_freebsd_pthread.GNU: Changed to
- invoke linker directly using g++. Added -pthread flag for
- linker. This implies programs will link against libc_r
- automatically now. Removed -lc_r. Other minor changes.
+ * include/makeinclude/platform_freebsd_pthread.GNU: Changed to
+ invoke linker directly using g++. Added -pthread flag for
+ linker. This implies programs will link against libc_r
+ automatically now. Removed -lc_r. Other minor changes.
- Thanks very much for lots of help from FreeBSD team esp. Amancio
- Hasty <hasty@rah.star-gate.com> and John Birrell
- <jb@cimlogic.com.au>.
+ Thanks very much for lots of help from FreeBSD team esp. Amancio
+ Hasty <hasty@rah.star-gate.com> and John Birrell
+ <jb@cimlogic.com.au>.
Thu Jun 18 19:32:30 1998 David L. Levine <levine@cs.wustl.edu>