summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-07 19:02:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-07 19:02:47 +0000
commit1a3fbda7d1a918da6c74bff02ca7a55a39cd6cd4 (patch)
tree868c320d68f0d30efbe72f31c80f11589b3f8ceb
parent348ab0cd8eaa385fdddd8f687bcdac248bb9814e (diff)
downloadATCD-1a3fbda7d1a918da6c74bff02ca7a55a39cd6cd4.tar.gz
Sun Jan 7 19:02:30 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog16
-rw-r--r--ACE/ace/config-hpux-11.00.h1
2 files changed, 12 insertions, 5 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 5bb0c6071e7..ecb5c143dbf 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,13 +1,21 @@
+Sun Jan 7 19:02:30 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-hpux-11.00.h:
+ Don't set ACE_SIZEOF_WCHAR, let Basic_Types just do this. Fixes
+ the difference between ACE_SIZEOF_WCHAR and sizeof(wchar_t) on
+ the HP aCC test on the IA64 aCC build which runs on the Sep 2006
+ version of HPUX
+
Sat Jan 6 04:41:30 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com>
* include/makeinclude/macros.GNU:
* include/makeinclude/rules.common.GNU:
* include/makeinclude/rules.local.GNU:
-
+
Added new phony target, "svnignore", which takes a good guess at
what files are generated in a directory and adds them to
svn:ignore property on the containing directory.
-
+
* apps/gperf/src:
* apps/gperf/tests:
* bin:
@@ -88,12 +96,12 @@ Sat Jan 6 04:41:30 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com>
* protocols/tests/RMCast:
* tests:
* tests/log:
-
+
Added subversion svn:ignore properties on all these directories
comparable to the values previously in the vertigial .cvsignore
files, as well as updated them commensurate with the new svnignore
gnuace make target.
-
+
* apps/gperf/src/.cvsignore:
* apps/gperf/tests/.cvsignore:
* examples/APG/Active_Objects/.cvsignore:
diff --git a/ACE/ace/config-hpux-11.00.h b/ACE/ace/config-hpux-11.00.h
index a52f56f7aed..4e60f220cf0 100644
--- a/ACE/ace/config-hpux-11.00.h
+++ b/ACE/ace/config-hpux-11.00.h
@@ -137,7 +137,6 @@
// Platform has XPG4 wide character support
# define ACE_HAS_XPG4_MULTIBYTE_CHAR
-# define ACE_SIZEOF_WCHAR _WCHAR_T
# endif /* __cplusplus < 199707L */