summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-16 17:44:42 +0200
committerBruno Haible <bruno@clisp.org>2023-04-16 17:44:42 +0200
commitab7e730caa3540388293e3d98034030a1020d401 (patch)
tree12ee734f676a1d68d29871d0afa5fe3568e57be5 /ChangeLog
parenta6874e978418a75a10549ac08d0db9bc9b5abbc8 (diff)
downloadgnulib-ab7e730caa3540388293e3d98034030a1020d401.tar.gz
year2038: Revert the added module dependencies.
Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2023-04/msg00117.html>. * modules/year2038 (Depends-on): Remove sched, sys_msg, sys_select, sys_sem, sys_shm, sys_stat, sys_time, sys_types, time-h, utime-h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 581ca09a47..ad17e04f7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-04-16 Bruno Haible <bruno@clisp.org>
+ year2038: Revert the added module dependencies.
+ Suggested by Paul Eggert in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2023-04/msg00117.html>.
+ * modules/year2038 (Depends-on): Remove sched, sys_msg, sys_select,
+ sys_sem, sys_shm, sys_stat, sys_time, sys_types, time-h, utime-h.
+
+2023-04-16 Bruno Haible <bruno@clisp.org>
+
posix_spawn_file_actions_addclose tests: Avoid test failure on Cygwin.
* tests/test-posix_spawn_file_actions_addclose.c (main): Skip an
unportable test also on Cygwin.