diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-12-16 22:20:06 +0000 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-12-16 22:20:06 +0000 |
| commit | db23c630051fe330782cda4089a16de7ec579f29 (patch) | |
| tree | a5116fd1f42c7d42b5490d169a054a344731bf82 /ChangeLog | |
| parent | add ZLE_RPROMPT_INDENT to NEWS (diff) | |
| download | zsh-db23c630051fe330782cda4089a16de7ec579f29.tar zsh-db23c630051fe330782cda4089a16de7ec579f29.tar.gz zsh-db23c630051fe330782cda4089a16de7ec579f29.tar.bz2 zsh-db23c630051fe330782cda4089a16de7ec579f29.tar.lz zsh-db23c630051fe330782cda4089a16de7ec579f29.tar.xz zsh-db23c630051fe330782cda4089a16de7ec579f29.tar.zst zsh-db23c630051fe330782cda4089a16de7ec579f29.zip | |
32136: fix problem with kshglob.
Non-pattern characters that could be followed by "(" to introduce
a ksh glob but weren't caused failures.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-12-16 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 32136: Src/pattern.c, Src/zsh.h, Test/D02glob.ztst: + fix problem with +*, @*, !* when kshglob is set introduced + by pattern disable feature. + * unposted: NEWS: add ZLE_PROMPT_INDENT. * Patrick Oscity + pws: 32114: Doc/Zsh/params.yo, |
