summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-27 21:26:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-27 21:26:50 -0700
commit1e67360104eb51a4df38c8be2fdb513517e06965 (patch)
treea268fda042596fc5f827c5e4c1707a398f39845e /ChangeLog
parent3a39417c79287b8231e70c4a2742fd8ebe3331ef (diff)
downloadtxr-1e67360104eb51a4df38c8be2fdb513517e06965.tar.gz
txr-1e67360104eb51a4df38c8be2fdb513517e06965.tar.bz2
txr-1e67360104eb51a4df38c8be2fdb513517e06965.zip
* stream.c (vformat): Compensate for differences in printf
implementations with regard to printing floating point exponents. by deleting any plus sign and leading zeros after the 'e'. * tests/009/json.expected: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29472e77..e5f96969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-27 Kaz Kylheku <kaz@kylheku.com>
+
+ * stream.c (vformat): Compensate for differences in printf
+ implementations with regard to printing floating point exponents.
+ by deleting any plus sign and leading zeros after the 'e'.
+
+ * tests/009/json.expected: Regenerated.
+
2012-03-26 Kaz Kylheku <kaz@kylheku.com>
Filtering on lists and nested lists is hereby made to work.