log ChangeLog @ 663:127b569978cc default tip

age author description
Mon, 11 Mar 2024 00:48:30 +0100 Tassilo Philipp - marked haiku/riscv64 (rv64imafdc) as tested, confirmed working via dynOS
Sat, 09 Mar 2024 20:40:10 +0100 Tassilo Philipp - clarified riscv64 support in manual and changelog
Sat, 09 Mar 2024 11:32:00 +0100 Tassilo Philipp - changelog
Tue, 06 Dec 2022 21:07:14 +0100 Tassilo Philipp - release prep
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
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)
Thu, 22 Sep 2022 23:15:51 +0200 Tassilo Philipp - sparc64 callback crash fix (local register wasn't preserved)
Mon, 19 Sep 2022 16:38:11 +0200 Tassilo Philipp - relaxed cmake's c++ compiler check for test suite a bit by just checking if compiler string is set (existing CMAKE_CXX_COMPILER_WORKS fails on some platforms)
Mon, 19 Sep 2022 09:54:21 +0200 Tassilo Philipp - more robust endian detection, on some platforms inclusion of endian.h led to assuming wrong endianness (subtle if inclusion was in r1.4-RC3
Thu, 08 Sep 2022 12:19:51 +0200 Tassilo Philipp - more man page examples
Sun, 04 Sep 2022 16:31:40 +0200 Tassilo Philipp changelog
Sun, 04 Sep 2022 11:11:20 +0200 Tassilo Philipp ./configure for SunOS now uses isainfo(1) to deduce native instruction set
Sun, 04 Sep 2022 00:49:56 +0200 Tassilo Philipp ./configure output for sun make builds: set correct C++ compiler flag var
Sat, 03 Sep 2022 17:03:37 +0200 Tassilo Philipp doc
Mon, 20 Jun 2022 14:57:49 +0200 Tassilo Philipp - amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better asserts
Tue, 31 May 2022 18:35:06 +0200 Tassilo Philipp - test/callback_plain_c++, to test C++ non-trivial aggrs by value, as well as method callback handlers
Sun, 24 Apr 2022 13:38:33 +0200 Tassilo Philipp - Changelog
Thu, 21 Apr 2022 13:35:47 +0200 Tassilo Philipp - integration of patches from Raphael Luba, Thekla, Inc.:
Fri, 17 Dec 2021 18:56:11 +0100 Tassilo Philipp changelog
Fri, 17 Dec 2021 11:07:30 +0100 Tassilo Philipp - prep for 1.3 release, version number bump, etc. r1.3
Thu, 16 Dec 2021 16:02:39 +0100 Tassilo Philipp - changelog update r1.3-RC1
Tue, 05 Oct 2021 21:53:04 +0200 Tassilo Philipp - cleanups, simplifications, some api clarification, ...
Sun, 03 Oct 2021 19:41:41 +0200 Tassilo Philipp - regression fix: return values were broken on some arm32-thumb targets
Sun, 03 Oct 2021 12:27:06 +0200 Tassilo Philipp - changelog addition (and modification of older entry for clarity)
Wed, 07 Apr 2021 17:48:53 +0200 Tassilo Philipp changelog
Sat, 23 Jan 2021 15:33:30 +0100 Tassilo Philipp windows lib name consistency changes for nmake builds
Wed, 07 Apr 2021 17:33:23 +0200 Tassilo Philipp - changelog
Sat, 23 Jan 2021 14:30:24 +0100 Tassilo Philipp - changelog
Fri, 22 Jan 2021 16:27:41 +0100 Tassilo Philipp - added 1.2 release date to changelog r1.2
Fri, 22 Jan 2021 15:40:42 +0100 Tassilo Philipp - changelog update
Fri, 22 Jan 2021 14:42:19 +0100 Tassilo Philipp changelog update r1.2-RC2
Wed, 20 Jan 2021 17:50:14 +0100 Tassilo Philipp - prep for 1.2 release candidate r1.2-RC1
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)"
Fri, 25 Dec 2020 18:07:39 +0100 Tassilo Philipp - windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster!
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
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 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:35:43 +0200 Tassilo Philipp - doc updates with more info about signature string usage
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)
Tue, 08 May 2018 00:37:28 +0200 Tassilo Philipp - adding mips softfloat to ToDo
Mon, 23 Apr 2018 20:52:43 +0200 Tassilo Philipp - adjusted release date of r1.0 in changelog r1.0
Thu, 19 Apr 2018 19:19:41 +0200 Tassilo Philipp - cleanup in Changelog and Todo for 1.0
Sun, 20 Aug 2017 19:56:00 +0200 Tassilo Philipp - prep for 1.0 release r1.0-RC1