aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d12720e..7380ff30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,16 @@
* builtin.c (do_strftime): Use a double for the timestamp and
check that the value is within range for a time_t.
+ Unrelated:
+
+ * regex_internal.h (test_malloc, test_realloc): Use %lu in printf
+ format for error messages. Thanks to Michal Jaegermann for
+ pointing this out.
+
+ Unrelated:
+
+ * NEWS: Updated.
+
2015-04-14 Arnold D. Robbins <arnold@skeeve.com>
* builtin.c (do_strftime): Restore checking for negative result and