log ChangeLog @ 358:30aae7371373

age author description
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 16:07:45 +0100 Tassilo Philipp - fix to dynload to build with musl libc (latter has dlinfo but not RTLD_SELF, so fallback to dl_iterate_phdr if on ELF targets)
Sun, 12 Jan 2020 11:30:40 +0100 Tassilo Philipp - changelog and todo prep for upcoming 1.2
Fri, 10 Jan 2020 15:29:13 +0100 Tassilo Philipp - prep/cleanup for 1.1 release r1.1
Sat, 04 Jan 2020 01:07:49 +0100 Tassilo Philipp - x64 SysV syscall support
Sat, 30 Nov 2019 15:57:28 +0100 Tassilo Philipp - doc: added mips64/n32 stub r1.1-RC1
Sat, 23 Nov 2019 13:53:28 +0100 Tassilo Philipp - todo and changelog update
Wed, 13 Nov 2019 17:15:43 +0100 Tassilo Philipp - Darwin/macos fix for dlGetLibraryPath() to correctly fail on bogus handles
Wed, 06 Nov 2019 12:32:53 +0100 Tassilo Philipp - stop using dlinfo() on glibc platforms but use dl_iterate_phdr() instead, as former's implementation is nothing more than a fancy cast and thus dangerously assuming that every provided handle is valid
Thu, 24 Oct 2019 23:39:57 +0200 Tassilo Philipp - changelog about dynload UTF-8 support on windows
Mon, 29 Apr 2019 11:51:30 +0200 Tassilo Philipp better MacOS Mojave support in ./configure (Mojave dropped i386 builds)
Wed, 23 May 2018 11:41:34 +0200 Tassilo Philipp - softfloat support for mips64/n64 abi
Mon, 21 May 2018 02:48:12 +0200 Tassilo Philipp - mips softfloat support for o32 callconv (calls and callbacks, little and big endian)
Sun, 20 May 2018 02:23:44 +0200 Tassilo Philipp - changelog
Wed, 16 May 2018 16:35:39 +0200 Tassilo Philipp - FBSD12-CURRENT/mipshf needs to be told explicitly to use -mhard_float (at least as of may 2018)