ossp-pkg/al/ChangeLog
_ ___ ____ ____ ____ _
|_|_ _ / _ \/ ___/ ___|| _ \ __ _| |
_|_||_| | | | \___ \___ \| |_) | / _` | |
|_||_|_| | |_| |___) |__) | __/ | (_| | |
|_|_|_| \___/|____/____/|_| \__,_|_|
OSSP al - Assembly Line
CHANGELOG
This is a list of all changes to OSSP al.
For a more brief summary please have a look at the NEWS file.
Changes between 0.9.2 and 0.9.3 (03-Oct-2002 to 03-Oct-2005)
o Fixed va_copy detection.
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.1 and 0.9.2 (16-Dec-2002 to 03-Oct-2005)
o 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>]
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 Adjusted copyright messages for year 2005.
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.0 and 0.9.1 (16-Dec-2002 to 16-Dec-2002)
o Adjusted copyright messages for new year 2003.
[Ralf S. Engelschall <rse@engelschall.com>]
o Fixed ex support in al_test
[Ralf S. Engelschall <rse@engelschall.com>]
o Proper inclusion of autoconf headers
[Ralf S. Engelschall <rse@engelschall.com>]
Initial release 0.9.0 (16-Dec-2002)
o *GENESIS*
[Michael van Elst <mlelstv@serpens.de>]