From 52e938bac954d6d503e180287bcf657187ef8803 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 19 Feb 2015 10:22:40 +0000 Subject: 34570: Another nasty command / math substituion thing. Mark arithmetic substitutions with tokens to make sure the substitution go knows what to do. Before it was guessing by counting the parentheses at the end. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index df483c30d..7610357dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-02-19 Peter Stephenson + + * 34570: Config/version.mk, Src/lex.c, Src/subst.c, Src/zsh.h, + Test/C01arith.ztst: mark arithmetic substitutions with tokens + so the substitution code knows what to do. + 2015-02-17 Peter Stephenson * 34563: Src/input.c: Fix up memory allocation in 34560. -- cgit 1.4.1