ossp-pkg/sa/ChangeLog 1.38 -> 1.39
--- ChangeLog 2004/06/26 11:16:02 1.38
+++ ChangeLog 2004/06/26 11:38:20 1.39
@@ -18,6 +18,16 @@
based connection termination is performed on close(2).
[Alexandre Balaban <abalaban@free.fr>]
+ o Provide Autoconf check (AC_CHECK_VA_COPY) for va_copy(d,s) macro
+ and fallback implementations and now that we can be sure that
+ va_copy() exists for us, use it in var_formatv() and ts.c instead
+ of the direct assignments (which are not sufficiently portable).
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ o Remove "#undef socklen_t" from sa.h because the socklen_t
+ fallback is a "typedef" since a longer time.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
Changes between 1.2.0 and 1.2.1 (02-Apr-2003 to 11-Jun-2004)
o Fix timeout implementation related to SO_RCVTIMEO/SO_SNDTIMEO.
|
|