Check-in Number:
|
5595 | |
Date: |
2005-Oct-03 10:43:04 (local)
2005-Oct-03 08:43:04 (UTC) |
User: | rse |
Branch: | |
Comment: |
o Upgraded build environment to GNU autoconf 2.59,
GNU libtool 1.5.20 and GNU shtool 2.0.3
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).
o Adjusted copyright messages for year 2005. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/al/al_test.c 1.9 -> 1.10
--- al_test.c 2003/01/22 16:37:48 1.9
+++ al_test.c 2005/10/03 08:43:04 1.10
@@ -1,9 +1,9 @@
/*
** OSSP al - Assembly Line
-** Copyright (c) 2002-2003 Ralf S. Engelschall <rse@engelschall.com>
-** Copyright (c) 2002-2003 The OSSP Project <http://www.ossp.org/>
-** Copyright (c) 2002-2003 Cable & Wireless Deutschland <http://www.cw.com/de/>
-** Copyright (c) 2002-2003 Michael van Elst <mlelstv@dev.de.cw.net>
+** Copyright (c) 2002-2005 Ralf S. Engelschall <rse@engelschall.com>
+** Copyright (c) 2002-2005 The OSSP Project <http://www.ossp.org/>
+** Copyright (c) 2002-2005 Cable & Wireless <http://www.cw.com/>
+** Copyright (c) 2002-2005 Michael van Elst <mlelstv@serpens.de>
**
** This file is part of OSSP al, an abstract datatype of a data buffer
** that can assemble, move and truncate data but avoids actual copying
|
|