aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b20df749..eaf475d5 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-12-12 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * configure.ac (AC_CHECK_FUNCS): Check for timegm.
+ * builtin.c (mktime_tz): Remove function; we will use timegm instead.
+ (do_mktime): Replace 'mktime_tz(& then, "UTC+0")' with 'timegm(& then)'.
+ * protos.h (timegm): Add timegm proto on systems lacking it.
+ * replace.c (timegm): Include missing_d/timegm.c if needed.
+
2018-12-06 Arnold D. Robbins <arnold@skeeve.com>
* configure.ac: Add -ggdb3 to CFLAGS if developing and remove