# HG changeset patch # User Tassilo Philipp # Date 1666983105 -7200 # Node ID 97e7d94907528cffd6fbcc6e0b9fe1e83f2a969d # Parent 4754d195d2b51852614dc5750e281757f32cd34d - changelog diff -r 4754d195d2b5 -r 97e7d9490752 ChangeLog --- a/ChangeLog Fri Oct 28 15:34:49 2022 +0200 +++ b/ChangeLog Fri Oct 28 20:51:45 2022 +0200 @@ -15,7 +15,7 @@ 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) + debuggers, exception handling, etc.; thanks Raphael Luba!) o fixed detection of native thiscall callconv for builds not using MSVC but using (or adhering to) the MSVC runtime (e.g. ReactOS' MinGW based RosBE) dyncallback: @@ -34,6 +34,7 @@ o call_suite_aggrs: new test suite for calls with aggregate arguments and return types (structs, unions and arrays as aggregate members) o callback_suite_aggrs: new test suite, like call_suite_aggrs but for callbacks + o plain: added some aggregate-as-vararg-by-value tests o plain_c++: added non-trivial C++ aggregate tests o callback_plain_c++: new test, focusing on methods and non-trivial C++ aggregates o simplifications and major refactoring to share more code (especially