diff ChangeLog @ 588:dfc2e6ee8782 r1.4-RC3

- more robust endian detection, on some platforms inclusion of endian.h led to assuming wrong endianness (subtle if inclusion was in - syscall test: added newline to output
author Tassilo Philipp
date Mon, 19 Sep 2022 09:54:21 +0200
parents 53de6e16f445
children 01a5762c6fba
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 15 18:11:48 2022 +0200
+++ b/ChangeLog	Mon Sep 19 09:54:21 2022 +0200
@@ -22,6 +22,9 @@
   o x64/windows masm directives for frame unwinding information (as dbg help; thanks Raphael Luba!)
 dynload:
   o build fix for ReactOS with RosBE/cmake/mingw-make environment
+general:
+  o more robust detection of platform endianness (on some platforms inclusion
+    of endian.h led to wrong assumptions)
 tests:
   o call_suite: simplified and extended to test also unsigned types, and _Bool
   o callback_suite: refactored to be much more like call_suite test