summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25caba51c5..fc32137e74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
12024-04-19 Bruno Haible <bruno@clisp.org>
2
3 signed-nan: Don't assume that '-' works as expected on NaN values.
4 * lib/signed-nan.h (minus_NaNf): New function.
5 (positive_NaNf, negative_NaNf): Use it.
6 (minus_NaNd): New function.
7 (positive_NaNd, negative_NaNd): Use it.
8 (minus_NaNl): New function.
9 (positive_NaNl, negative_NaNl): Use it.
10 * tests/test-totalorder.c (TOTALORDER_MINUS): New macro.
11 * tests/test-totalorderf.c (TOTALORDER_MINUS): New macro.
12 * tests/test-totalorderl.c (TOTALORDER_MINUS): New macro.
13 * tests/test-totalorder.h (negative_NaN_with_payload): Use it.
14 * tests/test-totalordermag.c (TOTALORDER_MINUS): New macro.
15 * tests/test-totalordermagf.c (TOTALORDER_MINUS): New macro.
16 * tests/test-totalordermagl.c (TOTALORDER_MINUS): New macro.
17 * tests/test-totalordermag.h (negative_NaN_with_payload): Use it.
18
12024-04-19 Collin Funk <collin.funk1@gmail.com> 192024-04-19 Collin Funk <collin.funk1@gmail.com>
2 20
3 gnulib-tool.py: Add a comment about coding style. 21 gnulib-tool.py: Add a comment about coding style.

Return to:

Send suggestions and report system problems to the System administrator.