Index: ossp-pkg/var/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/var/ChangeLog,v co -q -kk -p'1.11' '/v/ossp/cvs/ossp-pkg/var/ChangeLog,v' | diff -u /dev/null - -L'ossp-pkg/var/ChangeLog' 2>/dev/null --- ossp-pkg/var/ChangeLog +++ - 2024-05-03 14:06:09.515009653 +0200 @@ -0,0 +1,78 @@ + _ ___ ____ ____ ____ + |_|_ _ / _ \/ ___/ ___|| _ \ __ ____ _ _ __ + _|_||_| | | | \___ \___ \| |_) | \ \ / / _` | '__| + |_||_|_| | |_| |___) |__) | __/ \ 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.1 and 1.1.2 (12-Sep-2004 to xx-Oct-2004) + + o Added minimum C++ support by enclosing API declaration + into 'extern "C"' scope. + [Ralf S. Engelschall ] + + o Various code comment cleanups. + [Ralf S. Engelschall ] + + o Fixed dmalloc support. + [Ralf S. Engelschall ] + + o Fixed "var-config --libs" output. + [Ralf S. Engelschall ] + + o Upgraded build environment to GNU libtool 1.5.10. + [Ralf S. Engelschall ] + + 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 ] + + 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 ] + + o Bumped year in copyright messages for new year 2004. + [Ralf S. Engelschall ] + + 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 ] + + o Upgraded build environment to GNU libtool 1.5.4 and GNU autoconf 2.59 + [Ralf S. Engelschall ] + + 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 ] + + o Fixed all remaining memory leaks. + [Ralf S. Engelschall ] + + o Added optional OSSP ex and DMalloc support. + [Ralf S. Engelschall ] + + o Upgraded devtool stuff. + [Ralf S. Engelschall ] + + o Upgraded to fixed test suite library ts.[ch] + [Ralf S. Engelschall ] + + o Bumped year in copyright messages for new year 2003. + [Ralf S. Engelschall ] + + o upgraded build environment to GNU autoconf 2.57, + GNU libtool 1.4.3 and GNU shtool 1.6.2 + [Ralf S. Engelschall ] +