log

age author description
Sat, 23 Jan 2021 13:49:50 +0100 Tassilo Philipp - dynload fixes for newer x86 beos/haiku that come with elf.h by default (removed hacky stub used before for elf hdr refs)
Fri, 22 Jan 2021 16:38:57 +0100 Tassilo Philipp Added tag r1.2 for changeset 763ab518e1bb
Fri, 22 Jan 2021 16:27:41 +0100 Tassilo Philipp - added 1.2 release date to changelog r1.2
Fri, 22 Jan 2021 15:51:16 +0100 Tassilo Philipp - todo cleanup
Fri, 22 Jan 2021 15:40:42 +0100 Tassilo Philipp - changelog update
Fri, 22 Jan 2021 14:42:48 +0100 Tassilo Philipp Added tag r1.2-RC2 for changeset f155bda02e10
Fri, 22 Jan 2021 14:42:19 +0100 Tassilo Philipp changelog update r1.2-RC2
Fri, 22 Jan 2021 12:10:32 +0100 Tassilo Philipp - manual version number bump
Thu, 21 Jan 2021 19:50:31 +0100 Tassilo Philipp - haiku dynload fix
Thu, 21 Jan 2021 17:27:02 +0100 Tassilo Philipp - excluding syscall stuff from callf test for beos/haiku
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