summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-21 15:24:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-21 15:24:28 -0800
commitbecd51839b868d6c9be6b413f93773f3701a2d3b (patch)
treeabcd2fbdc92c90db229cb548e21c1e17959a1b67 /ChangeLog
parent119622a83d47b01b5a9fb2af4542cdb45f4eb83b (diff)
downloadgnulib-becd51839b868d6c9be6b413f93773f3701a2d3b.tar.gz
maint: fix __clang_major__ misspellings
The intprops.h typo fix should fix a bug in Emacs on Debian testing with clang <https://bugs.gnu.org/52711>. * lib/asyncsafe-spin.c, lib/intprops.h, lib/pthread-spin.c: Fix some misspellings of ‘__clang_major__’. I left one misspelling alone, in lib/cdefs.h, and instead reported that bug upstream here: https://sourceware.org/pipermail/libc-alpha/2021-December/134512.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c5b479082..2436a49133 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-12-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ maint: fix __clang_major__ misspellings
+ The intprops.h typo fix should fix a bug in Emacs on Debian testing
+ with clang <https://bugs.gnu.org/52711>.
+ * lib/asyncsafe-spin.c, lib/intprops.h, lib/pthread-spin.c:
+ Fix some misspellings of ‘__clang_major__’.
+ I left one misspelling alone, in lib/cdefs.h,
+ and instead reported that bug upstream here:
+ https://sourceware.org/pipermail/libc-alpha/2021-December/134512.html
+
2021-12-21 Bruno Haible <bruno@clisp.org>
get_ppid_of, get_progname_of: Fix runtime error on Mac OS X < 10.5.