diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-13 16:01:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-13 16:01:20 +0000 |
commit | 653abd34a9a985b37e5bba9618f37b5ddb1245c7 (patch) | |
tree | bfd5e440a3681aba16d0f974f8fe1969581c2773 /ChangeLog | |
parent | b1f58eb7664f987eed8ff295eb1938f0aee186bc (diff) | |
download | zsh-653abd34a9a985b37e5bba9618f37b5ddb1245c7.tar.gz zsh-653abd34a9a985b37e5bba9618f37b5ddb1245c7.tar.xz zsh-653abd34a9a985b37e5bba9618f37b5ddb1245c7.zip |
30391: tweak to ignore DISABLED flag in new hash-based arrayuniq()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4c521afd8..cabf23d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-13 Peter Stephenson <pws@csr.com> + + * 30391: Src/params.c: New hash-based arrayuniq() doesn't + care about (or set the flag correctly for) disabled hash nodes, + so we need to ignore that flag. + 2012-04-12 Peter Stephenson <p.w.stephenson@ntlworld.com> * 30388, 30389 (Stephane): Functions/Misc/zargs: handle @@ -16169,5 +16175,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5623 $ +* $Revision: 1.5624 $ ***************************************************** |