OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.9 | Check-in [5222]: fix upload procedure By rse. (diff) | |
1.8 | Check-in
[5221]:
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. By rse. (diff) | |
1.7 | Check-in
[3464]:
*) Correctly check the "status" return value of waitpid(3)
in the test suite.
*) 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. *) 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. *) 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. *) Added GNU autoconf checks for libnsl/libsocket under Solaris. *) Upgraded to GNU libtool 1.5 By rse. (diff) | |
1.6 | Check-in [3068]: Adjust copyright messages for new year 2003 By rse. (diff) | |
1.5 | Check-in [2962]: even more polishing By rse. (diff) | |
1.4 | Check-in [2961]: more source tree polishing By rse. (diff) | |
1.3 | Check-in [2960]: post-adjustments to source tree By rse. (diff) | |
1.2 | Check-in [2956]: use ossp/ossp uid/gid when rolling tarball By mlelstv. (diff) | |
1.1 | Check-in [2951]: initial snapshot for OSSP al By mlelstv. |