[Pkg-zsh-commits] [zsh] branch upstream updated (f027f1d -> f9e9dce)
Axel Beckert
abe at deuxchevaux.org
Sun Apr 8 23:12:38 UTC 2018
This is an automated email from the git hooks/post-receive script.
abe pushed a change to branch upstream
in repository zsh.
from f027f1d unposted: 5.4.2-test-2
adds e9a76d3 42577: fix macOS support in _strings
adds 3573481 42578: _shutdown: add support for macOS
adds 25da576 42575: fix to not complete options in the argument to another option
adds d4c1918 42582: updates to options in completions for OpenBSD 6.3
adds 10fcc7e 42583: new column completion
adds 9004b59 42584: complete options for ssh-keyscan and update options for ssh-copy-id
adds bfff8de 42591: complete *.changes and *.dsc files alongside *.deb
adds 5dc36c4 42585: improve completion for libarchive-based tar
adds 4b13cda 42590: fix detection of OSTYPE in _fmt
adds 5e10acc github #24: Add completion script for Visual Studio Code
adds a2cb9bb 42604: new completions for OpenBSD's signify and vmctl
adds 5834198 42602: Update _gcc as of GCC 7.3.0 for generic options and x86
adds bd05c4b 42595: remove dead code flagged by coverity
adds 90afd36 42597: plug memory leak found by coverity
adds 4044d73 42600: error paths for _values leaked the exclusion list array
adds 31f7220 42607, CVE-2018-1100: check bounds on buffer in mail checking
adds d8753f4 42601: tidy up code for set -A/+A to not increment a NULL pointer and to be more efficient
adds 8e6c1d8 42605: properly free the vi registers hash
adds 5bd63f4 c.f. 42499: tera torn: update twisted completion stub for new twist command
adds f9e9dce unposted: release zsh-5.5
No new revisions were added by this update.
Summary of changes:
ChangeLog | 69 +++++++++
Completion/BSD/Command/_cu | 23 ++-
Completion/BSD/Command/_signify | 31 ++++
Completion/BSD/Command/_vmctl | 79 ++++++++++
Completion/Debian/Command/_apt | 2 +-
Completion/Unix/Command/_column | 59 +++++++
Completion/Unix/Command/_dhclient | 4 +-
Completion/Unix/Command/_fmt | 2 +-
Completion/Unix/Command/_gcc | 314 ++++++++++++++++++++++++++++++--------
Completion/Unix/Command/_script | 6 +-
Completion/Unix/Command/_shutdown | 15 +-
Completion/Unix/Command/_ssh | 30 +++-
Completion/Unix/Command/_strings | 4 +-
Completion/Unix/Command/_tar | 2 +-
Completion/Unix/Command/_twisted | 4 +-
Completion/Unix/Command/_uniq | 2 +-
Completion/Unix/Type/_tar_archive | 2 +-
Completion/X/Command/_code | 36 +++++
Config/version.mk | 4 +-
Src/Modules/mapfile.c | 3 +-
Src/Zle/complete.c | 3 +-
Src/Zle/computil.c | 6 +-
Src/Zle/zle_params.c | 14 +-
Src/builtin.c | 10 +-
Src/params.c | 4 +-
Src/utils.c | 12 +-
Test/Y03arguments.ztst | 15 ++
27 files changed, 646 insertions(+), 109 deletions(-)
create mode 100644 Completion/BSD/Command/_signify
create mode 100644 Completion/BSD/Command/_vmctl
create mode 100644 Completion/Unix/Command/_column
create mode 100644 Completion/X/Command/_code
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git
More information about the Pkg-zsh-commits
mailing list