summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-18 08:19:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-18 08:19:39 -0700
commitc765b773e63b2099a050fef21b5e7f06296af2ec (patch)
treee68ccefcd290fc98079133d9a62d83ea03110731 /ChangeLog
parentada08e1b0c7d8d61dc59cadb5eefd665522d149a (diff)
downloadtxr-c765b773e63b2099a050fef21b5e7f06296af2ec.tar.gz
txr-c765b773e63b2099a050fef21b5e7f06296af2ec.tar.bz2
txr-c765b773e63b2099a050fef21b5e7f06296af2ec.zip
Fix quasistring regression introduced in TXR 81.
* parser.y (expand_meta): This function must recognize quasistrings, inside (sys:quasi ...) forms, (sys:var ...) forms do not denote TXR Lisp variables. These must not be expanded. Doing so is not only wrong, but the way it was done broke brace variables by stripping their arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba0d649a..ab9270b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-04-18 Kaz Kylheku <kaz@kylheku.com>
+
+ Fix quasistring regression introduced in TXR 81.
+
+ * parser.y (expand_meta): This function must recognize
+ quasistrings, inside (sys:quasi ...) forms, (sys:var ...) forms
+ do not denote TXR Lisp variables. These must not be expanded.
+ Doing so is not only wrong, but the way it was done broke
+ brace variables by stripping their arguments.
+
2015-04-16 Kaz Kylheku <kaz@kylheku.com>
Adding exit* function which calls _exit.