diff ChangeLog @ 358:30aae7371373

- extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall - made formatted call (dcV?{Call,Arg}F) interface use those calling convention mode signature specifications to begin with - extended callf testcode with one standard and one vararg call to test those cc mode switches
author Tassilo Philipp
date Mon, 13 Apr 2020 15:12:01 +0200
parents 2f64957d6a46
children 32736025371f
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 25 18:16:13 2020 +0100
+++ b/ChangeLog	Mon Apr 13 15:12:01 2020 +0200
@@ -1,8 +1,14 @@
 This file lists bigger/noteworthy changes, only...
 
 Version 1.2 (upcoming)
+dyncall:
+  o extended signature with more chars for calling convention switching (only for modes
+    that coexist on a platform with other conventions)
+  o made "formatted" call interface use calling convention signature chars
 dynload:
   o fix to build with musl libc
+tests:
+  o extended callf testcode with to test calling convention mode switch signature chars
 
 Version 1.1 (2020/01/11)
 dyncall: