ossp-pkg/var/ChangeLog
_ ___ ____ ____ ____
|_|_ _ / _ \/ ___/ ___|| _ \ __ ____ _ _ __
_|_||_| | | | \___ \___ \| |_) | \ \ / / _` | '__|
|_||_|_| | |_| |___) |__) | __/ \ V / (_| | |
|_|_|_| \___/|____/____/|_| \_/ \__,_|_|
OSSP var - Variable Expansion
ChangeLog
This is a list of all source changes to OSSP var.
For less details please have a look at the NEWS file.
Changes between 1.1.2 and 1.1.3 (31-Oct-2004 to 02-Oct-2005)
o Fix some sprintf(3) parameter passing.
[Ralf S. Engelschall <rse@engelschall.com>]
o Upgraded build environment to GNU libtool 1.5.20
and GNU shtool 2.0.3.
[Ralf S. Engelschall <rse@engelschall.com>]
o Bumped year in copyright messages for new year 2005.
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 1.1.1 and 1.1.2 (12-Sep-2004 to 31-Oct-2004)
o Cleanup and extend the Unix manual pages var(3) and var-config(1).
[Ralf S. Engelschall <rse@engelschall.com>]
o Added minimum C++ support by enclosing API declaration
into 'extern "C"' scope.
[Ralf S. Engelschall <rse@engelschall.com>]
o Various code comment cleanups.
[Ralf S. Engelschall <rse@engelschall.com>]
o Fixed dmalloc support.
[Ralf S. Engelschall <rse@engelschall.com>]
o Fixed "var-config --libs" output.
[Ralf S. Engelschall <rse@engelschall.com>]
o Upgraded build environment to GNU libtool 1.5.10.
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 1.1.0 and 1.1.1 (04-Apr-2004 to 12-Sep-2004)
o Upgraded build environment to GNU libtool 1.5.8 and GNU shtool 2.0.1
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 1.0.0 and 1.1.0 (14-Feb-2003 to 04-Apr-2004)
o Remove cast warnings related to function point passing.
[Ralf S. Engelschall <rse@engelschall.com>]
o Bumped year in copyright messages for new year 2004.
[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 Upgraded build environment to GNU libtool 1.5.4 and GNU autoconf 2.59
[Ralf S. Engelschall <rse@engelschall.com>]
Changes between 0.9.0 and 1.0.0 (08-Mar-2002 to 14-Feb-2003)
o Adjusted C source code to allow it to be built also with
strict C++ compilers.
[Ralf S. Engelschall <rse@engelschall.com>]
o Fixed all remaining memory leaks.
[Ralf S. Engelschall <rse@engelschall.com>]
o Added optional OSSP ex and DMalloc support.
[Ralf S. Engelschall <rse@engelschall.com>]
o Upgraded devtool stuff.
[Ralf S. Engelschall <rse@engelschall.com>]
o Upgraded to fixed test suite library ts.[ch]
[Ralf S. Engelschall <rse@engelschall.com>]
o Bumped year in copyright messages for new year 2003.
[Ralf S. Engelschall <rse@engelschall.com>]
o upgraded build environment to GNU autoconf 2.57,
GNU libtool 1.4.3 and GNU shtool 1.6.2
[Ralf S. Engelschall <rse@engelschall.com>]