log

age author description
Sun, 20 Nov 2022 22:14:39 +0100 Tassilo Philipp - add flag to configure.bat to generate *nix makefiles (can be used to gen a mostly working *nix make build env run with batch, not logical but useful in some zombie setups)
Sun, 20 Nov 2022 19:46:01 +0100 Tassilo Philipp "
Sun, 20 Nov 2022 18:04:08 +0100 Tassilo Philipp - removed superflous arg from 2 calls, fixing a warning
Sat, 19 Nov 2022 15:45:41 +0100 Tassilo Philipp - added explicit arm64 target, and clang tool options to Windows' configure.bat
Wed, 09 Nov 2022 14:46:38 +0100 Tassilo Philipp - BSD syscall segfault fix
Fri, 28 Oct 2022 20:51:45 +0200 Tassilo Philipp - changelog
Fri, 28 Oct 2022 15:34:49 +0200 Tassilo Philipp (older) C conformance fix
Fri, 28 Oct 2022 15:15:15 +0200 Tassilo Philipp Added tag r1.4-RC5 for changeset c477ddd64718
Fri, 28 Oct 2022 15:08:21 +0200 Tassilo Philipp - test/plain: r1.4-RC5
Fri, 28 Oct 2022 14:03:33 +0200 Tassilo Philipp whitespace
Fri, 28 Oct 2022 13:53:11 +0200 Tassilo Philipp - lua signature generator for test code: support for generating '.' vararg sigs
Fri, 28 Oct 2022 12:22:12 +0200 Tassilo Philipp cleanup: removal of actually unnecessary require lines
Fri, 28 Oct 2022 12:21:17 +0200 Tassilo Philipp - removed outdated lua bootstrapper, b/c unused, only needed when recreating test case configs, and hardcoded lua version (which is too old anyways for some lua scripts in use)
Fri, 28 Oct 2022 12:14:15 +0200 Tassilo Philipp - cosmetics, missing require"math" in test case gen
Wed, 05 Oct 2022 11:49:41 +0200 Tassilo Philipp test/resolve_self: hack for linkers not having --export-dynamic
Mon, 03 Oct 2022 16:52:15 +0200 Tassilo Philipp - test/resolve_self: use a more portable linker option to export exec symbols (fixes some builds)
Mon, 03 Oct 2022 13:49:19 +0200 Tassilo Philipp - x64 win disas example fix and addition
Mon, 03 Oct 2022 11:40:36 +0200 Tassilo Philipp sysv x64 disas examples:
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)