mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 23:11:14 +02:00
users/14723: invalid converted characters should never match valid ones
This commit is contained in:
parent
f02778f83c
commit
f0287c6e17
2 changed files with 26 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-01-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/14723: Src/pattern.c: invalid character conversions
|
||||
should never match valid character conversions.
|
||||
|
||||
2010-01-20 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 27611: Src/math.c, Test/C01arith.ztst: cache parameter values so
|
||||
|
@ -12618,5 +12623,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4869 $
|
||||
* $Revision: 1.4870 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1795,9 +1795,9 @@ charnext(char *x, char *y)
|
|||
|
||||
|
||||