1
0
Fork 0
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:
Peter Stephenson 2010-01-21 11:11:05 +00:00
parent f02778f83c
commit f0287c6e17
2 changed files with 26 additions and 8 deletions

View file

@ -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 $
*****************************************************

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1795,9 +1795,9 @@ charnext(char *x, char *y)