diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 08:34:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 08:34:04 -0700 |
commit | 7b226277f9ab1d27c657e80e4a44c43c0bedf002 (patch) | |
tree | 1f971f10d80119d3b8ddc89d7140697cc8cee07c /ChangeLog | |
parent | c595d3043110cf1820d22e17454e4cf787562894 (diff) | |
download | txr-7b226277f9ab1d27c657e80e4a44c43c0bedf002.tar.gz txr-7b226277f9ab1d27c657e80e4a44c43c0bedf002.tar.bz2 txr-7b226277f9ab1d27c657e80e4a44c43c0bedf002.zip |
* stream.c (indent_mode_put_string): Function removed,
logic hoisted into put_string.
(put_string, put_char): Always count column, indent mode or not.
* tests/009/json.expected: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2015-08-04 Kaz Kylheku <kaz@kylheku.com> + + * stream.c (indent_mode_put_string): Function removed, + logic hoisted into put_string. + (put_string, put_char): Always count column, indent mode or not. + + * tests/009/json.expected: Updated. + 2015-08-03 Kaz Kylheku <kaz@kylheku.com> Define TXR_DBG macro when compiling debug build. |