summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-05-01 09:10:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-05-01 11:21:18 -0700
commitbdc715b1f7a4eee75214709d4a949bdf65bcc9a2 (patch)
treebbb4ecce636c2206ec8f923cee9700f82e91ec32 /ChangeLog
parenta1d7a312646ec112140f4a3e112daac2194549df (diff)
downloadgnulib-bdc715b1f7a4eee75214709d4a949bdf65bcc9a2.tar.gz
regex: prefer C23 style overflow checking
* lib/regex_internal.h: Include stdckdint.h. * lib/regexec.c (re_search_2_stub): * modules/regex (Depends-on): Add stdckdint. Prefer stdckdint.h to intprops.h macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3528faf40e..55f010adac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-05-01 Paul Eggert <eggert@cs.ucla.edu>
+ regex: prefer C23 style overflow checking
+ * lib/regex_internal.h: Include stdckdint.h.
+ * lib/regexec.c (re_search_2_stub):
+ * modules/regex (Depends-on): Add stdckdint.
+ Prefer stdckdint.h to intprops.h macros.
+
dynarray: prefer C23 style overflow checking
* lib/malloc/dynarray_emplace_enlarge.c, lib/malloc/dynarray_resize.c:
Include stdckdint.h, not intprops.h.