diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |