diff options
| author | Peter Stephenson <pws@zsh.org> | 2017-02-02 10:03:57 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2017-02-02 10:03:57 +0000 |
| commit | a32fb005d6bf12f010fe9219a66a244e56eff7b2 (patch) | |
| tree | a2d642b20d18fa03ad2b0243eb79fd5e3f4fe474 /ChangeLog | |
| parent | 40483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processes (diff) | |
| download | zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.tar zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.tar.gz zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.tar.bz2 zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.tar.lz zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.tar.xz zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.tar.zst zsh-a32fb005d6bf12f010fe9219a66a244e56eff7b2.zip | |
40486: Don't warn on creation of MATCH etc. in regex.
This because they are created implicitly rather than by explicit
user request, so the warning may not be useful.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-02-02 Peter Stephenson <p.stephenson@samsung.com> + + * 40486: Src/Modules/regex.c, Src/params.c: don't warn on + creation of MATCH etc. from regex test as this is implicit. + 2017-02-01 Barton E. Schaefer <schaefer@zsh.org> * 40483 (cf. Eric Freese: 40482): Src/Modules/zpty.c: Remove zpty |
