# HG changeset patch # User Tassilo Philipp # Date 1650800313 -7200 # Node ID 35498b47950560876c1794950bd473ac90d3d1f4 # Parent 804df3409b51e2dc8b9bab1459637ae0312cf53d - Changelog diff -r 804df3409b51 -r 35498b479505 ChangeLog --- a/ChangeLog Sat Apr 23 16:28:47 2022 +0200 +++ b/ChangeLog Sun Apr 24 13:38:33 2022 +0200 @@ -13,9 +13,14 @@ o dcCallF(), dcVCallF(), dcArgF() and dcVArgF() don't implicitly call dcReset() anymore, which was unflexible (breaking change) o added macros to feature test implementation for aggregate-by-value and syscall support + o windows/x64/masm directives added to specify how stack unwinds (help for + debuggers, exception handling, etc.; thanks Raphael Luba) dyncallback: + o stack unwinding debug help on windows... @@@@@@@@@@@@@@@@@@@@ (thanks Raphael Luba!) o aggregate-by-value (struct, union) support for x64 (win and sysv; thanks Raphael Luba!) o new aggregate arg interface DCaggr + o windows/x64/masm directives added to specify how stack unwinds (help for + debuggers, exception handling, etc.; thanks Raphael Luba) dynload: o build fix for ReactOS with RosBE/cmake/mingw-make environment tests: