summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-17 21:47:20 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-17 21:47:20 -0700
commit678fbc80a644c3902b6d9785acd53df1151955ef (patch)
tree8a669a5503b05d229dacfade280b53e553a748bb /ChangeLog
parent43b4d36e37ca650cdf70568240ccc041b20306bd (diff)
downloadtxr-678fbc80a644c3902b6d9785acd53df1151955ef.tar.gz
txr-678fbc80a644c3902b6d9785acd53df1151955ef.tar.bz2
txr-678fbc80a644c3902b6d9785acd53df1151955ef.zip
* match.c (v_eof): Bugfix: we are at EOF not only when
the remaining data is nil but when it is (nil). This happens for interactive streams.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6453947e..01604d76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-10-17 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (v_eof): Bugfix: we are at EOF not only when
+ the remaining data is nil but when it is (nil). This
+ happens for interactive streams.
+
+2014-10-17 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (dest_bind): Remove the restriction of not allowing
@(expr ...) and @var on the left side of a bind. This
is useful, and necessary for @(line @(lisp expr)) to work: