comparison ChangeLog @ 360:32736025371f

- doc updates with more info about signature string usage
author Tassilo Philipp
date Mon, 13 Apr 2020 21:35:43 +0200
parents 30aae7371373
children 78dfa2f9783a
comparison
equal deleted inserted replaced
359:e8a13c880399 360:32736025371f
5 o extended signature with more chars for calling convention switching (only for modes 5 o extended signature with more chars for calling convention switching (only for modes
6 that coexist on a platform with other conventions) 6 that coexist on a platform with other conventions)
7 o made "formatted" call interface use calling convention signature chars 7 o made "formatted" call interface use calling convention signature chars
8 dynload: 8 dynload:
9 o fix to build with musl libc 9 o fix to build with musl libc
10 doc:
11 o manual now specifying calling convention signature chars
12 bindings:
13 o python: Python 3 support, Python 2 unicode support, added get_path function, changing
14 'Z' conversions to only immutable types and 'p' to mutable types (and handles), bytearray
15 support, support to specify calling convention
10 tests: 16 tests:
11 o extended callf testcode with to test calling convention mode switch signature chars 17 o extended callf testcode with to test calling convention mode switch signature chars
12 18
13 Version 1.1 (2020/01/11) 19 Version 1.1 (2020/01/11)
14 dyncall: 20 dyncall: