Sync up with reality

This commit is contained in:
Yang Tse 2008-08-01 03:10:54 +00:00
parent 90e2510e2f
commit 5cff8124b0
2 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,15 @@
Changelog for the c-ares project 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) * 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, now cause the definition, as appropriate, of RECVFROM_TYPE_ARG2_IS_VOID,
RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_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 - Configure process now checks availability of recvfrom() socket function and
finds out its return type and the types of its arguments. Added definitions finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which 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) * Jul 15 2008 (Yang Tse)
- Introduce definition of _REENTRANT symbol in setup.h to improve library - Introduce definition of _REENTRANT symbol in setup.h to improve library

View File

@ -6,7 +6,7 @@ This is what's new and changed in the c-ares 1.5.3 release:
o ares_gethostbyname() fallback from AAA to A records with CNAME present o ares_gethostbyname() fallback from AAA to A records with CNAME present
o allow --enable-largefile and --disable-largefile configurations o allow --enable-largefile and --disable-largefile configurations
o configure process no longer needs nor checks size of curl_off_t o configure process no longer needs nor checks size of curl_off_t
o library will now be built with _REENTRANT symbol defined o library will now be built with _REENTRANT symbol defined if needed
o Improved configure detection of number of arguments for getservbyport_r o Improved configure detection of number of arguments for getservbyport_r
Thanks go to these friendly people for their efforts and contributions: Thanks go to these friendly people for their efforts and contributions: