diff ChangeLog @ 362:78dfa2f9783a

- added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode - added a signature-based syscall to callf testcode - manual clarification about dcReset usage in combination with dcMode
author Tassilo Philipp
date Tue, 14 Apr 2020 16:56:57 +0200
parents 32736025371f
children 3ff4a4ba7f0e
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 13 21:40:28 2020 +0200
+++ b/ChangeLog	Tue Apr 14 16:56:57 2020 +0200
@@ -5,6 +5,7 @@
   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
+  o added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode
 dynload:
   o fix to build with musl libc
 doc:
@@ -14,7 +15,7 @@
     'Z' conversions to only immutable types and 'p' to mutable types (and handles), bytearray
 	support, support to specify calling convention
 tests:
-  o extended callf testcode with to test calling convention mode switch signature chars
+  o extended callf testcode to test callconv mode switch signature chars (including syscalls)
 
 Version 1.1 (2020/01/11)
 dyncall: