diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-26 19:06:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-26 19:06:22 -0700 |
commit | a039c6a600ec6e1ad03fb0c5b1ada336ddf8fdb7 (patch) | |
tree | fa35a17e3bb41cf4cdddc3e216edeee2a8530e02 /ChangeLog | |
parent | 27653477b64ce60f15c538854d24943d2a3f62ec (diff) | |
download | txr-a039c6a600ec6e1ad03fb0c5b1ada336ddf8fdb7.tar.gz txr-a039c6a600ec6e1ad03fb0c5b1ada336ddf8fdb7.tar.bz2 txr-a039c6a600ec6e1ad03fb0c5b1ada336ddf8fdb7.zip |
* match.c (v_output): Bugfix: we should flush the stream
after each @(output) block. Otherwise if output blocks
that go to standard output are interleaved with output blocks
which pipe to some command which then goes to standard out,
the output won't be in the proper order.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-03-26 Kaz Kylheku <kaz@kylheku.com> + * match.c (v_output): Bugfix: we should flush the stream + after each @(output) block. Otherwise if output blocks + that go to standard output are interleaved with output blocks + which pipe to some command which then goes to standard out, + the output won't be in the proper order. + +2012-03-26 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): New intrinsic num-str registered. * filter.c (tonumber_k, tointeger_k, tofloat_k, hextoint_k): |