[Pkg-zsh-commits] [zsh] annotated tag 5.3.1-test-2 created (now f353beb)

Axel Beckert abe at deuxchevaux.org
Thu Aug 10 19:34:11 UTC 2017


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

abe pushed a change to annotated tag 5.3.1-test-2
in repository zsh.

        at  f353beb   (tag)
   tagging  d17f9d32f0e65c3956193be06130dd7cec275c9a (commit)
  replaces  zsh-5.3.1
 tagged by  Peter Stephenson
        on  Mon Jul 31 21:15:29 2017 +0100

- Log -----------------------------------------------------------------
Test release prior to 5.4.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCAAGBQJZf4/tAAoJEKcdmp1L2yez40gH/j9NZKlz70CHBPskoE7va5y+
30qpV2atJV8xem89ZgI51oHKrhtFuPG22TYCNb7VVEsr4uzClCSFbEmvfmAvLpJ5
mB2UrjOcqDSM8Ly6HwwKAdkh7Jwxvw2CxGPMoAPhEZpLyCInC32oKiE6h/BWcAlE
Bsc7EHnIpZvXy0pw0GlnErvR5LndcP3Ds261FFJzguIBOD8IPn9etq7gLKi5B1u2
APb1X82Xzyb5nLqPyzD6/iLdHghosuBeTUNNKiS0oz0oQp48nEnx/5dsaLAiPvh6
Ifec4D5i96lCz1GrmqRcvawlIqklUaIHQ3PfeQlhtVW9oOs3/k3Cm/X0EXklfV0=
=y4jJ
-----END PGP SIGNATURE-----

Aaron Schrab (1):
      40892: subcommand matching for ip help

Alexandre Rames (1):
      40878: additional stgit squash command completeion

Axel Beckert (1):
      41342: check for Yodl version 4

Bart Schaefer (1):
      40940: untokenize names of condition features before attempting to look up the definition from a module.

Barton E. Schaefer (35):
      Oliver: 40118: alternate fix replacing 40115
      unposted (see users/22287): _comp_options needs to disable ERR_RETURN
      40248: suppress errors from zshaddhistoryhook
      users/22319: ${ary1:^ary2} should not change isarr state of expansion of ary1
      40439: PAT_HEAPDUP definition just for clarity
      40453: signal handler safety for callers of patcompile(PAT_STATIC), which is not re-entrant.
      40469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of signal queueing.
      40483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processes
      40524: do not free a null array
      40576 (tweaked): entersubsh():  unblock any signals that were blocked for trap handling
      40593: SHWORDSPLIT + unset IFS should cause default splitting of $@
      40565 (tweaked): test cases for assigning array to scalar with various combinations of SHWORDSPLIT and IFS
      40598: paramsubst() should always return scalar when PREFORK_SINGLE was passed
      use "diff -a" in case special characters were written to the test output
      Julien Nicoulaud: 40586: discard stderr
      40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process status
      unposted (cf. 40617): clarify description of ${(A)name=value} and ${(AA)name=value}
      40640: the (A) parameter flag forces array result even if assignment syntax is not used
      40650: redo 40508 and 40626 with comments explaining what is actually going on
      40654: exit cleanly from special POSIXBUILTINS in subshells
      40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher_pats(), and count characters in pattern_match() the same way to stay in sync
      40799: fix $- expansion partly broken by 40760
      40801: re-fix completion of mount points with spaces in the name
      40832: fix $x:P when PWD=/
      unposted: minor formatting: var() instead of tt().
      40929 (replaces 40598): paramsubst() should always return scalar when PREFORK_SINGLE was passed in from prefork()
      40977: "emulate" disallows "--help" and "--version"
      41159: handle "Include" and "HostName" lines in ~/.ssh/config
      unposted: clarify ZLS_COLORS pattern matching contexts
      41225: sethparam() should not attempt to change special	parameters into hashes
      41242: zstrbcmp(...) removed in favor of zstrcmp(..., SORTIT_IGNORING_BACKSLASHES)
      41317: use heap allocation in getoutputfile() to plug memory leak
      41322: reduce number of changes in signal queuing/blocking state during shingetline() to improve read speed
      unposted: Credit to Sebastian
      41472: introduce cleanup hooks default and restore special themes, and update documentation

