summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0827f5c772..8abee26d10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2022-10-10 Paul Eggert <eggert@cs.ucla.edu>
+ tests: prefer stdckdint to intprops
+ * modules/chown-tests, modules/fchownat-tests:
+ * modules/fdutimensat-tests, modules/futimens-tests:
+ * modules/lchown-tests, modules/stat-time-tests:
+ * modules/utime-tests, modules/utimens-tests:
+ * modules/utimensat-tests:
+ (Depends on): Depend on stdckint, not intprops.
+ * tests/nap.h: Include stdckdint.h, not intprops.h.
+ All macro uses changed.
+
stat-time: prefer stdckdint to intprops
* lib/stat-time.h: Include stdckdint.h instead of intprops.h.
(stat_time_normalize): Use ckd_add instead of INT_ADD_WRAPV.