[Pkg-zsh-commits] [zsh] branch upstream updated (3c3c8d3 -> fd786a5)

Axel Beckert abe at deuxchevaux.org
Thu May 28 00:46:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch upstream
in repository zsh.

      from  3c3c8d3   Update for 5.0.7-dev-2.
      adds  36a55e2   35034: improve manual format up to Chapter18
      adds  f29895c   c.f. 35041: typo in zle.yo
      adds  aa34d2f   35046: unwind cmdstack when erroring out of lexing a parameter expansion in braces
      adds  13c6d38   35052: new BSD completions
      adds  60c6bcd   35054: readonly -p + POSIXBUILTINS fix.
      adds  5acc89d   35057: make URL clickable (again)
      adds  39aeeed   35056: turn off PROMPT_SP for interactive test
      adds  f855801   35059: fix, document, test readonly -p.
      adds  a6db0b4   35064: rename ISPRINT to ZISPRINT to avoid conflict
      adds  949d186   35066: Minor completion fix for pasted arguments
      adds  bb2362e   Don't treat NUL as a combining character
      adds  6269db8   35067: Add (b) parameter flag for pattern char backslashing.
      adds  d756f4e   35078: Add backslash quoting to parameter (b) flag from 35067.
      adds  5b7e50d   35049: allow jail completion to include jid 0 for the host and to complete jails by any parameter
      adds  ffdeb1c   35075: improve manual format
      adds  b884853   35060 + 35072: completion: git: split __git_heads into local and remote
      adds  8421c9e   35086: reapply a hunk from 35067 for expn.yo
      adds  9c3aeef   unposted: include doc tweek to expn.yo from 35071
      adds  ec57c91   users/20203: nested functions in always blocks when exit pending
      adds  29fdde5   35107: new ip options to complete
      adds  f454ee2   35114: zformat -a multibyte char widths
      adds  d257f01   35093: new zle widgets for Vim-style text objects
      adds  08fb0f6   35092: fix for numeric arguments from vi operator pending mode
      adds  85a4cf9   35110: don't implicitly initialize restricted integers to zero
      adds  fec4e72   35016: introduce new pretty formats %g[sdD] for reflog information
      adds  a1c1f68   35061: add __git_setup_diff_stage_options and use it with _git-diff-files and _git-diff explicitly
      adds  968c5ce   35062: __git_setup_revision_options includes __git_setup_diff_options
      adds  55716ea   unposted: include .distfiles for new directory
      adds  63ffbab   Øystein Walle: 34841 (tweaked): allow grouping of thousands in printf format string
      adds  15aa99b   35139: complete the new (b) parameter flag
      adds  e867201   35131: allow "[]" to match empty character set.
      adds  59a874f   35151: improved check for parameter q and b flags
      adds  0da0a0b   35153: nested math substitution
      adds  153a99d   35154: NEWS on arithmetic evaluation changes
      adds  32a448d   users/20219: fix completion for git options
      adds  d52bf91   35155: cmdpop() could be called erroneously on error
      adds  7990cf9   35161: completion: git: Fix typo in 35061
      adds  895408b   completion: git: add missing return to __git_recent_commits
      adds  b6404e1   35126: add missing ChangeLog entry for previous commit
      adds  1d5b225   35100: __git_recent_commits: massage ' ->*' from heads
      adds  454f079   35101: completion: git: add __git_commit_objects_prefer_recent
      adds  94c6b32   35104: completion: git: __git_commit_objects: query 1000 commits
      adds  a0b221e   35103: completion: git: add %cr to commit objects (all and recent)
      adds  733db1b   35106: completion: git: unique name for __git_recent_commits
      adds  34a1489   35105: completion: git: add distance_from_head to __git_recent_commits
      adds  52aeb9a   35168: Improve parsing of case patterns.
      adds  2d6569e   35184: Additional case fix for 35168.
      adds  2caa5dd   35187: unbalanced parentheses in _vim
      adds  ff19094   35193: Add "unalias -a".
      adds  6bfe6fd   users/20222: completion: git: Add matchspec for heads
      adds  1e7bb4a   35164: fix __git_commit_objects/__git_recent_commits
      adds  d005753   35204: fix broken __git_recent_commits from previous commit
      adds  ed3e5f5   Completion/Unix/Command/_git: remove -2 with __git_recent_commits
      adds  8f6823b   __git_commit_objects: do not use _guard, but only a pattern
      adds  7408f91   35217: completion: git: send-email: complete (recent) commits
      adds  a0d2694   35217: add missing changelog entry; use "-O expl" with _alternative
      adds  c174947   35224: completion: git: Add fast-export --signed-tags=warn-strip
      adds  9584c76   35232: matching parentheses
      adds  af957f2   35231: make mkevnstr() safe for NULL value
      adds  afb78f5   35248: treat fully parenthised zsh patterns as complete case patterns again
      adds  a95f2c6   35250: Fix case documentation (SH_GLOB)
      adds  0685586   35261: completion: git: __git_recent_commits: local ret
      adds  f69968a   ChangeLog: for previous commit; fix date for older one
      adds  589350c   35255: if available, use texi2any instead of texi2html
      adds  2f6a8a6   Tweak test for function level of exit.
      adds  9fcc105   35127#1: Fix _describe/compdescribe problem with unsorted groups
      adds  d2f0b3c   35292: yum install complets local files
      adds  9a6f55d   35295: Try harder with zftp directory listing
      adds  899613f   c.f. 35268: revert completion cache optimisation for now
      adds  0a97508   35289: fix typos in the description of emulate
      adds  2d86de9   35299: Improve effect of zfdir -r
      adds  f080429   35285: _cdr: fix zstyle lookup for recent-dirs-insert
      adds  6925e2b   35286: fix zstyle lookups with _baz and _tla
      adds  0c8d21a   35293: fix zstyle lookup with _php: use trailing colon
      adds  fd786a5   Update to 5.0.7-dev-4