Christoffer Aasted (1):
      unposted (via github): complete -Dproperty=/path_complete for ant

Dag-Erling Smørgrav (1):
      Fix typo breaking kld completion

Daniel Hahler (1):
      40943: __git_recent_commits: prefer recent commit objects

Daniel Shahaf (52):
      unposted: Post-release version bump to 5.3.1-dev-0.
      40232: Remove SH_USE_BSD_ECHO autoconf test.
      users/22320: Etc/BUGS: Add 40240, label 40106.
      40264: _man: Complete all sections after '-a'.
      40270 (after 39995): Add cross-reference for robustness.
      unposted: LICENCE: Update year to $now (2017).
      40302: New _swaks completion (common options only).
      40303: _bts: Add more subcommands.
      unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.
      40392: vcs_info patch2subject: Support `git show` output.
      40396: vcs_info quilt: More documentation of '%Q' and 'use-quilt'.
      40401: vcs_info git: Fix the %c patch-format expando.
      40403/0001: vcs_info set-patch-format helper: Part #1.
      40403/0002: vcs_info set-patch-format helper: Part #2.
      40403/0003: vcs_info set-patch-format helper: Part #3.
      40403/0004: vcs_info set-patch-format helper: Part #4.
      40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing array
      40476: vcs_info $backend_misc: Document at the right point, provide in quilt 'standalone' mode.
      40478: vcs_info set-patch-format: Guard against empty variable elision.
      40481: vcs_info hg: Pass arguments to the set-patch-format hook.
      40479: vcs_info set-patch-format: Prepare for more code sharing between the callers.
      40480: vcs_info set-patch-format: Eliminate the remaining code duplication.
      unposted: vcs_info git: Fix typo in manual.
      40493/0001: _git-checkout: No functional change.
      40493/0002: _git-checkout: Reorder default completions.
      40494: _git: Use slashes matchspec for references (as already used for branch names).
      40508: Make $functions re-settable.
      unposted: _svn: Fix '--show-revs' completion.
      40492: vcs_info: Escape '%' signs in payloads.
      40510: vcs_info: Update the $psvar episode with '%'-unescaping. (Follow-up to 40492.)
      40626: Make $options re-settable.
      unposted: Port 40617 to the completion.
      Revert 40626 which broke tests.
      40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.
      40744: Document the SHORT_LOOPS 'function' syntax.
      40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behaviour.
      40816: Document interaction of 'print -P' and 'print -f'.
      40822: vcs_info quilt: Document the '.quilt-foo' zstyle context element. (Compare users/20807.)
      40817: __git_recent_branches: Retrieve less data, but faster.
      40818: _git-checkout: When completing local heads, prefer recently-checked-out ones. (after 38592)
      40855: _dmidecode: Fix _arguments syntax error.
      unposted: vcs_info quilt: Fix documentation markup typo.
      40859: vcs_info docs: Use proper internal links through texinfo nodes.
      unposted (after 40859): Fix yodl warning:
      users/22653: options.yo: Clarify REMATCH_PCRE semantics.
      40973: _remote_files: Fix completion of remote files that start with a hyphen/minus.
      41038: Document recent, backwards-compatible precommand modifiers changes.
      unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.
      41458: _subversion: Don't cache an empty commands list when svn is not available at the first invocation of _svn.
      41471 (tweaked): _svn: Complete propvals in 'propset'.
      41467: Correct completion of 'tmux new <TAB>'.
      unposted: _git: Fix style lookup for 'max-verbose'.

Earnestly (1):
      40355: _mpc: improve playlist completion

Eric Cook (1):
      unposted: fix typo in url-quote-magic

Fabian Klotzl (2):
      40539: typo in MIPS branch of argument selection
      40808: fix typos where (x,y) should have been (x y) in _arguments syntax

Fabian Klötzl (1):
      41414: fix for commas used in exclusion lists

Ferenc- (1):
      unposted (via github): Add newer C++ standard options to _gcc

Jan Kryl (1):
      41095: Use 2>&- in completion to avoide restricted shell problem.

Jens Elkner (1):
      40333: Fix the watch interface for utmpx

