[Pkg-zsh-commits] [zsh] 01/03: Merge tag 'zsh-5.0.8-test-2' into debian
Axel Beckert
abe at deuxchevaux.org
Sat Aug 22 00:53:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian
in repository zsh.
commit 02f6e25bfcd5feb9a093377dda0dd549cdf5c309
Merge: e04a197 881474e
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Aug 22 01:55:58 2015 +0200
Merge tag 'zsh-5.0.8-test-2' into debian
ChangeLog | 1061 +++++++++++++++++++++
Completion/BSD/Command/_systat | 88 ++
Completion/BSD/Command/_watch-snoop | 13 +
Completion/Base/Completer/_expand | 2 +-
Completion/Base/Core/_main_complete | 17 +-
Completion/Base/Core/_setup | 10 +-
Completion/Base/Utility/_describe | 7 +
Completion/Linux/Command/_btrfs | 265 +++--
Completion/Linux/Command/_sshfs | 31 +-
Completion/Redhat/Command/_dnf | 278 ++++++
Completion/Unix/Command/_adb | 26 +-
Completion/Unix/Command/_beep | 50 +
Completion/Unix/Command/_clay | 2 +-
Completion/Unix/Command/_du | 2 +-
Completion/Unix/Command/_find | 43 +-
Completion/Unix/Command/_gdb | 8 +-
Completion/Unix/Command/_git | 312 +++---
Completion/Unix/Command/_gzip | 63 +-
Completion/Unix/Command/_ifconfig | 2 +-
Completion/Unix/Command/_imagemagick | 9 +-
Completion/Unix/Command/_java | 66 +-
Completion/Unix/Command/_kvno | 3 +-
Completion/Unix/Command/_last | 4 +-
Completion/Unix/Command/_make | 132 +--
Completion/Unix/Command/_mh | 7 +-
Completion/Unix/Command/_ncftp | 8 +-
Completion/Unix/Command/_patchutils | 106 ++
Completion/Unix/Command/_pgrep | 8 +-
Completion/Unix/Command/_ps | 5 +-
Completion/Unix/Command/_rm | 2 +-
Completion/Unix/Command/_sort | 2 +-
Completion/Unix/Command/_ssh | 156 ++-
Completion/Unix/Command/_stty | 2 +-
Completion/Unix/Command/_subversion | 20 +-
Completion/Unix/Command/_tmux | 666 +++++++------
Completion/Unix/Command/_vim | 2 +-
Completion/Unix/Command/_vmstat | 83 ++
Completion/Unix/Command/_watch | 9 +
Completion/Unix/Command/_wget | 41 +-
Completion/Unix/Command/_zcat | 2 +-
Completion/Unix/Command/_zpool | 2 +-
Completion/Unix/Type/_date_formats | 106 ++
Completion/Unix/Type/_dates | 126 +++
Completion/Unix/Type/_diff_options | 52 +-
Completion/Unix/Type/_email_addresses | 5 +-
Completion/Unix/Type/_files | 68 +-
Completion/Unix/Type/_find_net_interfaces | 19 +-
Completion/Unix/Type/_pdf | 2 +-
Completion/Unix/Type/_pids | 4 +-
Completion/Unix/Type/_ps1234 | 109 ---
Completion/Unix/Type/_python_modules | 6 +-
Completion/Unix/Type/_ttys | 19 +
Completion/X/Type/_x_font | 4 +-
Completion/Zsh/Command/_compadd | 52 +
Completion/Zsh/Command/_fc | 48 +-
Completion/Zsh/Command/_print | 17 +-
Completion/Zsh/Command/_setopt | 5 +-
Completion/Zsh/Command/_strftime | 12 +
Completion/Zsh/Command/_zmodload | 2 +-
Completion/Zsh/Command/_zpty | 7 +-
Completion/Zsh/Context/_brace_parameter | 4 +-
Completion/Zsh/Function/_zargs | 64 +-
Completion/Zsh/Type/_command_names | 4 +-
Completion/Zsh/Type/_directory_stack | 6 +-
Completion/Zsh/Type/_file_descriptors | 70 +-
Completion/Zsh/Type/_globquals | 11 +-
Completion/Zsh/Type/_ps1234 | 170 ++++
Completion/compinit | 2 +
Config/version.mk | 4 +-
Doc/Zsh/.vimrc | 4 +
Doc/Zsh/builtins.yo | 211 ++--
Doc/Zsh/compsys.yo | 151 +--
Doc/Zsh/compwid.yo | 4 +-
Doc/Zsh/contrib.yo | 42 +-
Doc/Zsh/expn.yo | 51 +-
Doc/Zsh/grammar.yo | 3 +-
Doc/Zsh/mod_system.yo | 63 ++
Doc/Zsh/mod_zpty.yo | 9 +
Doc/Zsh/options.yo | 45 +-
Doc/Zsh/params.yo | 23 +
Doc/Zsh/prompt.yo | 11 +-
Doc/Zsh/zle.yo | 47 +-
Etc/FAQ.yo | 46 +-
Etc/zsh-development-guide | 53 +-
Functions/Misc/nslookup | 3 +-
Functions/Misc/zargs | 4 +-
Functions/Misc/zed | 17 +-
Functions/Prompts/prompt_adam1_setup | 7 +-
Functions/Prompts/prompt_bart_setup | 39 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr | 2 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 4 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 2 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_p4 | 2 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_svk | 2 +-
Functions/VCS_Info/Backends/VCS_INFO_get_data_svn | 2 +-
Functions/VCS_Info/VCS_INFO_formats | 4 +-
Functions/VCS_Info/VCS_INFO_hook | 4 +-
Functions/VCS_Info/VCS_INFO_quilt | 6 +-
Functions/VCS_Info/VCS_INFO_set | 6 +-
Functions/VCS_Info/vcs_info | 9 +-
Functions/VCS_Info/vcs_info_lastmsg | 2 +-
Functions/VCS_Info/vcs_info_printsys | 2 +-
Functions/Zle/bracketed-paste-magic | 192 ++++
Functions/Zle/edit-command-line | 15 +-
Functions/Zle/incremental-complete-word | 2 +-
Functions/Zle/narrow-to-region | 90 +-
Functions/Zle/read-from-minibuffer | 5 +-
Functions/Zle/smart-insert-last-word | 12 +-
Functions/Zle/url-quote-magic | 6 +
NEWS | 52 +-
README | 35 +-
Src/Builtins/sched.c | 3 +-
Src/Modules/curses.c | 2 +-
Src/Modules/datetime.c | 15 +-
Src/Modules/files.c | 2 +-
Src/Modules/newuser.c | 2 +-
Src/Modules/regex.c | 38 +-
Src/Modules/socket.c | 9 +-
Src/Modules/stat.c | 7 +-
Src/Modules/system.c | 183 +++-
Src/Modules/system.mdd | 2 +-
Src/Modules/tcp.c | 9 +-
Src/Modules/zftp.c | 8 +-
Src/Modules/zpty.c | 2 +
Src/Zle/compcore.c | 10 +-
Src/Zle/compctl.c | 2 +-
Src/Zle/complete.c | 16 +-
Src/Zle/complist.c | 97 +-
Src/Zle/compresult.c | 83 +-
Src/Zle/computil.c | 2 +-
Src/Zle/iwidgets.list | 4 +-
Src/Zle/zle.h | 6 +-
Src/Zle/zle_bindings.c | 2 +-
Src/Zle/zle_hist.c | 23 +-
Src/Zle/zle_keymap.c | 8 +-
Src/Zle/zle_main.c | 20 +-
Src/Zle/zle_misc.c | 91 +-
Src/Zle/zle_move.c | 43 +-
Src/Zle/zle_params.c | 3 +
Src/Zle/zle_refresh.c | 15 +-
Src/Zle/zle_tricky.c | 52 +-
Src/Zle/zle_utils.c | 51 +-
Src/builtin.c | 473 ++++++---
Src/compat.c | 9 +-
Src/context.c | 4 +
Src/exec.c | 253 ++++-
Src/glob.c | 34 +-
Src/hashtable.c | 81 +-
Src/hist.c | 13 +-
Src/init.c | 10 +-
Src/input.c | 17 +-
Src/jobs.c | 26 +-
Src/lex.c | 23 +-
Src/loop.c | 41 +-
Src/math.c | 21 +-
Src/options.c | 5 +-
Src/params.c | 74 +-
Src/parse.c | 146 ++-
Src/pattern.c | 25 +-
Src/prompt.c | 10 +-
Src/signals.c | 26 +-
Src/subst.c | 10 +-
Src/text.c | 135 ++-
Src/utils.c | 387 +++++++-
Src/watch.c | 7 +-
Src/zsh.h | 115 ++-
Test/A01grammar.ztst | 43 +
Test/A05execution.ztst | 4 +-
Test/A06assign.ztst | 27 +-
Test/B01cd.ztst | 14 +-
Test/B02typeset.ztst | 210 +++-
Test/B03print.ztst | 21 +-
Test/C01arith.ztst | 22 +-
Test/C02cond.ztst | 9 +-
Test/C03traps.ztst | 51 +
Test/D01prompt.ztst | 2 +-
Test/D03procsubst.ztst | 34 +
Test/D04parameter.ztst | 14 +
Test/D07multibyte.ztst | 33 +
Test/D08cmdsubst.ztst | 5 +
Test/E01options.ztst | 35 +-
Test/V09datetime.ztst | 71 ++
Test/ztst.zsh | 11 +
Util/check-tmux-state | 220 +++++
Util/zyodl.vim | 81 ++
configure.ac | 2 +-
186 files changed, 7610 insertions(+), 1956 deletions(-)
--
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