diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-21 16:54:30 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-21 16:54:30 +0000 |
commit | bc1a12f91e83488c8e46789bdaedf28090829a3a (patch) | |
tree | 85fa80981b280027a94b36d8f8afece1d81e7dd8 /ChangeLog | |
parent | d3ec328926fd85ec846c47aa996bbee1d3e24f06 (diff) | |
download | zsh-bc1a12f91e83488c8e46789bdaedf28090829a3a.tar.gz zsh-bc1a12f91e83488c8e46789bdaedf28090829a3a.tar.xz zsh-bc1a12f91e83488c8e46789bdaedf28090829a3a.zip |
users/15662: array slice assignment with one index positive and one negative.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e4b442dfb..3ec753da9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-21 Barton E. Schaefer <schaefer@zsh.org> + + * users/15662: Src/params.c: fix array slice assignment with one + index positive and one negative. + + * unposted: Test/A06assign.ztst: tests for users/15662. + 2010-12-21 Peter Stephenson <pws@csr.com> * users/15663: Test/A06Assign.ztst: some (incomplete) array @@ -14024,5 +14031,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5165 $ +* $Revision: 1.5166 $ ***************************************************** |