From 04e1ef5b681eba06c29f5149fcc18412b7f0f8e4 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 16 Feb 2001 08:43:46 +0000 Subject: Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}". --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8021fcbd9..918efedfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-02-16 Bart Schaefer + + * 13492: Src/subst.c: Partial fix for ${1+"$@"} expanding to + an array (still doesn't handle shwordsplit properly); fix so + "${(A)foo=$@}" does *not* expand to an array, even though an + array is assigned to $foo. + 2001-02-14 Clint Adams * unposted: Src/params.c: remove unused variable declaration. -- cgit 1.4.1