# HG changeset patch # User Tassilo Philipp # Date 1611161414 -3600 # Node ID 2144287113df456e17e4f89411717107c74f5413 # Parent 268378d6661061fa3b70174634fb719262baadd2 - prep for 1.2 release candidate diff -r 268378d66610 -r 2144287113df ChangeLog --- a/ChangeLog Wed Jan 20 17:36:34 2021 +0100 +++ b/ChangeLog Wed Jan 20 17:50:14 2021 +0100 @@ -1,7 +1,7 @@ This file lists bigger/noteworthy changes, only... -Version 1.2 (upcoming) +Version 1.2 dyncall: o windows arm64 support (thanks Bernhard!) diff -r 268378d66610 -r 2144287113df LICENSE --- a/LICENSE Wed Jan 20 17:36:34 2021 +0100 +++ b/LICENSE Wed Jan 20 17:50:14 2021 +0100 @@ -1,7 +1,7 @@ If not stated otherwise inside a file, all files here are distributed in terms of: -Copyright (c) 2007-2020 Daniel Adler , +Copyright (c) 2007-2021 Daniel Adler , Tassilo Philipp Permission to use, copy, modify, and distribute this software for any diff -r 268378d66610 -r 2144287113df ToDo --- a/ToDo Wed Jan 20 17:36:34 2021 +0100 +++ b/ToDo Wed Jan 20 17:50:14 2021 +0100 @@ -1,4 +1,4 @@ -1.2: +1.3: ---- - test atpcs thumb on arm and verify if ellipsis and C++ thiscalls work, if so adapt doc appendix - test eabi thumb on arm and verify if ellipsis and C++ thiscalls work, if so adapt doc appendix diff -r 268378d66610 -r 2144287113df dynload/dynload_syms_mach-o.c --- a/dynload/dynload_syms_mach-o.c Wed Jan 20 17:36:34 2021 +0100 +++ b/dynload/dynload_syms_mach-o.c Wed Jan 20 17:50:14 2021 +0100 @@ -7,7 +7,7 @@ License: Copyright (c) 2007-2015 Olivier Chafik , - 2017-2018 refactored completely for stability, API + 2017-2021 refactored completely for stability, API consistency and portability by Tassilo Philipp. Permission to use, copy, modify, and distribute this software for any diff -r 268378d66610 -r 2144287113df test/thunk/test_thunk.c --- a/test/thunk/test_thunk.c Wed Jan 20 17:36:34 2021 +0100 +++ b/test/thunk/test_thunk.c Wed Jan 20 17:50:14 2021 +0100 @@ -6,7 +6,7 @@ Description: License: - Copyright (c) 2011-2020 Daniel Adler , + Copyright (c) 2011-2021 Daniel Adler , Tassilo Philipp Permission to use, copy, modify, and distribute this software for any