summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.