summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-13 14:38:56 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-13 14:38:56 -0700
commit034ea4cc10a765ae15e7e658c751ec6197c50f9b (patch)
tree97f58dfce21c9d7c31e7816f9f2c08c3c8658128 /ChangeLog
parent5961f0de80abce4645ec2f022b2346e24b6479ed (diff)
downloadtxr-034ea4cc10a765ae15e7e658c751ec6197c50f9b.tar.gz
txr-034ea4cc10a765ae15e7e658c751ec6197c50f9b.tar.bz2
txr-034ea4cc10a765ae15e7e658c751ec6197c50f9b.zip
* stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do not
consider data sent to std_error to be output for the purposes of the output_produced flag. Otherwise the program behavior changes in -v mode; it will not print bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 807896fb..ffccdb02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-03-13 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do not
+ consider data sent to std_error to be output for the purposes of
+ the output_produced flag. Otherwise the program behavior changes
+ in -v mode; it will not print bindings.
+
+2012-03-13 Kaz Kylheku <kaz@kylheku.com>
+
Implementing URL filtering.
* eval.c (eval_init): New intrinsic functions: url-encode, url-decode.