log

age author description
Thu, 21 Jan 2021 17:15:35 +0100 Tassilo Philipp - newer and portable beos/haiku uses elf.h instead of elf32.h (maybe older builds only used elf32.h in raw source? either way, just using elf.h now)
Wed, 20 Jan 2021 17:50:46 +0100 Tassilo Philipp Added tag r1.2-RC1 for changeset 2144287113df
Wed, 20 Jan 2021 17:50:14 +0100 Tassilo Philipp - prep for 1.2 release candidate r1.2-RC1
Wed, 20 Jan 2021 17:36:34 +0100 Tassilo Philipp - thunk test: better signal handling, using sigaction(2) with SA_ONSTACK
Wed, 20 Jan 2021 13:49:43 +0100 Tassilo Philipp - dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)"
Tue, 29 Dec 2020 13:30:59 +0100 Tassilo Philipp - test fix: no SIGBUS on windows platforms
Tue, 29 Dec 2020 11:25:40 +0100 Tassilo Philipp makefile helper target to quickly list toolchain versions of current platform
Mon, 28 Dec 2020 14:14:59 +0100 Tassilo Philipp cosmetics
Mon, 28 Dec 2020 14:12:14 +0100 Tassilo Philipp - removed unsupported syscall mode from macos/arm64 callvm, so trying to use it will safely return an error
Mon, 28 Dec 2020 14:09:09 +0100 Tassilo Philipp - simplified thunk-test memory error handling (sigaction setup not needed for this single-threaded test; did also set mutually exclusive union members)
Mon, 28 Dec 2020 14:04:32 +0100 Tassilo Philipp - simplified callvm setup for win/arm64 a bit, no behaviour changes
Sat, 26 Dec 2020 22:39:46 +0100 Tassilo Philipp removal of incorrect line in todo list
Sat, 26 Dec 2020 20:23:55 +0100 Tassilo Philipp - correction to manual overview (in a prev commit I edited the wrong line)
Fri, 25 Dec 2020 18:51:03 +0100 Tassilo Philipp todo update (macos/arm64 known to work)
Fri, 25 Dec 2020 18:45:57 +0100 Tassilo Philipp - updated manual platform support overview
Fri, 25 Dec 2020 18:07:39 +0100 Tassilo Philipp - windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!
Sat, 19 Dec 2020 20:02:08 +0100 Tassilo Philipp todo update
Sat, 08 Aug 2020 20:39:54 +0200 Tassilo Philipp - removed all .machine ppc pseudo-ops (see prev commit)
Wed, 05 Aug 2020 15:50:49 +0200 Tassilo Philipp - removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
Mon, 20 Jul 2020 14:07:36 +0200 Tassilo Philipp - removed outdated comment
Wed, 15 Apr 2020 14:57:23 +0200 Tassilo Philipp - removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
Tue, 14 Apr 2020 19:58:31 +0200 Tassilo Philipp - fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label
Tue, 14 Apr 2020 19:35:30 +0200 Tassilo Philipp - Todo entries
Tue, 14 Apr 2020 17:47:33 +0200 Tassilo Philipp - changelog addition
Tue, 14 Apr 2020 16:56:57 +0200 Tassilo Philipp - added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
Mon, 13 Apr 2020 21:40:28 +0200 Tassilo Philipp - typos
Mon, 13 Apr 2020 21:35:43 +0200 Tassilo Philipp - doc updates with more info about signature string usage
Mon, 13 Apr 2020 16:01:17 +0200 Tassilo Philipp - better implementation of callf sigchar cc mode checking
Mon, 13 Apr 2020 15:12:01 +0200 Tassilo Philipp - extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall
Tue, 25 Feb 2020 18:16:13 +0100 Tassilo Philipp - PPC64 asm syntax fix, specifying explicitly comparison mode for cmpi (newer toolchains complain, older ones took optional field of instruction which happened to be same value)