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 | 30388, 30389 (Stephane): zargs: handle zero-length arguments. (diff) | |
| download | zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.gz zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.bz2 zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.lz zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.xz zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.tar.zst zsh-b1f58eb7664f987eed8ff295eb1938f0aee186bc.zip | |
fix UTF-8
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $ ***************************************************** |
