summaryrefslogtreecommitdiff
path: root/missing_d/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-04-15 21:09:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-04-15 21:09:18 +0300
commit5985b3f9a87bc0d76fe62bcc9bbde39618001216 (patch)
tree54598327eae7db00b3e879cbbbc93a45176cf3cc /missing_d/ChangeLog
parent8e436d62f58ed19709ffbbfdde30e0dd481fbfbd (diff)
parent10f8bb08480ab15f21ba496caf9d87f8b33c0bb6 (diff)
downloadgawk-5985b3f9a87bc0d76fe62bcc9bbde39618001216.tar.gz
Merge branch 'gawk-5.2-stable'
Diffstat (limited to 'missing_d/ChangeLog')
-rw-r--r--missing_d/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog
index b01a6535..9607a336 100644
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * strptime.c (strptime_internal): Rework a bit to use localtime()
+ instead of localtime_r(). This lets it work for MinGW and maybe
+ other systems. Thanks to Eli Zaretskii <eliz@gnu.org> for the report.
+
2023-03-12 Arnold D. Robbins <arnold@skeeve.com>
* strptime.c: New file, from GNULIB, with a few slight mods.