log

age author description
Wed, 21 Sep 2022 13:25:35 +0200 Tassilo Philipp tests:
Wed, 21 Sep 2022 10:54:29 +0200 Tassilo Philipp cosmetics
Wed, 21 Sep 2022 10:52:05 +0200 Tassilo Philipp test/callf: dcNewAggr() calls param fixes, used wrong field count
Tue, 20 Sep 2022 14:52:28 +0200 Tassilo Philipp Added tag r1.4-RC4 for changeset 57ad31f924bb
Tue, 20 Sep 2022 10:58:15 +0200 Tassilo Philipp - more signal handling in aggrs tests r1.4-RC4
Tue, 20 Sep 2022 10:44:57 +0200 Tassilo Philipp - test/call_suite_aggrs: LL-suffixed long long int constant to avoid side-effects and warning
Tue, 20 Sep 2022 10:39:09 +0200 Tassilo Philipp - test/dynload_plain: fixed libc.so deduction fallback
Tue, 20 Sep 2022 10:29:23 +0200 Tassilo Philipp - test/dynload_plain build fixes:
Tue, 20 Sep 2022 10:20:32 +0200 Tassilo Philipp - test/dynload_plain: workaround for shell incompatibilities on some platforms
Mon, 19 Sep 2022 18:24:40 +0200 Tassilo Philipp - aggr test suites output cosmetics on exceptions
Mon, 19 Sep 2022 18:11:08 +0200 Tassilo Philipp - added exception handling to test/call{,back}_suite_aggrs
Mon, 19 Sep 2022 16:59:52 +0200 Tassilo Philipp - test exec name changes for nmake builds for x86 win std and fastcall suites, for consistency
Mon, 19 Sep 2022 16:38:11 +0200 Tassilo Philipp - relaxed cmake's c++ compiler check for test suite a bit by just checking if compiler string is set (existing CMAKE_CXX_COMPILER_WORKS fails on some platforms)
Mon, 19 Sep 2022 11:41:42 +0200 Tassilo Philipp Added tag r1.4-RC3 for changeset dfc2e6ee8782
Mon, 19 Sep 2022 09:54:21 +0200 Tassilo Philipp - more robust endian detection, on some platforms inclusion of endian.h led to assuming wrong endianness (subtle if inclusion was in r1.4-RC3
Thu, 15 Sep 2022 18:11:48 +0200 Tassilo Philipp Added tag r1.4-RC2 for changeset b26a2a4e1daa
Tue, 13 Sep 2022 17:53:13 +0200 Tassilo Philipp - plain_c++ test: removal of double use of va_arg() in same statement, seems to confuse some sparc compilers r1.4-RC2
Tue, 13 Sep 2022 17:43:51 +0200 Tassilo Philipp - fixed wrong mode setting in test (ellipse mode needs to be set after this ptr for thiscalls)
Tue, 13 Sep 2022 17:32:24 +0200 Tassilo Philipp - changed test output for consistency
Mon, 12 Sep 2022 14:08:33 +0200 Tassilo Philipp Added tag r1.4-RC1 for changeset 3bad4cb40445
Fri, 09 Sep 2022 09:50:32 +0200 Tassilo Philipp - arm32 dyncallback impl: fixed wrong type def r1.4-RC1
Thu, 08 Sep 2022 17:59:36 +0200 Tassilo Philipp - removal of callback_plain_c++ test in mkfile as no c++ on plan9 (having added it there was by accident)
Thu, 08 Sep 2022 17:50:47 +0200 Tassilo Philipp - added missing return values for dcbArgAggr() on functions w/o aggregate support
Thu, 08 Sep 2022 17:36:20 +0200 Tassilo Philipp man pages:
Thu, 08 Sep 2022 16:15:52 +0200 Tassilo Philipp callback_plain_c++: improved cross-platform robustness of faked thiscall used for testing
Thu, 08 Sep 2022 15:31:44 +0200 Tassilo Philipp mdoc tweak
Thu, 08 Sep 2022 12:19:51 +0200 Tassilo Philipp - more man page examples
Thu, 08 Sep 2022 11:10:03 +0200 Tassilo Philipp - more examples in dyncall(3)
Thu, 08 Sep 2022 09:27:52 +0200 Tassilo Philipp cleanup
Sun, 04 Sep 2022 16:50:50 +0200 Tassilo Philipp - enable fPIC for sunos 64bit platforms by default