summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-01 03:10:54 +0000
committerYang Tse <yangsita@gmail.com>2008-08-01 03:10:54 +0000
commite09327a51a99e4e124a3f4929a173820ec777eeb (patch)
tree4409b270b83b48e0ca2d5cf73d18c0135b1f2768 /CHANGES
parent43ab062fa5e3be16b64f58572e0ec9cc7ce04db8 (diff)
downloadc-ares-e09327a51a99e4e124a3f4929a173820ec777eeb.tar.gz
c-ares-e09327a51a99e4e124a3f4929a173820ec777eeb.tar.bz2
c-ares-e09327a51a99e4e124a3f4929a173820ec777eeb.zip
Sync up with reality
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b35a593..d727f4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,15 @@
Changelog for the c-ares project
+* Aug 01 2008 (Yang Tse)
+- Configure process now checks if the preprocessor _REENTRANT symbol is already
+ defined. If it isn't currently defined a set of checks are performed to test
+ if its definition is required to make visible to the compiler a set of *_r
+ functions. Finally, if _REENTRANT is already defined or needed it takes care
+ of making adjustments necessary to ensure that it is defined equally for the
+ configure process tests and generated config file.
+
* Jul 20 2008 (Yang Tse)
-- when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
+- When recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
now cause the definition, as appropriate, of RECVFROM_TYPE_ARG2_IS_VOID,
RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID.
@@ -16,7 +24,7 @@
- Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
- will be used on udp sockets as a recvfrom() wrapper.
+ will be used on udp sockets as a recvfrom() wrapper in the future.
* Jul 15 2008 (Yang Tse)
- Introduce definition of _REENTRANT symbol in setup.h to improve library