summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-03 07:34:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-03 08:35:02 -0700
commit090f4dee78f7a7239ebd515993412f9505001fa9 (patch)
treec8d9bd28101968b1d37e1d28f949941d34a3a034 /ChangeLog
parent54f09626d4a93296f002ed5956de008fb59a200b (diff)
downloadtxr-090f4dee78f7a7239ebd515993412f9505001fa9.tar.gz
txr-090f4dee78f7a7239ebd515993412f9505001fa9.tar.bz2
txr-090f4dee78f7a7239ebd515993412f9505001fa9.zip
* match.c (h_var): Fix regression introduced in 2014-08-11
commit. The incompleteness of that change broke the case of an unbound variable followed by a bound variable. The value of the second variable was still being wrapped in the old complicated representation before being pushed to the front of the spec. * txr.1: Replace bogus text which says that variables are not bound to regexes, and so regex matches from variable substitutions do not arise. This works fine after this change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c16a653..d75b535a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2014-10-03 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (h_var): Fix regression introduced in 2014-08-11
+ commit. The incompleteness of that change broke the case of an unbound
+ variable followed by a bound variable. The value of the
+ second variable was still being wrapped in the old complicated
+ representation before being pushed to the front of the spec.
+
+ * txr.1: Replace bogus text which says that variables are not
+ bound to regexes, and so regex matches from variable substitutions
+ do not arise. This works fine after this change.
+
+2014-10-03 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile: rules that rely on values from config.make
now have config.make as a prerequisite.