From 47cd8d4624b60d3462991c436c961e0721cd278b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Oct 2002 13:45:47 +0000 Subject: Fix core dump on malformed variable line (Debian bug #81656) Allow SysV-style variable references to use {} in addition to (). Add variable.h to the POTFILES.in since it has a translatable string. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ca872b..ee0936b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-10-04 Paul D. Smith + + * read.c (eval): Allow SysV $$@ variables to use {} braces as well + as () braces. + (record_files): Ditto. + + * expand.c (variable_expand_string): In $(A:x=y) expansion limit + the search for the '=' to only within the enclosing parens. + 2002-10-03 Paul D. Smith Version 3.80 released. -- cgit v1.2.3