summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-09-12 23:46:19 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-09-12 23:46:39 -0700
commitec2b9f27bd3b051e2c6c26705933b395554d0ab9 (patch)
tree20bdba8ed8cc50116baeefb6c9e2a62a71de2a3d /ChangeLog
parent29d79d473f52b0ec58f50c95ef782c66fc0ead21 (diff)
downloadgnulib-ec2b9f27bd3b051e2c6c26705933b395554d0ab9.tar.gz
stdint-tests: long long preproc on recent Sun C
* tests/test-stdint.c: Test long long preprocessor constants on Oracle Developer Studio 12.6, where they should work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e5cc7d66..d64252c386 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ stdint-tests: long long preproc on recent Sun C
+ * tests/test-stdint.c: Test long long preprocessor constants on
+ Oracle Developer Studio 12.6, where they should work.
+
2021-09-13 Bruno Haible <bruno@clisp.org>
extern-inline: Fix syntax error on macOS with GCC 11 (regr. 2021-08-22).