about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8021fcbd9..918efedfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-16  Bart Schaefer  <schaefer@brasslantern.com>
+
+	* 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  <schizo@debian.org>
 
 	* unposted: Src/params.c: remove unused variable declaration.