summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc4e43a881..323d41c0b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,15 @@
stdckdint: use in more modules
* lib/nstrftime.c (__strftime_internal):
+ * lib/parse-datetime.y (apply_relative_time, zone, date)
+ (iso_8601_date, relunit, relunit_snumber, time_zone_hhmm)
+ (to_tm_year, yylex, parse_datetime_body):
* lib/timespec-add.c (timespec_add):
* lib/timespec-sub.c (timespec_sub):
* lib/xstrtol.c (bkm_scale):
Prefer ckd_add to INT_ADD_WRAPV etc., and include stdckdint.h.
- * modules/nstrftime, modules/timespec-add, modules/timespec-sub:
- * modules/xstrtol:
+ * modules/nstrftime, modules/parse-datetime:
+ * modules/timespec-add, modules/timespec-sub, modules/xstrtol:
(Depends-on): Add stdckdint.
nstrftime: suggest to glibc how to avoid alloca