diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 19:53:23 +0200 |
| commit | aa308069bebf2d5a3200728caa69a76137c03d8b (patch) | |
| tree | c0ba2281e801c4720a0d8a5e5ee943688234f088 /src/c-stdaux/NEWS.md | |
| parent | 0a4b2c29da4ccf259bbcea3298d15abebb94348f (diff) | |
| parent | 537bfce2bda471c92caabd388589230200891509 (diff) | |
Update upstream source from tag 'upstream/1.58_rc1'
Update to upstream version '1.58~rc1' with Debian dir 451489c9234e2b6b7c2f41ca6670287ea3ac3efd
Diffstat (limited to 'src/c-stdaux/NEWS.md')
| -rw-r--r-- | src/c-stdaux/NEWS.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/c-stdaux/NEWS.md b/src/c-stdaux/NEWS.md index 8e7b3c71..823a584e 100644 --- a/src/c-stdaux/NEWS.md +++ b/src/c-stdaux/NEWS.md @@ -1,5 +1,27 @@ # c-stdaux - Auxiliary macros and functions for the C standard library +## CHANGES WITH 1.6.0: + + * Multiple fixes to the test-suite, which fix differences in the + optimizations performed by GCC and clang. + + Contributions from: David Rheinsberg, ms178, Nikita Popov + + - Dußlingen, 2025-06-16 + +## CHANGES WITH 1.5.0: + + * Change the meson variable exports to avoid dashes in variable names, + given that pkg-config seems to be unable to deal with them. The old + variables are still exported for compatibility, but new variables + without dashes are now provided as well. + + * Improve warning-resiliency of `c_assume_aligned` on older compilers. + + Contributions from: Adrian Vovk, David Rheinsberg, Thomas Haller + + - Dußlingen, 2023-12-12 + ## CHANGES WITH 1.4.0: * New compiler-builtin c_assume_aligned() allows hinting alignment |