Jim (1):
      41461: complete list of zsh manual pages in manual introcution

John Leuenhagen (1):
      unposted (github pull request #15): fix a small typo in `ip` corrections file

Jun-ichi Takimoto (10):
      40470: make the test work also with ASCII collation
      40604: revert to the old method if getutent() is not available
      40681: strftime builtin should return 1 if ztrftime() returns -1
      unposted: silence warnings on Cygwin
      unposted: declare file local variables as static
      40820: add a few tests of strftime, related to 40681
      40994: unmeta_one() need not count Meta
      41006: _ls: new optiosns and a few fixes
      41090: Replace iswprint() if unicode9 is enabled.
      41177: _nm: add support for macOS and OpenBSD

Jörg Sommer (1):
      41128: typo in compsys documentation

Marcin Mielniczuk (1):
      41409: complete "django startproject"

Marko Myllynen (3):
      41085: Update OpenStack completions
      41086: Update librt completions
      41087: Update kvno completion to MIT krb 1.14

Maxime de Roucy (1):
      Avoid invalid access with isearch in completion list

Mikael Magnusson (3):
      posted: Make D07 recognize more spellings of pl_PL.UTF-8
      40780: Don't use =~ for simple prefix match
      41319: dupstring a possibly readonly string before modifying

Oliver Kiddle (24):
      40162: _arguments support for a match spec in combination with sets
      40226: tidy up some of the _arguments set code
      40227: handle _arguments sets and rest arguments starting with a dash
      40269: handle option exclusion within current word for clumped options
      40321: _arguments option groups
      40344: new lsblk completion
      40345: update lsusb completion
      unposted: using a colon in the tag name for lsusb completion was not such a good idea
      40512: new entr completion
      update gphoto2 completion for new options up to gphoto2 2.5.11
      40597: be flexible about order of options to _values
      40715: update completion of git options for git 2.12.0
      unposted: fix completion argument to xz --format
      unposted: complete 'tiled' layout for tmux
      40823: update option completion for sshfs 2.8
      40824: grep completion handling of option deviations between different systems
      40842: update completions for coreutils and similar utilities, also improving BSD and Solaris support
      40843: update options for ruby 2.4.0p0
      40965: fix for missing local declarations of expl
      unposted: fix syntax on line end
      41419: update for git 2.13.2
      41431: update options in assorted completions
      41432: use option grouping in xz completion
      unposted: correct typo in _xclip

Orlov Sergey (1):
      40935: User names need metafying.

Paulo Andrade (1):
      40260: zero new space allocated in prompt buffer

Peter Stephenson (80):
      40265: Fix problems with pure string in patterns with Meta.
      40285: Be more careful with pattern allocation in history isearch.
      40306 with doc tweaks: Change behaviour expanding alias in () function definition.
      40305: fix some problems redisplaying command line after interrupt.
      Add features associated with autoloading a function using an absolute
      unposted: more care with shell function filename.
      40332: completion for new autoload features
      40335: More care with autoload function path.
      40342: Add directory name cache for autoload file paths.
      unposted: one missing *name = NULL
      40362: Fix setting of parameter values in compvalues
      40353 with tweaks to whence -v: extend directory cache use.
      40369: quote command paths in whence -v
      40372: turn off POSIX_IDENTIFIERS option in completion
      40369: code should have been committed with 0a2d92f98
      unposted: "autooad ~..." also completes file
      40375: autoload with explicit path mustn't trash already loaded function.
      43080: a few more tests for autoload with absolute path
      40391: Add WARN_NESTED_VAR option and functions -W.
      40404: Only quote command in whence output with -v.
      40413: WARN_NESTED_VAR subscripted variable fix.
      40422: More WARN_NESTED_VAR cases.
      40423: WARN_NESTED_VARS, conversion the other way
      40425: HAVE_* tests for getutxent etc.
      40440: Add $functions_source hash to zsh/parameter.
      40465: update methods to output $PWD in tests.
      40466: Update dependencies for config.h.in / autoheader.
      40486: Don't warn on creation of MATCH etc. in regex.
      40434: Jan Matejek: patchutils completion update
      40536: Prepend directory to $fpath.
      40537: Document previous change to autoload
      40622 with typos fixed: functions -Ms.
      40702: new KEYS_QUEUED_COUNT ZLE variable
      40173: No error on failure to load zsh/db/gdbm in test.
      40760: Always tokenize unquoted - to Dash.
      40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.
      40803, 40804, 40805, 40806: Parameter test additions.
      40819: Fix IS_DASH test in BRACE_CCL handling
      Improve comment at top of GDBM test
      40875: Update REC_EXACT description, suggested by Martin Krafft
      22601: Fix for parameter substitution pattern matches.
      40891: fix more zero-length matches.
      40906: Add note on use of (k) parameter subst flag.
      40932: Parameter subscripts need to count parentheses.
      40933: Ensure we get job text in sourced files.
      40990: Fix crash with bogus path in sh emaulation.
      40995: Don't disable alias expansion when finding command substitution limits
      41008: Handle expansions for precommand modifiers
      41016: Test that quoted precommand modifiers now work
      41012: Fix premature exit from nested function in EXIT trap.
      41020: Fix "command -p"; "-p" was incorrectly left in command arguments
      unposted: Use typeset -g in insert-unicode-char
      41043: Close pipes in shell when disowning background job.
      Fix combination of HERE document and |&.
      users/22688: Allow mixing redirs and arguments after anon functions.
      40173: Off-by-one error checking for {varid}.
      41078: Empty psvar could cause bad dereference in prompt expansion
      40181: Fix buffer overrun in xsymlinks.
      unposted: Adding comments to test changed line number in output
      41096: Don't assume null termination copying string.
      41113 (tweaked): Save current line linkage to history ring.
      users/22707: Document extra use of accept-exact-dirs
      41164: Don't free a history entry if it's curline.
      41191: Check for immortal thingies when checking for specific thingies
      41239: Save and restore default history event on context stack.
      41244: Add zmodload -s option.
      41284: Fix NULL dereference in cd.
      41339: Unquote treeish argument for git checkout completion
      41345: Use consistent prompt variables in prompt themese.
      41368: Add missing unqueue_signals() to compctl.
      22760: fix partial string length reports with NO_MULTIBYTE
      41386: when backgrounding a STAT_CURSH job, remove the flag.
      Delay processing "disown" for superjob.
      unposted: update dev version due to wordcode changes
      41420: "{.." wasn't check for brace expansion properly
      41429: Try to improve description of how stages of expansion fit together.
      Further clarification about processing of expansions
      41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.
      unposted: update distribution docs for 5.4 release.
      unpostes: test release 5.3.1-test-2

Phil Pennock (2):
      40318 (in part): Document echo \c behaviour.
      41308 (tweaked): behaviour of PCRE with NUL bytes

Sebastian Gniazdowski (18):
      40231: Optimise setarrvalue().
      40507: Remove extraneous null creating GDBM records
      40558, 40562: General improvements to zsh/db/gdbm module
      40562: gdbm tests omitted from previous commit
      40170: Fix up error resetting in curses module.
      40781: optimize array assignment, similar to 39995 for string assignment
      40726: add "zcurses resize" for sane terminal size change
      40706: Fix ordering dependence in gdbm test
      40909: Stress test for parameter substitution
      * 40782: avoid dependency on zsh/regex module
      40898: fix GDBM error handling
      41146: careul in GDBM freeing strings with embedded nulls
      41153: finish module setup only after all error conditions have been checked
      41151: propagate flags when creating new parameter
      41232: Use page up/down keys in zed keymap.
      41375: GDBM interface bug fixes
      41402: Add hasher to ecstrcode to reduce string comparisons
      41402: Delay has_tokens() in ecstrcode as may not be needed

Stephane Chazelas (2):
      41142: Ensure close-on-exec is passed to moved file descriptor
      41275: Leave stdin open when executing widgets

Wieland Hoffmann (2):
      40837: for pgrep completion, add -w on Linux
      41265: quote the inserted file names as necessary

Zach Whaley (1):
      40200: Updated Perforce completion

Zhiming Wang (1):
      40450, 40451: Swifth language completion.

Øystein Walle (1):
      40568: REMATCH_PCRE is not enabled by default, fix doc.

-----------------------------------------------------------------------

No new revisions were added by this update.

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