diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-27 21:26:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-27 21:26:50 -0700 |
commit | 1e67360104eb51a4df38c8be2fdb513517e06965 (patch) | |
tree | a268fda042596fc5f827c5e4c1707a398f39845e /ChangeLog | |
parent | 3a39417c79287b8231e70c4a2742fd8ebe3331ef (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |