summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-05-02 13:18:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-05-02 13:19:18 -0700
commit18e6a048c8e85b29090cfed503c0d32a28feb090 (patch)
tree70e0df802bac7c007ad1503bb359e73e112c1dd7 /ChangeLog
parentd43dafef78dce10155a1d7d37ba68d704dd9d00b (diff)
downloadgnulib-18e6a048c8e85b29090cfed503c0d32a28feb090.tar.gz
mktime: include <intprops.h>
* lib/mktime.c: Include <intprops.h> again, fixing a typo noted by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2023-05/msg00014.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1486c3f894..6323068ffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-05-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ mktime: include <intprops.h>
+ * lib/mktime.c: Include <intprops.h> again,
+ fixing a typo noted by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2023-05/msg00014.html
+
2023-05-02 Bruno Haible <bruno@clisp.org>
fopen: Silence a gcc warning.