diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-12 19:54:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-04-12 19:54:15 +0000 |
commit | b1f58eb7664f987eed8ff295eb1938f0aee186bc (patch) | |
tree | 695647904da0900fce2f686bd85793aa68b63488 | |
parent | 5e2fe3ca18887063f02a677baeb35eb669dec7eb (diff) | |
download | zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.gz zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.xz zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.zip |
fix UTF-8
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 8ae281ddf..4c521afd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ of heap; pull hash table creation out into a helper function and use arrlen() to count the array. - * Václav Zeman: users/16991: Src/params.c: implement hash-table + * Václav Zeman: users/16991: Src/params.c: implement hash-table seive variant of arrayuniq() to improve speed at cost of space, falls back on the constant-space version for small arrays. @@ -16169,5 +16169,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5622 $ +* $Revision: 1.5623 $ ***************************************************** |