changeset 538:35498b479505

- Changelog
author Tassilo Philipp
date Sun, 24 Apr 2022 13:38:33 +0200
parents 804df3409b51
children 0c3f5355769d
files ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: