From f15efca8112bc2cd4f120a64fcc3aa4fa70a871e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 7 May 2011 20:03:49 +0000 Subject: Ensure private variables are not used when appending target-specific variables. Fixes Savannah bug #32872. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8c865f..b72f24c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-05-07 Paul Smith + * expand.c (variable_append): Add a LOCAL argument to track + whether this is the first invocation or not. If it's not and + private_var is set, then skip this variable and try the next one. + Fixes Savannah bug #32872. + * read.c (parse_file_seq): Ensure existence checks use glob(). 2011-05-07 Eli Zaretskii -- cgit v1.2.3