1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00

fix UTF-8

This commit is contained in:
Peter Stephenson 2012-04-12 19:54:15 +00:00
parent 5e2fe3ca18
commit b1f58eb766

View file

@ -14,7 +14,7 @@
of heap; pull hash table creation out into a helper function and of heap; pull hash table creation out into a helper function and
use arrlen() to count the array. 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, seive variant of arrayuniq() to improve speed at cost of space,
falls back on the constant-space version for small arrays. falls back on the constant-space version for small arrays.
@ -16169,5 +16169,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5622 $ * $Revision: 1.5623 $
***************************************************** *****************************************************