diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-10-02 18:57:40 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-10-02 19:29:32 +0200 |
commit | 00a654af5c84f10a682f7e47547f7362865f2139 (patch) | |
tree | 617ec2ebe0359bb9df7c211121142d6ae816f5e7 /ChangeLog | |
parent | 8cbff0b82ee285b7424476439fe1ef4d1032c593 (diff) | |
download | zsh-00a654af5c84f10a682f7e47547f7362865f2139.tar.gz zsh-00a654af5c84f10a682f7e47547f7362865f2139.tar.xz zsh-00a654af5c84f10a682f7e47547f7362865f2139.zip |
33323: fix bug in removing math functions and complete -M option to functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b8cdeea0b..f0266954a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-10-02 Oliver Kiddle <opk@zsh.org> + + * 33323: Completion/Zsh/Command/_typeset, Doc/Zsh/builtins.yo, + Src/builtin.c: fix bug in removing math functions and complete + -M option to functions + + * 33315: Completion/Unix/Command/_sysctl: fix pattern to + match freebsd10 and later + 2014-10-02 Peter Stephenson <p.stephenson@samsung.com> * unposted: remove "major". |