comparison ChangeLog @ 408:5387564a1096

- changelog addition (and modification of older entry for clarity)
author Tassilo Philipp
date Sun, 03 Oct 2021 12:27:06 +0200
parents 1ef73f4c3a9f
children 15698dc0cba3
comparison
equal deleted inserted replaced
407:7364f285cac8 408:5387564a1096
4 Version 1.3 (upcoming) 4 Version 1.3 (upcoming)
5 5
6 dynload: 6 dynload:
7 o Haiku/x86 build fix 7 o Haiku/x86 build fix
8 o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!) 8 o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!)
9 dyncall:
10 o build fix when using clang's integrated assembler on arm32 hard-float platforms
11 dyncallback:
12 o build fix when using clang's integrated assembler on arm32 hard-float platforms
9 buildsys: 13 buildsys:
10 o windows/nmake based builds: output library name changes to follow conventions of the native 14 o windows/nmake based builds: output library name changes to follow conventions of the native
11 platform and be in line with cmake based builds 15 platform and be in line with cmake based builds
12 16
13 17
18 o extended signature with more chars for calling convention switching (only for modes 22 o extended signature with more chars for calling convention switching (only for modes
19 that coexist on a platform with other conventions) 23 that coexist on a platform with other conventions)
20 o made "formatted" call interface use calling convention signature chars 24 o made "formatted" call interface use calling convention signature chars
21 o added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode 25 o added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
22 o removed some unnecessary headers (only contained internal used forward declarations) 26 o removed some unnecessary headers (only contained internal used forward declarations)
23 o support clang's integrated as (didn't build on non-Darwin PPC32 platforms) 27 o build fix when using clang's integrated assembler on non-Darwin PPC32 platforms
24 dyncallback: 28 dyncallback:
25 o windows arm64 support (thanks Bernhard!) 29 o windows arm64 support (thanks Bernhard!)
26 o support clang's integrated as (didn't build on non-Darwin PPC32 platforms) 30 o build fix when using clang's integrated assembler on non-Darwin PPC32 platforms
27 dynload: 31 dynload:
28 o fix to build with musl libc 32 o fix to build with musl libc
29 o support for loading macos >= 11.0.1 (Big Sur) dylibs provided by system's "built-in dynamic 33 o support for loading macos >= 11.0.1 (Big Sur) dylibs provided by system's "built-in dynamic
30 linker cache of all system-provided libraries" (those dylibs are no longer present on the fs) 34 linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)
31 o fix to work on recent Haiku versions (r1 beta versions) 35 o fix to work on recent Haiku versions (r1 beta versions)