diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-21 11:11:05 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-21 11:11:05 +0000 |
| commit | f0287c6e17c00b61a0640514f32461aeeefd4600 (patch) | |
| tree | ac9dc5b88dbe36c44b55477b988215c4d6b32893 /ChangeLog | |
| parent | 27611: cache parameter values in math eval so subscripts are eval'd once (diff) | |
| download | zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.tar zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.tar.gz zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.tar.bz2 zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.tar.lz zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.tar.xz zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.tar.zst zsh-f0287c6e17c00b61a0640514f32461aeeefd4600.zip | |
users/14723: invalid converted characters should never match valid ones
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 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 $ ***************************************************** |
