summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-31 18:11:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-31 18:11:48 +0000
commit77cece05ca3cd5c0bba78d8edd49b4eaa801863b (patch)
tree9264924b703d65990d55b8eff63d62e2f68ac162
parentdc5549bf637563aec9625203799bbaae75ec4fb0 (diff)
downloadATCD-77cece05ca3cd5c0bba78d8edd49b4eaa801863b.tar.gz
ChangeLogTag: Wed Mar 31 18:11:18 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 924be1c8eed..a28a4853e54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 31 18:11:18 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Functor_String.h:
+ Fixed compile problem in wchar builds
+
Wed Mar 31 11:46:48 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/fuzz.pl:
@@ -13,7 +18,7 @@ Wed Mar 31 17:31:54 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
Solaris. Thanks to Andrew G. Harvey <agh@cisco.com> for
discovering the problem and providing work arounds. Also, thanks
to Kitty for <kitty@dre.vanderbilt.edu> for recommending which
- one to use.
+ one to use.
Wed Mar 31 14:43:48 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
@@ -26,7 +31,7 @@ Wed Mar 31 14:43:48 UTC 2004 Don Hinton <dhinton@dre.vanderbilt.edu>
little bit counter intuitive, as it implies that recursive
mutexes are supported by the platform. But in reality, it means
that all mutexes are recursive.
-
+
Added ACE_HAS_NONRECURSIVE_MUTEXES, which, together with
ACE_HAS_RECURSIVE_MUTEXES means the platform supports both
recursive and non-recursive mutexes. This maintains the default