summaryrefslogtreecommitdiffstats
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 dee34c4b..e1954b41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-01-09 Kaz Kylheku <kaz@kylheku.com>
+ Fix broken Json parsing test case on MinGW.
+
+ * stream.c (vformat): Fix incorrect code for normalizing
+ exponent fields in the output of sprintf's floating-point
+ conversion. For ~e, the logic would let through a leading zero.
+ For ~a/~s conversion, it was comparing to 0 instead of '0',
+ not squashing leading zeros at all.
+
+2014-01-09 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c: Eliminate useless #else section containing #error
2013-01-09 Kaz Kylheku <kaz@kylheku.com>