log

age author description
Sun, 02 Oct 2022 16:45:06 +0200 Tassilo Philipp - test/syscalls: build fix for minix
Sun, 02 Oct 2022 13:58:33 +0200 Tassilo Philipp - fixed mingw and cygwin env detection (was always shadowed by _WIN32 macro detection, and __MINGW__ macro check was wrong to begin with)
Sat, 01 Oct 2022 16:14:00 +0200 Tassilo Philipp - more thiscall disas examples
Sat, 01 Oct 2022 16:04:40 +0200 Tassilo Philipp disas example for explicit cdecl declared thiscall
Sat, 01 Oct 2022 16:03:25 +0200 Tassilo Philipp - adding helper target to cmake
Thu, 29 Sep 2022 13:31:30 +0200 Tassilo Philipp - test/plain_c++: reintroduced an empty __cdecl define for portability
Thu, 29 Sep 2022 11:47:54 +0200 Tassilo Philipp test/plain_c++:
Thu, 29 Sep 2022 10:51:24 +0200 Tassilo Philipp - whitespace cosmetics
Tue, 27 Sep 2022 16:38:24 +0200 Tassilo Philipp - test/dynload_plain: fix to make rule for old ksh93 versions, which segfault on nested, forked subshells
Tue, 27 Sep 2022 15:34:45 +0200 Tassilo Philipp - test/syscall: minix include fix
Thu, 22 Sep 2022 23:15:51 +0200 Tassilo Philipp - sparc64 callback crash fix (local register wasn't preserved)
Wed, 21 Sep 2022 15:20:58 +0200 Tassilo Philipp - more statics in test code (this is partly needed on an experimental freebsd sparc64 build where the elf cleanup code crashes for some reason ... it's probably that experimental build, but a good change to do regardless)
Wed, 21 Sep 2022 14:37:09 +0200 Tassilo Philipp - cleanups
Wed, 21 Sep 2022 14:36:44 +0200 Tassilo Philipp - cleanups, made some arrays local to TUs, etc.
Wed, 21 Sep 2022 13:26:31 +0200 Tassilo Philipp - missed cmake build line to be removed given last commit