[Pkg-zsh-commits] [zsh] annotated tag debian/5.0.2-test-3-1 created (now 091c589)

Axel Beckert abe at deuxchevaux.org
Tue Dec 3 14:06:43 UTC 2013


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

abe pushed a change to annotated tag debian/5.0.2-test-3-1
in repository zsh.

        at  091c589   (tag)
   tagging  9cbb2a6e5f22298bc12f08d75962f53d1feb4ab6 (commit)
  replaces  debian/5.0.2-6
 tagged by  Axel Beckert
        on  Tue Dec 3 15:05:31 2013 +0100

- Log -----------------------------------------------------------------
zsh Debian release 5.0.2-test-3-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEABECAAYFAlKd5SsACgkQwJ4diZWTDt6wdgCeMfnWd1Gr3cbXWH8MHgvnIEAJ
7QsAnR/zkQuHMwYhpi38l3eefNfSrQ59
=QpHK
-----END PGP SIGNATURE-----

Aaron Schrab (1):
      Generate patch level using `git describe`

Axel Beckert (20):
      31735: fix off-by-one in completion utility cache code.
      Bump Standards-Version to 3.9.5 (no changes)
      Merge branch 'upstream' into debian
      Remove patches applied upstream
      zsh-beta.postrm: Unregister /etc/shells entry on removal (Closes: #724251)
      Make lintian override zsh version agnostic
      zsh-common: Remove Breaks against older zsh version (Hopefully closes: #707760)
      Add changelog entry for a potential 5.0.2+test1-1
      Try real upstream name in debian/changelog despite the dashes
      Update watch file to also catch release candidates
      Merge branch 'upstream' into debian
      Refresh patch replace-texi2html-with-makeinfo
      debian/rules: Util/helpfiles now requires parameters, reduce own magic
      Add newly generated help files to debian/clean
      Update changelog for 5.0.2-test-3-1
      Bump changelog entry date
      Fix one test-suite failure on static builds due to non-existent $HOME
      Add patch which hopefully fixes test suite failures on Jenkins builds
      A05execution-ztst-setopt-MONITOR.patch: Add second occurrence
      Upload to experimental as 5.0.2-test-3-1

Bart Schaefer (19):
      users/17524: misc. parameter flag clarifications
      30949: restore "read -q" behavior lost by 27188
      unposted: tweak 30949 to fix buffer pointer
      31000: fix typo in example
      unposted:  Insert a blank line before vindex() to properly format the
      31158: following a wildcard with a repetition produces a bad pattern error
      31234: use an "always" block instead of "trap" to clean up various function
      31272:  Avoid double free, get_compctl should not free its arguments.
      31350: block SIGWINCH nearly all the time, except
      31350: block SIGWINCH nearly all the time, except
      31353: fix handling of floating point in ternary
      31361: handle negative optno ("no" prefix used)
      31372: Do not block SIGWINCH for child processes
      unposted:  fix typo
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      31832: make execrestore() more signal-safe.
      Mention HISTORY_IGNORE
      31966: skip introductory paragraphs when processing "man zshbuiltins".

Barton E. Schaefer (34):
      31466: Cause git and cvs to ignore one another, in case anyone wants to
      31205: Do not display "(eval)" as a tag context
      31474: create patchlevel.h correctly when using a separate build tree
      31637: be more selective about retry of lchdir() in cd_do_chdir()
      31714: handle ".." properly when $PWD or the path prefix traverses a symbolic link.
      31737: same loop counter fix in get_cadef as get_cvdef.
      unposted: improve an error message.
      31770: memmove() instead of memcpy() for overlapping regions.
      31772: queue_signals() to prevent re-entry into endparamscope().
      31781: "compdescribe -i" clears the completion list column padding width
      31784: better line width calculation for completion listings
      31797: to match documentation, avoid expanding history when there is neither a
      31818: fix completion for zsh in _sh, and document the _arguments behavior that made the fix necessary
      31823: add HISTORY_IGNORE parameter
      31840: "read" needs IFS unset to avoid stripping whitespace in makefiles
      31849: document effect of KSH_ZERO_SUBSCRIPT on the argv special array
      31869: reduce WINCH-twaddling in shingetline()
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      31879 plus misc.:  improve $pipestatus handling and add a test for it
      31885: fix PIPEFAIL when the last command executes in the current shell
      31906: fix race-condition interaction of $pipestatus with job control
      Merge overlapping ChangeLog entries
      31912: in closemn(), distinguish closing for >&- from closing for a real redirect
      Some syntax adjustments in _expand_word_and_keep.  Add a working URL.
      31919: fix deadlock when a shell builtin with a multio redirection is used on the left side of a pipeline
      31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
      Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C
      One missed hunk from 31988.
      Another missed bit of 31988.
      31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a leading paren means grouping
      32023: better interrupt handling at RM_STAR_WAIT
      32045 (adjusted by 32047): use makefile dependencies to determine whether to
      32061: Fix "use of uninitialized memory" in metafy
      32066: fix %r and %S in vcs_info formats when a repository subdirectory is accessed via a symlink

Barton Schaefer (1):
      upon "read" of a short line, assign all variables passed as arguments.

Bruce Stephens (1):
      31459: fix alignment of zsh entry in info menu

Clint Adams (4):
      31xxx: Completion/Debian/Command/_dak: complete files for subcommands that are not explicitly specified.
      mail went through
      31499: dcut completion from Sebastian Ramacher.
      31500: Completion/Debian/Command/_dput: dput-ng completion support from Sebastian Ramacher.

Eric Cook (2):
      31558: name of qemu executable changed in completion.
      31801: missing local declaration for variables in completion

Frank Terbeck (9):
      Add ChangeLog entry for previous commit
      31174: zle: Make sure state changes are refreshed after init hook
      31172: Let vared define custom init and finish hooks
      31175: Add documentation for the new -i and -f options of vared
      31221: Handle zero defined aliases better
      31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_global
      Revert "31372: Do not block SIGWINCH for child processes"
      31376: Make sure every execve() is prefixed by winch_unblock()
      31485: vcs_info, git: Avoid error messages for `guilt' users

Han Pingtian (1):
      31789: Save history for INCAPPENDHISTORY later.

Hong Xu (2):
      move comment to individual line in .editorconfig
      32069: completion for "git submodule update --remote"

Jun T (8):
      31281: _du: add support for Mac OS X
      31357: _cp: add support for Mac OS X
      31525: Fix some options in _make
      31756: further make completion improvements.
      31902: rationalise use of gamma function.
      31909: new cat completion
      31971: locale fix for helpfiles
      31984: new df completion

Kenyon Ralph (1):
      31371: _brctl: update brctl subcommands

Luka Perkov (4):
      31702: check for git rebase -i for autosquash
      31708: _git: add --fixup and --squash options to commit
      31723: _systemd: add more system commands
      31726: _git: add few more arguments for cherry-pick and revert

Manuel Presnitz (1):
      31592: improve documentary for handling of named directories.

Martin Vaeth (4):
      31959 (plus tweak to .gitignore): make help files during installation
      31959 (plus tweak to .gitignore): make help files during installation
      31959: missed files
      32008: complete "." and ":" for run-help, clean Doc/help in make

Mihai Moldovan (1):
      Unused function attribute fix for clang compilation

Mikael Magnusson (14):
      Fix _prove completer commit (was html)
      30496: Parse argument to %F and %K as prompt sequences
      30490: _java: -keystore takes a file argument, so complete files
      30639: Add support for showing the current action is cherry-pick to vcs_info git backend
      31136: vcs_info: just set parameters instead of passing over a pipe
      unposted: adjust another mention of psvar
      31140: avoid crash when hitting recursion limit
      31182: _awk: Allow sticked arguments
      unposted: fix a typo in docs
      31483: Call zrefresh() before unqueue()ing signals
      31805: Add $patchars and $dis_patchars to zsh/parameter module
      31805: Update _enable and _disable for -p, fix related typo in docs
      31806: _enable _disable: Workaround special characters in alias and function names breaking _arguments syntax
      Update ChangeLog with previous commits

Nick Cross (1):
      Update make completion with gnu options

Oliver Kiddle (8):
      30987: only call xrandr when necessary and use _call_program
      31037: return to previous position with vi-goto-mark using `` or ''
      Morita Sho: 31038: add location of terminfo entries on Debian
      remove duplication in git guidelines
      31041: add support for testing line editor widgets from the test suite
      31058: add completion of options from newer versions of some commands
      c.f. 31071: remove duplicate _osc and rename _ps to avoid name clash
      31077: update for new options in GNU sort

Peter Stephenson (126):
      unposted: update version to 5.0.2-dev-0 to avoid clash with release
      340941: bashcompinit: scalars giving bash completion status should be exported
      30946: Robert Kovacsics: use xrandr command to generate completions
      30958: Jeremy Mates: new prove completion
      30960: Alexey Bezhan: compatibility issue with django completion
      30993: fix parameter modifier crash with :wq on empty string
      users/17608: use function to modify currrent command line argument
      Dmitry Roshchin: 31008: updates for openSUSE completions
      Jesper Nygårds: 31012: gradle completion update
      31015: compaudit fix to allow executable owner to own completion files
      Eric P Mangold: 31016: updated twisted completion using internally
      Han Pingtian: 31027: remove the -g's from globs in file completion
      Wieland Hoffmann: 31029: correct directory in README
      Wieland Hoffmann: 31030: improve mplayer completion label
      31055: missing $ in compaudit search of /proc file system
      31060:"+" before a flag for "functions" or
      31061: "functions" completion takes account of options already
      31061: "functions" completion takes account of options already
      users/17665: add FORCE_FLOAT option
      users/17666: zcalc -f sets FORCE_FLOAT
      31141: Tighten NO_CLOBBER restrictions on {fd} syntax
      based on 31144 etc.: all entries of psvar can now be shown in prompts
      31151: Pavol Juhas: complete (C etc) tags better
      31154: make zcalc understand continuation lines with a backslash
      31155: minor extra zcalc features and documentation
      improved math context completion: functions
      Han Pingtian: 31167 (with tweak): limit use of colons for recognising
      Jun. T: typo in vi-goto-mark
      31203: add new etags completion.
      unposted: fix some .distfiles which mention files that have gone
      31246: make a separate patch level header for releases
      users/17754: failing to retie an array
      31261: updates needed with latest texinfo
      31263 (but changed * to - for consitency):
      unposted: make git ignore PDF and PS versions of intro file
      Daniel Friesel: 31265: improved option handling for devtodo.
      31355: _comp_locale tries to sanitise locales but keep CTYPE;
      31356: typo in new _comp_locale noted by Bart
      31369: set locale for completion if locale command is not usable
      Improve Perforce jobs completion to limit
      Fix merge
      Omitted ChangeLog entry for previous commit
      31418: improve documentation for "age" function
      31419: Add time zone and year to string formatted time output from zstat
      31405: weasel words about PRINT_EXIT_STATUS option.
      31422: better heuristic for timestamps in age function
      31433: zcat -f doesn't need suffix .gz
      31436: document KSH_GLOB doesn't support recursive directories
      31441: use array to decide which forms of pattern are enabled
      31444: Basic code for enable/disable -p
      31465: fix basic completion and globbing uses of disabled patterns
      Orphaned ChangeLog notes that should have been committed earlier
      31503: zmv improvements for user-specified programs.
      users/17856: rewrite _make to use _arguments.
      31528: use job table to record file descriptors associated with process subst
      31536 with additions: Fix hang in previous process substitution fix.
      c.f. 31531: complete xcf files for image manipulation packages
      31545: Use of FD_CLOEXEC to remove possibility of fd reuse.
      31549: Fix third problem with file descriptor management.
      31559: Fix history line problem with aliases and comments
      unposted: fix previous commit: ihwend -> hwend
      31750: fix for HISTREDUCEBLANKS option.
      31574: alternative fix for bad fd if no FD_CLOEXEC.
      17591: fix error message for invalid fd in print -u
      31611: attempt to fix crash completing redirection in do loop
      31631: Use cygwin_conv_path if available.
      users/17908: Keep history line in sync between ZLE and shell.
      31644: Fix insertion of multibyte characters into editor line.
      31650: use zlong for mailcheck parameters to ensure range
      31665: zpty should attach terminal on slave.
      Update ChangeLog entry with mailing list reference.
      31672: Add test that was failing and fix zpty set-up race
      based on 31641, 31642: completion for more make variants
      users/17955: new "disown" style for MIME handlers.
      31696: In "test" No One Can Hear If You Shriek.
      31658: fix manual entry about getting lines from mapfile
      31706: standardize handling of "test ! <x> <y> <z>"
      31711: add execute-never style for MIME function system.
      conflict resolution
      31764: Dewreakify havoc caused by pattern disables on glob qualifiers.
      31765: If zle starts in viins mark as insertion.
      users:18023: Add PIPEFAIL option
      31793: Fix problem with non-interactive history.
      31794: further refinement to INCAPPENDHISTORY change.
      31809: Make whitespace clear in trace output for patterns.
      31810: tests for simple XTRACE output from conditions
      31815: another fix for INCAPPENDHISTORY change.
      Fix trivial typo in zshaddhistory doc.
      31872: zshaddhistory hook example needs options.
      Users/18033: Documentation for exit and ERR_EXIT.
      31830: New feature for zshaddhistory hooks.
      31846: fix NOEXEC option in execsimple() optimisation
      Use VERBOSE option in execstring()
      Fix merge conflict
      31873: Document conventions for command options in builtins
      31884: Make new pipestatus test implementation proof.
      31882: Insulate completion widget against environment.
      31888: Add another test for pipestatus.
      31877: fix behaviour of disable -p with parentheses
      31889: tests for disable -p
      31890 + 31891: Add NEWS for new features since 5.0.2
      31922: zlecharasstring missed flip of bit 5 after Meta
      unposted: updates for 4.0.2-test-1.
      31937: zle -Fw uses widget semantics for file descriptor handler
      31940: zcalc -e uses arguments as input
      unposted: refer to zle -Fw in NEWS
      unposted: update some incorrect version numbers in ChangeLog
      31961: rationalise fd watching to use structure
      Fix merge conflict amending ChangeLog.
      Merge remote commit
      31959 tweak: put this back again
      31977: It's OK to autoload a feature that's loaded.
      31982: detection of floating point constants was problematic.
      31983: suppress warning from cmp when genering patchlevel.h.
      32001: fix crash on ${:*} and ${:|}
      follow up to 31959: I patched the files to the wrong place.
      Fix merge of ChangeLog
      32030: need to revert empty glob qualifier change.
      32031 plus missed _run_help: get helpfiles install path corect in functions
      unposted: Prepare 5.0.3-test-2.
      unposted: Prepare 5.0.2-test-2.
      Merge branch 'master' of ssh://git.code.sf.net/p/zsh/code
      unposted, see 32050, 32051: remove non-ASCII characters in functions
      unposted, see 32054: Rationalise character encoding.
      unposted: fix ChangeLog reference to last test version
      unposted: 5.0.2-test-3

Phil Pennock (1):
      31634: run-help compat with alias to noglob/nocorrect

Ramkumar Ramachandra (3):
      31286: _git: add a couple of browsers
      31289: _git: branch.*.pushremote, remote.pushdefault
      31288: _git: fix shortlog completer

Richard Hartmann (3):
      Add .ogv to mplayer completion
      31571: Completion/Unix/Command/_vcsh: Update
      31572: Completion/Debian/Command/_linda: Deleted

Stefan Neudorf (3):
      31930 / 31934: New limits from BSD.
      31935: further updates to limits for BSD
      31936: Rationalise limits for threads

Stephane Chazelas (1):
      31417: age function needs protection against file names starting "-"

Thomas Klausner (1):
      mplayer supports .ts (transport stream) files

Torstein Hegge (1):
      31159: git: Pass prefix filter to ls-files even if it matches no files

Wayne Davison (1):
      Add new options for rsync 3.1.0.

Yuusuke Yoshimoto (1):
      suppress stderr when listing java classes to complete

joe M (1):
      31648: fix timing errors in mailcheck

m0viefreak (12):
      31741: _git: fix a wrong variable in __git_config_values
      31743: _git: fix usage of ->int: for some entries in _git-config
      31744: _git: make git submodule <cmd> completion work
      31745: _git: correctly use __git_guard_number in some cases
      31755: _git: completion updates to match latest git v1.8.3
      31746: _git: reword _git-config TODO
      31748: _git: support completing remote branches without <remote>/ prefix
      31753: _git: correct some "undocumented" options
      31754: _git: git rm: make git rm --cached work as intended
      31857: _git: Remove unsupported -q option from diff options
      31856: _git: fix a few "undocumented" options
      31855: _git: revert: add '-e,--edit'

Øystein Walle (15):
      31747: _git: completion updates to match latest git v1.8.3 part 2
      31750: _git: add new configuration options to match latest git v1.8.3
      31749: _git: fix some typos in description texts
      31751: _git: remove TODOs of actually documented options
      31752: _git: change completion text for consistency
      31853: _git: Add missing column.* config variables
      31854: _git: Make git-show accept diff arguments
      31859: _git: re-order the last two git-blame arguments
      31858: _git: fix wrong default value
      31861: _git: Add git-clean -i/--interactive support
      31863: _git: Add new arguments introduced in Git v1.8.4
      31862: _git: Add status.short and status.branch
      31866: _git: Reword --heads to match new meaning
      31864: _git: Add two sub-comamnds introduced in v1.8.4
      31865: _git: Make --batch(-check) accept an argument

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

This annotated tag includes the following new commits:

       new  9cbb2a6   Upload to experimental as 5.0.2-test-3-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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