diff options
| author | dana <dana@dana.is> | 2019-01-02 10:02:09 -0600 |
|---|---|---|
| committer | dana <dana@dana.is> | 2019-01-02 10:02:09 -0600 |
| commit | b3778fee1abddaec600ecab73cc9cd936d625cf9 (patch) | |
| tree | 8840ab08e256f7d6b135a16577657537bf9efdd7 | |
| parent | 43960: Add full completion for exec and setsid (diff) | |
| download | zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.gz zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.bz2 zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.lz zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.xz zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.tar.zst zsh-b3778fee1abddaec600ecab73cc9cd936d625cf9.zip | |
unposted: Add missing change-log entries for 37302 and 37303
e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without
change-log entries
Note also that the commit message for e40a14c5e erroneously referred to
workers/37202
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7015,6 +7015,12 @@ Test/B02typeset.ztst, Test/V10private.ztst: typeset -p can now output arrays on one line. + * 37303: Test/E01options.ztst: test WARN_CREATE_GLOBAL negative + cases. + + * 37302: Src/exec.c, Src/params.c: suppress WARN_CREATE_GLOBAL + warnings after a fork + * unposted: Src/exec.c, Src/init.c: fix up init_io() calls in previous change. |
