summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-09-21 18:03:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-09-21 18:03:27 +0000
commit7aba48a0449ca43dd29812e4f27bfb1fa4d7d76f (patch)
tree43caaf660207044c3295c61013a48ecb875a5f30
parentc2c6f2bd5919e679af29325bf54334398e63259a (diff)
downloadATCD-7aba48a0449ca43dd29812e4f27bfb1fa4d7d76f.tar.gz
ChangeLogTag: Tue Sep 21 18:00:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog21
-rw-r--r--ace/OS_NS_unistd.inl3
-rw-r--r--ace/config-WinCE.h1
-rw-r--r--ace/config-win32-common.h1
4 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index be1348b7cf1..5797c1d8cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
-Tue Sep 21 12:16:39 2004 Steve Huston <shuston@riverace.com>
+Tue Sep 21 18:00:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * ACEXML/parser/parser/Parser.cpp: parse_encoding_decl(), don't
- crash if the input source doesn't declare an encoding.
- reset(), if current_ is already 0 (the case if no parsing ever
- really got started) don't dereference it.
+ * ace/OS_NS_unistd.inl (readlink):
+ Only when ACE_LACKS_READLINK this is not supported, the checks for
+ win32 or wince are removed.
+
+ * ace/config-WinCE.h:
+ * ace/config-win32-common.h:
+ Define ACE_LACKS_READLINK
Tue Sep 21 15:29:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -212,6 +215,14 @@ Thu Sep 16 07:47:09 2004 Chad Elliott <elliott_c@ociweb.com>
custom targets that can be generated with the use of the
'verbatim' clause in mpc files.
+:09 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+
+ Added a CUSTOM_TARGETS macro that will allow users to access
+ custom targets that can be generated with the use of the
+ 'verbatim' clause in mpc files.
+
Thu Sep 16 10:07:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
* apps/Gateway/Peer/peer.mpc:
diff --git a/ace/OS_NS_unistd.inl b/ace/OS_NS_unistd.inl
index 549ea9530e8..68507fd947d 100644
--- a/ace/OS_NS_unistd.inl
+++ b/ace/OS_NS_unistd.inl
@@ -926,8 +926,7 @@ ACE_INLINE int
ACE_OS::readlink (const char *path, char *buf, size_t bufsiz)
{
ACE_OS_TRACE ("ACE_OS::readlink");
-# if defined (ACE_LACKS_READLINK) || \
- defined (ACE_HAS_WINCE) || defined (ACE_WIN32)
+# if defined (ACE_LACKS_READLINK)
ACE_UNUSED_ARG (path);
ACE_UNUSED_ARG (buf);
ACE_UNUSED_ARG (bufsiz);
diff --git a/ace/config-WinCE.h b/ace/config-WinCE.h
index 2e4ba28e98c..c707e53158e 100644
--- a/ace/config-WinCE.h
+++ b/ace/config-WinCE.h
@@ -194,6 +194,7 @@
#define ACE_LACKS_ENV
#define ACE_LACKS_HOSTNAME
#define ACE_LACKS_REALPATH
+#define ACE_LACKS_READLINK
#define ACE_LACKS_SWAB
#if defined (_WIN32_WCE_EMULATION)
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 079ba1fb143..2108df60bfc 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -223,6 +223,7 @@
#define ACE_LACKS_PTHREAD_H
#define ACE_LACKS_ARPA_INET_H
#define ACE_LACKS_MADVISE
+#define ACE_LACKS_READLINK
#define ACE_HAS_SNPRINTF
#define ACE_HAS_VFWPRINTF