summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-05-01 11:19:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-05-01 11:21:18 -0700
commit20022b888d0da7f927fd18cb8f18d78f8ac03107 (patch)
treedc350105a31cd1a8023d2bf60d017b639782fa94 /ChangeLog
parentbdc715b1f7a4eee75214709d4a949bdf65bcc9a2 (diff)
downloadgnulib-20022b888d0da7f927fd18cb8f18d78f8ac03107.tar.gz
extern-inline: port to pcc
* m4/extern-inline.m4 (gl_EXTERN_INLINE): Port to pcc 1.2.0.DEVEL 20220331, which doesn’t support extern inline even though it claims to be GCC 4.3 and to support C11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f010adac..d3f092b946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-05-01 Paul Eggert <eggert@cs.ucla.edu>
+ extern-inline: port to pcc
+ * m4/extern-inline.m4 (gl_EXTERN_INLINE): Port to pcc
+ 1.2.0.DEVEL 20220331, which doesn’t support extern inline
+ even though it claims to be GCC 4.3 and to support C11.
+
regex: prefer C23 style overflow checking
* lib/regex_internal.h: Include stdckdint.h.
* lib/regexec.c (re_search_2_stub):