summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-07 07:19:18 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-07 07:19:18 -0700
commite1aa0323be7eba355780d76455dde25ed51d481f (patch)
treeda4074aa28a257e82805cfa0d8b82e010b5c0b9a /ChangeLog
parent2f792610c11dd2a82a5e9b35be55a227665e76d1 (diff)
downloadtxr-e1aa0323be7eba355780d76455dde25ed51d481f.tar.gz
txr-e1aa0323be7eba355780d76455dde25ed51d481f.tar.bz2
txr-e1aa0323be7eba355780d76455dde25ed51d481f.zip
Bugfix: allow @1 in brace variables.
* parser.l (grammar): Scan a METANUM token in the BRACED state also. This allows us to correctly reference op arguments in a quasiliteral, as in `foo @{@1 [1..2] ","} bar`.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c0b9d78..4e18f508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-07-07 Kaz Kylheku <kaz@kylheku.com>
+ Bugfix: allow @1 in brace variables.
+
+ * parser.l (grammar): Scan a METANUM token in the
+ BRACED state also. This allows us to correctly
+ reference op arguments in a quasiliteral, as in
+ `foo @{@1 [1..2] ","} bar`.
+
+2015-07-07 Kaz Kylheku <kaz@kylheku.com>
+
Improved printing of stream objects.
* stream.c (null_stream_print): Static function removed.