[Pkg-zsh-commits] [zsh] branch upstream updated (58614f1 -> 79abe00)

Axel Beckert abe at deuxchevaux.org
Sun Jan 5 20:35:06 UTC 2014


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

abe pushed a change to branch upstream
in repository zsh.

      from  58614f1   unposted: release 5.0.4, more files updated
      adds  9887fc3   32171: close pipe descriptor in parent when left side is a shell construct to prevent deadlock
      adds  21be065   32172: regression test for 32171
      adds  3fb1e6e   unposted: update version to 5.0.4-dev-0 to avoid clash with release
      adds  634c03c   Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      adds  aede5c5   32176: plug additional deadlock-inducing pipe descriptor leaks
      adds  15f4843   32178: fix another acquire_pgrp() infinite loop
      adds  1136b9b   32182: re-enable command completion after a separator
      adds  d83faa9   32183: regression tests for 32182 and 31611
      adds  083328e   unposted:  move path assignment from comptest to Y01completion.ztst
      adds  9e4468d   32186: fix bad backreference; handle glob patterns with backslashed quotes
      adds  407cfc0   32190: quote _path_files -W path when completing relative to ../
      adds  e8fb45e   Note problem when compiling with GCC on OS X 10.9.1.
      adds  ea55ea0   32205: skip cdpath search when prefix begins with "../"
      adds  1201455   32208: always reset pathchecked when the path array is modified
      adds  c744cfa   32210: completion for the sysstat suite
      adds  60372fb   32196: copy-prev-shell-word needs a lexer flag
      adds  ef2eaf1   32261: completion updates for Solaris 11, Update 1
      adds  a6be223   unposted: update source documentation for 5.0.5
      adds  8e09373   users/18271 plus further tweaks: FAQ entry for pattern exclusions
      adds  b4cf302   unposted: update another README reference to 5.0.5
      adds  8e0ca78   32229: LICENCE should refer to Gnu *General* Public License
      adds  ff650ad   32231: _chmod was confused by options before the mode
      adds  ed01d71   unposted but c.f. 32231: $line from _arguments doesn't include command
      adds  79abe00   unposted: update version to 5.0.5 Also correct typo in compsys.yo for texinfo.

No new revisions were added by this update.

Summary of changes:
 ChangeLog                           | 102 +++++++++++++++++++++++-
 Completion/Base/Completer/_expand   |   4 +-
 Completion/Linux/Command/_sysstat   | 150 ++++++++++++++++++++++++++++++++++++
 Completion/Solaris/Command/_svcadm  |   9 +++
 Completion/Solaris/Command/_zoneadm |  20 ++++-
 Completion/Unix/Command/_chmod      |   6 +-
 Completion/Unix/Command/_zfs        | 139 +++++++++++++++++++++++++++++++--
 Completion/Unix/Command/_zpool      |  21 ++++-
 Completion/Unix/Type/_zfs_dataset   |   3 +-
 Completion/Zsh/Command/_cd          |   4 +-
 Config/version.mk                   |   4 +-
 Doc/Zsh/compsys.yo                  |   8 +-
 Etc/FAQ.yo                          | 145 +++++++++++++++++++++++++++++++---
 LICENCE                             |  10 +--
 MACHINES                            |   3 +
 README                              |   7 +-
 Src/Zle/zle_misc.c                  |   2 +-
 Src/Zle/zle_tricky.c                |  11 ++-
 Src/exec.c                          |   9 ++-
 Src/jobs.c                          |  42 ++++++----
 Src/params.c                        |   8 +-
 Test/A05execution.ztst              |  14 ++++
 Test/Y01completion.ztst             |  24 +++++-
 23 files changed, 678 insertions(+), 67 deletions(-)
 create mode 100644 Completion/Linux/Command/_sysstat

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