summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 862e2e8c..887d026c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,11 @@
* debug.c (do_commands): Initialize num to silence warnings.
Thanks to Michal Jaegermann.
+ Unrelated:
+
+ * builtin.c (do_mktime): Change lint warning for minutes to
+ check against 59, not 60. Thanks to Hermann Peifer for the report.
+
2014-03-03 Arnold D. Robbins <arnold@skeeve.com>
* dfa.c: Sync with grep. Yet again.