OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.13 | Check-in [5414]: Adjusted all copyright messages for year 2006 By rse. (diff) | |
1.12 | Check-in [4981]: welcome 2005 in OSSP sa, too By rse. (diff) | |
1.11 | Check-in
[4608]:
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 Remove "#undef socklen_t" from sa.h because the socklen_t fallback is a "typedef" since a longer time. By rse. (diff) | |
1.10 | Check-in [4478]: Adjusted all copyright messages for new year 2004. By rse. (diff) | |
1.9 | Check-in [3213]: fix compile warning under latest GCC 3.3 SNAPSHOT By rse. (diff) | |
1.8 | Check-in [3186]: extend copyright messages based on CVS information By thl. (diff) | |
1.7 | Check-in
[3133]:
Fixed test suite library (ts.c): the ts_suite_free()
function performed an illegal iteration for freeing elements (they
were freed but still references for traversing to next element).
This is now solved by a look-ahead traversion.
Hint by: Brian T. Egleston <brian@egleston.com> By rse. (diff) | |
1.6 | Check-in [2751]: Make sure that "va_list" variables are not compared against NULL because this is not possible on all platforms. By rse. (diff) | |
1.5 | Check-in [1985]: upgrade to fixed ts.c By rse. (diff) | |
1.4 | Check-in [1478]: bump copyright year By rse. (diff) | |
1.3 | Check-in [1232]: Rename test suite library name spaces in order to get rid of problems under Sun Solaris 2.x. By rse. (diff) | |
1.2 | Check-in [1144]: fix texts By rse. (diff) | |
1.1 | Check-in
[1143]:
Implemented a new sub-library OSSP TS (Test Suite) and use this new
beast for the first cut of an OSSP SA test suite. The TS library
produces nice test suite reports like this one (for a failed test
suite):
| Test Suite: OSSP SA (Socket Abstraction Library) | __________________________________________________________________ Or this one (for a successfull test suite): | Test Suite: OSSP SA (Socket Abstraction Library) | __________________________________________________________________ |