summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-18 14:25:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-18 14:26:01 -0700
commit9a8ec097c598e40b36f99d4ba1bb7ae8bf72b759 (patch)
tree3e1045772fa8e307ecb91d536be856744ccadd1a /ChangeLog
parent3b693f5ab7a4bc48af5202889a11734465d0c442 (diff)
downloadgnulib-9a8ec097c598e40b36f99d4ba1bb7ae8bf72b759.tar.gz
Go back to dynamic largefile, year2038 tests
Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2023-04/msg00134.html * modules/largefile-tests, modules/year2038-tests (Depends-on): Remove assert-h. * tests/test-largefile.c, tests/test-year2038.c: Test dynamically, not via static_assert.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14bbfc2be7..32fbef51e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-04-18 Paul Eggert <eggert@cs.ucla.edu>
+ Go back to dynamic largefile, year2038 tests
+ Problem reported by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2023-04/msg00134.html
+ * modules/largefile-tests, modules/year2038-tests (Depends-on):
+ Remove assert-h.
+ * tests/test-largefile.c, tests/test-year2038.c:
+ Test dynamically, not via static_assert.
+
doc: mention when O_* defaults to 0
* doc/posix-headers/fcntl.texi: Document in more detail which O_*
macros default to 0 in Gnulib.