log

age author description
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
Sun, 04 Sep 2022 16:31:40 +0200 Tassilo Philipp changelog
Sun, 04 Sep 2022 16:29:30 +0200 Tassilo Philipp test/dynload_plain: use same CFLAGS to build UTF-8 path helper lib with as for main build (fixes building this helper lib w/ incompatible instruction set on some platforms)
Sun, 04 Sep 2022 15:57:28 +0200 Tassilo Philipp - test/dynload_plain: simplify makefile based build by deducing default c lib to test with from a simple helper build
Sun, 04 Sep 2022 15:28:13 +0200 Tassilo Philipp - test/dynload_plain: make build deduce native libc to use for testing from more elemental tool (using [(1) now instead of ls(1), reason is that on some x64 sunos platforms, ls is 32bit; yes, hacky fix)
Sun, 04 Sep 2022 14:29:12 +0200 Tassilo Philipp - test/dynload_plain: fix on some sunos platforms selecting libc to test
Sun, 04 Sep 2022 11:28:09 +0200 Tassilo Philipp - test/dynload_plain fix for some sunos platforms
Sun, 04 Sep 2022 11:11:20 +0200 Tassilo Philipp ./configure for SunOS now uses isainfo(1) to deduce native instruction set
Sun, 04 Sep 2022 10:36:51 +0200 Tassilo Philipp - Makefile show-tool-versions target: use more portable -V flag for version number output (works with lld & gnu ld, required for solaris ld)
Sun, 04 Sep 2022 00:49:56 +0200 Tassilo Philipp ./configure output for sun make builds: set correct C++ compiler flag var
Sun, 04 Sep 2022 00:20:24 +0200 Tassilo Philipp - minor test case output change for consistency
Sun, 04 Sep 2022 00:09:54 +0200 Tassilo Philipp - callback_plain_c++ build fix for some platforms (setting correct c++ flags)
Sat, 03 Sep 2022 17:34:23 +0200 Tassilo Philipp - test code comments
Sat, 03 Sep 2022 17:03:37 +0200 Tassilo Philipp doc
Sat, 03 Sep 2022 16:39:01 +0200 Tassilo Philipp man page clarification
Sat, 03 Sep 2022 16:37:22 +0200 Tassilo Philipp doc fix of confusing paragraph
Sat, 20 Aug 2022 21:04:15 +0200 Tassilo Philipp - dyncallback: fix for calling back win/x64 C++ methods returning non-trivial aggregates (thanks Raphael!)