summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-10-10 18:45:03 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-10-10 18:45:25 -0700
commitc72c8888a7db79e8e126629aada87eea82cb8d6e (patch)
tree1679e0c0c123048a5738e90c3314d8bb614e0975 /ChangeLog
parentfdc66e18fbda0d351c1e9ebafc315176b28653a2 (diff)
downloadgnulib-c72c8888a7db79e8e126629aada87eea82cb8d6e.tar.gz
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.
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.