mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
fix UTF-8
This commit is contained in:
parent
5e2fe3ca18
commit
b1f58eb766
1 changed files with 2 additions and 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 $
|
||||
*****************************************************
|
||||
|
|
Loading…
Reference in a new issue