From 7aba48a0449ca43dd29812e4f27bfb1fa4d7d76f Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 21 Sep 2004 18:03:27 +0000 Subject: ChangeLogTag: Tue Sep 21 18:00:12 UTC 2004 Johnny Willemsen --- ChangeLog | 21 ++++++++++++++++----- ace/OS_NS_unistd.inl | 3 +-- ace/config-WinCE.h | 1 + ace/config-win32-common.h | 1 + 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 +Tue Sep 21 18:00:12 UTC 2004 Johnny Willemsen - * 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 @@ -212,6 +215,14 @@ Thu Sep 16 07:47:09 2004 Chad Elliott custom targets that can be generated with the use of the 'verbatim' clause in mpc files. +:09 2004 Chad Elliott + + * 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 * 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 -- cgit v1.2.1