aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc697741..4499f94e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2015-04-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dfa.c: Sync with grep.
+
+2015-04-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * builtin.c (do_strftime): For bad time_t values, return "".
+
+2015-04-16 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * node.c (r_force_number): If strtod sets errno, then force the
+ numeric value in node->numbr to zero. For subnormal values, strtod
+ sets errno but does not return zero, and we don't want to retain
+ those subnormal values.
+
2015-04-16 Arnold D. Robbins <arnold@skeeve.com>
* configure.ac: Updated by autoupdate.