ossp-pkg/sio/ChangeLog
_ ___ ____ ____ ____ _
|_|_ _ / _ \/ ___/ ___|| _ \ ___(_) ___
_|_||_| | | | \___ \___ \| |_) | / __| |/ _ \
|_||_|_| | |_| |___) |__) | __/ \__ \ | (_) |
|_|_|_| \___/|____/____/|_| |___/_|\___/
OSSP sio - Stream I/O
CHANGELOG
This is a list of all changes to OSSP sio.
For a more brief summary please have a look at the NEWS file.
Changes between 0.9.2 and 0.9.3 (30-Jun-2003 to 03-Oct-2005)
*) 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>]
*) Upgraded build environment to GNU autoconf 2.59,
GNU libtool 1.5.20 and GNU shtool 2.0.3
[Ralf S. Engelschall <rse@engelschall.com>]
*) Upgraded to OSSP sa 1.2.6 and OSSP al 0.9.3
[Ralf S. Engelschall <rse@engelschall.com>]
*) Adjust copyright messages for year 2005.
[Ralf S. Engelschall <rse@engelschall.com>]
*) Fixed OSSP ex support by internally using a non-conflicting
namespace for the OSSP ex API.
[Kimura Fuyuki <fuyuki@nigredo.org>]
Changes between 0.9.1 and 0.9.2 (17-Jun-2003 to 30-Jun-2003)
*) Correctly check the "status" return value of waitpid(3)
in the test suite.
[Ralf S. Engelschall <rse@engelschall.com>]
*) Change in the test suite "%08lx" format string to "%d" because the
ts library only has a minimal formatting engine and the argument
is "int" and not "long" anyway.
[Ralf S. Engelschall <rse@engelschall.com>]
*) Make sure that sio_{bio,sa,zlib}.c are not empty compilation
units (not allowed in ISO C) even if BIO, SA or ZLIB support is not
activated.
[Ralf S. Engelschall <rse@engelschall.com>]
*) Changed SIZE_T_MAX fallback definition to a more portable variant
based on sizeof(size_t) instead of relying on the existance of
(non portable) UINT_MAX.
[Ralf S. Engelschall <rse@engelschall.com>]
*) Added GNU autoconf checks for libnsl/libsocket under Solaris.
[Ralf S. Engelschall <rse@engelschall.com>]
*) Upgraded to GNU libtool 1.5
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.0 and 0.9.1 (06-Feb-2003 to 17-Jun-2003)
*) Support systems that do not define SIZE_T_MAX
[Michael van Elst <mlelstv@dev.de.cw.net>]
Changes between *GENESIS* and 0.9.0 (06-Feb-2003)
*) Initial Release
[Michael van Elst <mlelstv@dev.de.cw.net>]