From 090f4dee78f7a7239ebd515993412f9505001fa9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 3 Oct 2014 07:34:44 -0700 Subject: * 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c16a653..d75b535a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-10-03 Kaz Kylheku + + * 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 * Makefile: rules that rely on values from config.make -- cgit v1.2.3