about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-02-16 08:43:46 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-02-16 08:43:46 +0000
commit04e1ef5b681eba06c29f5149fcc18412b7f0f8e4 (patch)
tree67fdaea647850f603c7ce53aedea259ae15ed35f /ChangeLog
parent12ef192f31a8b3ebe27c2cb693396dcb05ba9bb2 (diff)
downloadzsh-04e1ef5b681eba06c29f5149fcc18412b7f0f8e4.tar.gz
zsh-04e1ef5b681eba06c29f5149fcc18412b7f0f8e4.tar.xz
zsh-04e1ef5b681eba06c29f5149fcc18412b7f0f8e4.zip
Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".
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.