No new revisions were added by this update.

Summary of changes:
 ChangeLog                               | 320 +++++++++++++++++++++++++++++++
 Completion/BSD/Command/_bsdconfig       |  55 ++++++
 Completion/BSD/Command/_bsdinstall      |  46 +++++
 Completion/BSD/Command/_jexec           |  19 ++
 Completion/BSD/Command/_jls             |  19 ++
 Completion/{ => BSD/Type}/.distfiles    |   0
 Completion/BSD/Type/_jails              |  32 +++-
 Completion/Base/Utility/_store_cache    |  11 +-
 Completion/Redhat/Command/_yum          |  22 ++-
 Completion/Unix/Command/_ant            |   3 +-
 Completion/Unix/Command/_baz            |   4 +-
 Completion/Unix/Command/_cp             |   2 +-
 Completion/Unix/Command/_git            | 102 +++++++---
 Completion/Unix/Command/_ip             |   2 +
 Completion/Unix/Command/_locate         |   2 +-
 Completion/Unix/Command/_make           |   6 +-
 Completion/Unix/Command/_pgrep          |  12 +-
 Completion/Unix/Command/_php            |   2 +-
 Completion/Unix/Command/_ps             |   2 +-
 Completion/Unix/Command/_python         |   2 +-
 Completion/Unix/Command/_subversion     |   2 +-
 Completion/Unix/Command/_tar            |   2 +-
 Completion/Unix/Command/_tla            |   4 +-
 Completion/Unix/Command/_vim            |   2 +-
 Completion/Unix/Type/_path_commands     |   2 +-
 Completion/Unix/Type/_urls              |   2 +-
 Completion/X/Command/_xrandr            |   2 +-
 Completion/Zsh/Context/_brace_parameter |   1 +
 Config/version.mk                       |   4 +-
 Doc/Makefile.in                         |  14 +-
 Doc/Zsh/arith.yo                        |  19 +-
 Doc/Zsh/builtins.yo                     | 133 +++++++------
 Doc/Zsh/calsys.yo                       |  19 +-
 Doc/Zsh/compctl.yo                      |  25 +--
 Doc/Zsh/compsys.yo                      | 267 ++++++++++++++------------
 Doc/Zsh/compwid.yo                      |  33 ++--
 Doc/Zsh/cond.yo                         |  11 +-
 Doc/Zsh/contrib.yo                      |  77 ++++----
 Doc/Zsh/expn.yo                         |  45 +++--
 Doc/Zsh/grammar.yo                      |  31 +--
 Doc/Zsh/mod_clone.yo                    |  18 +-
 Doc/Zsh/mod_complist.yo                 |   6 +-
 Doc/Zsh/mod_curses.yo                   |  10 +-
 Doc/Zsh/mod_parameter.yo                |   4 +-
 Doc/Zsh/mod_pcre.yo                     |  10 +-
 Doc/Zsh/mod_sched.yo                    |   4 +-
 Doc/Zsh/mod_stat.yo                     |   6 +-
 Doc/Zsh/mod_system.yo                   |  15 +-
 Doc/Zsh/mod_zftp.yo                     |  26 +--
 Doc/Zsh/mod_zpty.yo                     |  12 +-
 Doc/Zsh/mod_zselect.yo                  |   6 +-
 Doc/Zsh/mod_zutil.yo                    |  52 ++---
 Doc/Zsh/options.yo                      |  20 +-
 Doc/Zsh/params.yo                       |  32 +++-
 Doc/Zsh/redirect.yo                     |   9 +-
 Doc/Zsh/tcpsys.yo                       |  70 +++----
 Doc/Zsh/zftpsys.yo                      |  52 ++---
 Doc/Zsh/zle.yo                          | 328 ++++++++++++++++----------------
 Etc/FAQ.yo                              |   2 +-
 Functions/Chpwd/_cdr                    |   2 +-
 Functions/Zftp/zfcd_match               |   8 +-
 Functions/Zftp/zfdir                    |   7 +-
 Functions/Zle/select-bracketed          |  56 ++++++
 Functions/Zle/select-quoted             |  71 +++++++
 Functions/Zle/surround                  |  75 ++++++++
 NEWS                                    |  16 ++
 README                                  |   6 +
 Src/Modules/zutil.c                     |  36 ++++
 Src/Zle/compcore.c                      |   9 +-
 Src/Zle/computil.c                      |  40 +++-
 Src/Zle/zle_params.c                    |   2 +-
 Src/builtin.c                           |  61 ++++--
 Src/exec.c                              |  10 +-
 Src/hashtable.h                         |   3 +
 Src/lex.c                               |   7 +-
 Src/loop.c                              |  88 +++++----
 Src/params.c                            | 181 +++++++++++-------
 Src/parse.c                             |  90 ++++++---
 Src/pattern.c                           |  13 +-
 Src/subst.c                             |  29 ++-
 Src/text.c                              |  28 ++-
 Src/utils.c                             |  27 ++-
 Src/zsh.h                               |  14 +-
 Src/ztype.h                             |   6 +-
 Test/A01grammar.ztst                    | 106 +++++++++++
 Test/A02alias.ztst                      |  22 ++-
 Test/B02typeset.ztst                    |  27 ++-
 Test/C01arith.ztst                      |   8 +
 Test/D04parameter.ztst                  |   4 +
 configure.ac                            |   7 +-
 90 files changed, 2215 insertions(+), 884 deletions(-)
 create mode 100644 Completion/BSD/Command/_bsdconfig
 create mode 100644 Completion/BSD/Command/_bsdinstall
 create mode 100644 Completion/BSD/Command/_jexec
 create mode 100644 Completion/BSD/Command/_jls
 copy Completion/{ => BSD/Type}/.distfiles (100%)
 create mode 100644 Functions/Zle/select-bracketed
 create mode 100644 Functions/Zle/select-quoted
 create mode 100644 Functions/Zle/surround

-- 
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