[Pkg-zsh-commits] [zsh] annotated tag debian/5.0.7-dev-2-1 created (now 8a466ee)

Axel Beckert abe at deuxchevaux.org
Fri May 8 00:06:20 UTC 2015


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

abe pushed a change to annotated tag debian/5.0.7-dev-2-1
in repository zsh.

        at  8a466ee   (tag)
   tagging  2b50298a49b370fc11dac482023f4cb414fb6c4c (commit)
  replaces  debian/5.0.7-6
 tagged by  Axel Beckert
        on  Fri May 8 01:55:56 2015 +0200

- Log -----------------------------------------------------------------
zsh Debian release 5.0.7-dev-2-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVS/uMAAoJEGvmY8daNcl1d/QP/AzPuuUes1IAxqmG3uNZNt6r
UYQ78pCYODsv5+w0MZ0ek7kfqMgmrRP1JHRTNAEeVJsHIgsOchWNeJGRB+8dddM2
FsTGMjXvD3GzAAuRUw0UHrND2yz0QB3rUTMxDfPV6Ns2TUD5308eRoVZFnyolU2o
r3RNSbWqnQ6xFKm8qwgAGd43HOvLiONrTZxNoA3d3pA3JWSIeY5wEsTOJ2N88o/y
l7xeAF95/Q7pS+hOTrvR/bvDDy1jXJ7a1JuqaMs8KV7E2oCgLYbZPxde8bZqjUa5
g4K85Riw6YLw/QCwq6ZvFzPeVUKngRWqqigk9WlkfUHUKKSfvyQ1GOSg4TtPqIBE
aHntL2WPSY3GEu3MFchgV8p8GJPcyGjYzDgNO8hbcqZ20m/qZPa391sCT+u1Iua6
LY509sKvnfyG4B/GNldTHsqsJjiRb6ixEm3CeilnJUz8TcrMeRy7jW0X4yu5S096
5HwzIeT2jR0Hhk1YmDgh9VzNugJNpXusrzj45rRnNZTv7mbAPDB+m/0gB7dIrrA2
8r2mG4HydcdHFQuR1PEFls84r90Z9aObcSvK+RCAKt1nPCWupNK66vY46M5+8PI3
WWfwAYpaZmtMiajtCD9wpuPyx5juPid8QgmR+vWCBgKZaw48rmlo+2JfIqgxBeiu
NRUVr01udjNtlMlA7Lde
=/QQw
-----END PGP SIGNATURE-----

Artur Penttinen (1):
      19371 plus tweak: run-help helper for ip

Axel Beckert (10):
      Changelog entry to previous commit by Wieland Hoffmann
      Add debian/zsh-static.NEWS with note about upcoming zsh-static removal
      Merge branch 'upstream' into debian
      Remove all cherry-picked patches
      debian/pkg-zsh-workflow.md: Update order when importing a new upstream release
      Remove no more needed debian/copyright entries
      debian/changelog entry for the new upstream release candidate
      Add patch to check if test suite failures are prompt variables related
      Updated patch by pws which unsetopts PROMPT_SP
      Upload to experimental as 5.0.7-dev-2-1

Bart Schaefer (1):
      34122: module: allow NULL third argument as intended

Barton E. Schaefer (89):
      33403: be conservative about redirecting _call_program stderr, the caller may have already done so
      33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and fix crash on zero values for same
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      Tests for workers/33429
      33445: fix handling of -s when combined with -i at shell invocation
      33493: use correct command name in error messages about "ulimit" failure; restore internal copy of limits if setrlimit() fails, so the error won't repeat
      33515: suppress parser error messages in comp_match()
      33526: fix completion path prefix handling when NO_CASE_GLOB is in effect
      33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko in status message for INT/QUIT signals; check errflag in output loops
      Merge branch 'master' of git://git.code.sf.net/p/zsh/code
      33614 (based on RedHat BZ-978613): signal safety when updating global state in execshfunc()
      33648: _gpg completes for gpg2 as well
      33656: different algorithm for "whence -am" to produce results more consistent with "whence -m"
      33686: set PS1 before pattern-matching for it
      add menu reference to Text Objects
      33750: handle function autoloads for DEBUG_BEFORE_CMD
      33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated zshmodules.1
      33775: error opening file in $(<...) is not fatal
      33791: fatal errors in an "always" construct yield nonzero status
      33804: hide values of large arrays in typeset output
      33805: rewrite zshparams intro, tweak formatting
      33816, 33819: GLOB_ASSIGN changes integer and floating type variables to string scalars
      Unposted: minor change: "scalar or integer" to "scalar" to include floats.
      33841: explain array append a bit better
      33854: errors end recursion through scanner()
      33894: boundary conditions in unmeta(), unmetafy()
      33901: fix warning message reference to funcstack (updates 33859)
      33912: fix filename default case
      33976: fix overlapping strcpy()
      33992: do not attempt attachtty() for process group zero (which is possible in a linux pid namespace)
      34002: zshcalloc() in init_keymaps()
      34065: following an "if" condition, do not test lastval for ERR_EXIT until a new command is run
      34067: safe tempfile creation, part 1
      34068: create tempfiles without forking, and safe temp directory creation
      34093: "whence" should always return nonzero when it finds that nothing matches its arguments
      34103: fix ancient double-quote handling thinko in subst_parse_str()
      34154/34155: reorder bin_print() to avoid leaking the output descriptor when incorrect/incompatible options were passed
      users/19721: clarify context vs. style in compsys configuration
      34202: safe tempfile creation part 3 -- use zf_ln instead of mv
      34212: do not change unset-ness of special parameters when exporting them
      34213: in previous patch, do not change usepm if it is already set
      unposted (cf. 34218): : remove -m from zmodload calls
      34230: call fmod() for modulo with floats
      34247: regression test for 34230.
      34273: use "enough" colons in each completion style pattern example
      34338: check pcre-match feature availability
      34344: fix 34338, pcre builtins need loading too
      34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
      34389: fix parsing of ">!" when read from histfile with HIST_LEX_WORDS
      34399: fix polltty thinko from 34365
      34403: refine 34399 to avoid settyinfo() when the input descriptor is not a TTY
      34421: clean up typeset documentation
      unposted: fix other typeset doc errors
      34446: add "ztie -r" and "zuntie -u", update documentation
      34447: fix assignment of key-value array to ztie'd parameter.
      unposted: fix formatting of "--".
      34514: Back out 34485, an alternate solution needs to be worked out.
      34476: change _store_cache assignment format
      34543: Prevent crash on garbage bytes inside $(...)
      34551: Avoid adding an extra "/" to the target path in cd_try_chdir() when the current directory is "/"
      34568: use META_HEAPDUP when passing dlerror() string to metafy()
      34590: queue_signals() around more scopes that manipulate global state
      34597: Revise strftime description to correctly explain timezone handling and note signed int rollover
      34634: avoid infinite recursion on (/)# extendedglob
      users/19934: document %D{...} for WATCHFMT
      34712: clarify words that may be aliased
      34734: further aliasing adjustments and doc
      unposted:  update NEWS to reference aliasing changes.
      users/20034: adjust PREFIX and SUFFIX for unambiguous_cursor on second completion attempt with GLOB_COMPLETE
      34772: add new test suite file for history; fix "read" usage in comptest
      34774: fix %prep and use read from a no-op pipe to force wait for the timeout
      34779: tests for 34776
      34788: refine errflag handling in cmd_or_math()
      34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals
      34781: add implicit space after alias expansion of tokens that form words without spacing
      34837: avoid loss of original file path when applying colon-modifiers in glob qualifiers
      34851: fix thinko from 34093 that short-circuited some "whence -m" searches
      34961: test for breadth-first glob with (Y1) qualifier (originally workers/32726)
      34961: add backslash to alias expansion matching (related to workers/32186)
      34961: replace a couple of free() with zfree() for consistency
      34961: sysparams[pid] and sysparams[ppid] added to variables index
      34961: clean up declarations of quote() and quotebreak()
      34961: $TZ is implicitly local in builtin strftime (originally workers/34602 from workers/34596)
      34961: minor wording clarification
      34961: properly handle the case of finding no files when searching $fpath and $_compdir
      34961: unquote history words when command line has a quote
      34961: avoid _message because it aborts completer list too early
      34965: consistent use of zalloc/zrealloc/zfree
      34966: "whence -v" for a function reports whether the function is autoloaded or its source file when known

Chirantan Ekbote (1):
      33982: minimal support for pid namespaces by recognizing that GETPGRP() may return 0

Clint Adams (1):
      34874: completion for cabal

Daniel Hahler (9):
      33746: read -q doc refers to -t
      34469: git completion: add "stash" from refs/stash to __git_heads
      34470: completion: adb: add "sideload" command
      34467: completion: git: minor doc fixes
      34468: completion: git: stash: handle 'save' being the default
      34638 with tweaks: git completion: complete commit hashes and --fixup
      34762: completion: git: add short option for '--dir-diff' (_git-difftool)
      34748: completion: git: update list of builtintools
      34899: completion: _vim: add nvim to #compdef

Daniel Shahaf (29):
      33396: new xxd completion
      33883: documentation for (*) glob qualifier
      33977: don't complete widgets as first argument to bindkey
      34070: fix starting position for memset() from 34005.
      34042: _git: Respect tags for subcommand completion.
      vcs_info hg: Support inactive bookmarks
      _zstyle vcs_info: Unbreak branchformat completion
      _zstyle vcs_info completion: Add missing styles
      34381: vcs_info: Documentation update
      34369: document error and warning codes
      34412: complete all groups for chown under sudo
      34411: _hg completion: Complete bookmark names for -r
      34444: git completion: minor improvements
      34464: Update mtr completion to mtr 0.82
      34588: Complete 'usermod -a'
      34640: clarify documentation for _guard function
      New completion for add-zsh-hook
      Fix ChangeLog
      34693: _strace: Fix variable leakage of $sys_calls
      34693: sudo completion: Don't false positive 'sudo -e' detection
      34673: vcs_info git: Fix error message when rebase hasn't started
      34671: git completion: only offer recent commits' tags/heads for --fixup
      34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git --fixup' hash completions
      34739: git completion: Fix regression in ce80a92
      34814: completion: git: Fix bug introduced by 236da69
      34885: completion: git: Fix another instance of the 34671 bug fixed in 34814
      34885: completion: git: Sort "commit object" completions most recent first
      34886: completion: git: Complete rebase --exec argument
      users/20159: completion: zstyle: Add 'show-ambiguity'

Eric Cook (3):
      33689: make cp --reflink's argument optional
      34259: variable declarations in ip completion
      34260 relax interface name restrictions in ip completion

Frank Terbeck (3):
      33405: vcs_info: Make sure maxexports is set when VCS_INFO_set is called
      unposted: Forgot X-Seq: numbers with Daniel's last few patches
      34419: vcs_info documentation: Fix wording

Han Pingtian (6):
      34769: incorrect doc of process time calculation
      34785: fix typo in SHINSTDIN doc
      34822: correction to GLOB_SUBST doc
      users/20078: HIST_BEEP doc
      34875: CSH_JUNKIE_HISTORY doc
      34880: POSIX_TRAPS doc

Jared Ahern (1):
      34980: expanding make variables was broken

Jun Kuriyama (1):
      33984: bin_dirs() should use zputs() to print metafied directory names

Jun T (3):
      33566: quash null pointer constant compiler warning
      33599: workaround zpty issue that causes vi test
      33769: workaround for KEYTIMEOUT to work from test

Jun-ichi Takimoto (17):
      33829: unbind ESC~ as a more reliable workaround
      33932: revise boundary check in unmeta()
      33940: handle backslash-meta correctly in lexer
      33978: avoid infinite loop in interactive mode
      34144: allocate origline by ztrdup(), not by dupstring()
      34327: fix cache identifier used in _cache_invalid
      34335: fix bugs in _yum_all_pkgs
      34423: fix a typo in _ruby
      34415: cache list of all python modules
      34451: use mmap() also on Mac OS X
      34456: lopts should be initialized as an array
      34636: replace broken isprint() on Mac OS X
      34643: clarify documentation for print and bindkey
      34836: fix description of '%-0<<' in prompt.yo
      34840: minor format fixes in prompt.yo
      34850: make URLs in html/pdf docs clickable
      35008: clarify description of 'exec' and 'return'

Jérémie Roquet (1):
      Take more care with errors from setuid().

Lokesh Mandvekar (1):
      33999: remove docker completion.

Marc Finet (3):
      33391: vcs_info git: fix applied patch detection on git am
      33815: Fix word transposition bug.
      PATCH: 34333: vcs_info quilt: fix unapplied detection in subdir

Matthew Martin (1):
      34637: New mixerctl completion for BSD

Mikael Magnusson (44):
      33485: fix a missing ;; case terminator
      33561: The time builtin forgot to unmetafy TIMEFMT
      33562: Fix thinko in previous commit
      33607: Fix some minor problems in zattr module
      33785: Fix leaks of desthost in ztcp
      33882: Complete CXXFLAGS as CFLAGS too
      Parse "Gentoo" as being GNU libc
      users/19530: Handle commented lines in /etc/filesystems
      33963: remove work of art in _mount
      34114: emulate: Handle aborting from mixed -L/-c correctly
      34118: Don't crash when writing out history if HOST is unset
      34116: computil: Check for NULL before passing to strlen
      34117: zle: size_t is unsigned, use int instead
      34115: compcore: Fix size argument to zfree
      34104: compctl: Remove pointless check
      34121: compresult: Remove unneeded NULL check
      34105: subst: remove dead code
      34119: complist: Fix leak of string in clnicezputs
      34113: whence: use dupstring to not leak memory
      34106: hist: use zhtricat instead of tricat
      34112: typeset: fix leak of oldval
      34134: anon funcs: don't leak shf and related data
      34107: getsubsargs: free ptr1 before returning
      34108: Don't leak ifs stuff
      34120: compctl, jobs: Check contents instead of array
      34138: wcs_nicechar: only deref widthp if it was given
      unposted: Convert spaces to tabs in ChangeLog
      Fix a typo in bin_print error message
      30568: Add tetriscurses contrib function, port of tetris to zcurses
      hist: remove wrong NULL terminator
      select: Fix leak of 256 bytes on every loop when zle is not used
      unposted: add missing ml ref
      34382: Handle NULL return from dlerror() more gracefully
      34387: Avoid loading the main zsh binary as a module
      34466: Fix double unmeta in rm verification
      34488: Fix use-after-free for print -zf and print -sf
      34490: Fix leak on print -zf/-sf error
      Fix typo from 28487
      34615 + 34619: Remeta one frame earlier
      Fix ~ and (Q) order in _zattr
      34902: Doc: Explain the numeric argument and be consistent about what we call it
      34926: _fc: Remove a spurious 2
      Revert "34926: _fc: Remove a spurious 2"
      Fix two bugs in typeset_setbase

Oliver Kiddle (59):
      33420: complete -R/-m options and fix feature completion
      33424: use common function for completing Debian architectures
      33438: use the new way of splitting strings with a dynamic separator
      33467: correct return status on functions and numerous other minor fixes
      33481: resolve completion clashes and tidy-up SUSE/Mandriva related functions
      33485: fixes for zstyle context handling
      33486: new completion function
      33512: add support for "0 vi buffer and yank to it
      33513: vi mode deletions should replace cut buffer not append to it
      33514: even  with a named vi buffer, we should update the default buffer
      33518: add support for "_ vi buffer and arguments to vi-set-buffer from a zle widget
      33519: last character in the buffer can be cut, changed or yanked using vi-forward-char
      unposted: specify 8 char indent for ChangeLog in .editorconfig
      33520: correct cursor positioning following a vi mode yank operation
      33528: take notice of last column position when using vi-yank
      33570, 33576: make killring/yank-pop work in vi mode after
      correct cursor position in test
      unposted: quash compiler warning
      33575: reset vi change start position if text is inserted
      33593: support numeric argument to vi-join
      33596: make local keymap keybinding hide global keymap
      33604: fix change merging for vi mode where a change has just been undone
      33624: keep region active when widget fails
      33659: use --dump-options to get most of the gpg options to complete
      33639: fix bug with vi operators on a blank line
      33643: elaborate documentation of the PRIVILEGED option
      33669: allow an empty line to be yanked with yy
      33695: fix various vi-indent problems and vi-swap-case on a blank line
      33696: simple up/down line widgets that don't go through history lines
      33697: new vim style vi-backward-word-end widgets
      33632: use viopp and visual local keymaps if they exist
      33633: support vim style text objects
      33699: support short delays in zle tests where we
      33700: new widget for put in vim style visual selection mode
      33635: adapt region to function as vim style visual selection mode
      33636: add support for a linewise visual selection mode
      33704: keybindings, documentation, tests and minor
      unposted: reindent large block
      33730: vim style text objects for selecting words
      33738: account for a selection in vi-replace-chars
      33743: use posix_openpt in zpty if it is available
      users/19365: completer for current directory of other shell processes
      33770: avoid calling identical FIONREAD ioctl twice in succession
      33818: fix types passed to sizeof detected by coverity as being wrong
      33800: remove old workaround for ancient systems to
      33820: detect support for realpath() with a NULL
      33823: overwrite mode shouldn't replace newlines
      33845: save correct cursor position with push-line from vi command mode
      33860: minor fixes to vi mode changes
      33861: update lsof completion for new options
      33924: allow vi line/characterwise mode to be forced
      33950: ignore KEYTIMEOUT for vi operators
      33846: additional default vi-mode key bindings
      33956: document key binding changes and remove ^X binding
      33958: update sudo completion for newer options
      34373, 34374: update completion of builtin commands, modifiers,
      34940: _fc: fix typo breaking completion for history
      35011: update completions for some common Unix commands,
      35029: improvements to newline handling for vi-mode word movement

Peter Stephenson (137):
      Update version number to 5.0.7-dev-0 to avoid installation clashes with 5.0.7
      33423: expand ${(p)...} to allow ${(ps.$param.)...}
      33459: test for variable substitution in variable splitting
      see 33475: allow .cpp files to be completed as gcc input
      33480, slightly tweaked: fix for $' completion.
      33531 with additions: retain status of exited background jobs.
      33542: test logic for waiting for already exited processes
      33564: care with monitor option in test
      33582: don't include tcp.mdh in zftp.c.
      unposted: Add /.project to .gitignore for use by GitEye
      Treat exec from subshell as if forked
      Handle -a option to whence in combination with -m.
      33655: remove overlap of node flags
      AUTO_CD behaviour depends on SHIN_STDIN, document
      Marc Finet: problems with working directory rationalisation.
      33679: Note on patter s in case statements
      users/19404: Login shells may not be interactive
      unposted but c.f. 33723: typo in FAQ
      33729: "git remote add" should complete local repositories
      33793: add 0b binary interpretation to integer constants
      unposted: test binary input using 0b
      33830: META-FAQ updates.
      33859: Fix traps in completion
      33866: addendum to completion trap fix
      33843: minor optimisation for recursive-files.
      33927: nm completion improvements
      33876: etc.: Separate errors and keyboards interrupts
      unposted: Add missing -f arg to zsh in D04parameter.ztst
      zsh-users/19551: history documentation.
      33981: more care with region_highlights management
      34006: unmetafy anything put into the environment
      34008: metafy the environment on arrival in the shell
      34005: region_highlights memory fix
      34015: disallow strange environment variable names.
      34077: further tests for return status from "for" loops
      users/19667: whence -S shows intermediate steps in symlink expansion
      users/19671: remove confusion with whence -a.
      users/19682: document recommended use of whence
      34091: typo with "whence -s" expansions
      34092: fix miscount of symlink resolution for "..".
      Fix command substitutions to parse contents as they are read in.
      34182: doc: to add zf_\* builtins use zmodload -m -F
      Rearrange context saving.
      34914: explanation of effect of integer promotion
      unposted: update copyright for new Src/context.c
      34220: new $(...) handling needs to back up over alias expansion
      test for alias expansion in command substitution
      34233: function execution trick needed for _qdbus
      34234: use structures for normal and raw lexical buffer state
      34253: warn in zcalc doc about integer arithmetic.
      Propagate float/integer type in arithmetic assignment.
      unposted: add Src/zsh.exe to .gitignore
      34275: assume zpty can't be used for testing Cygwin
      34283: test X02 also needs zpty and shouldn't run on Cygwin
      unposted: fix error in README
      34287: preprocessor for signal name generation.
      34280: more widespread use of FORCE_FLOAT.
      34290: note FORCE_FLOAT option change
      34304: improve use of new cmd subst in completion
      32413: turn off history word marking in cmd subst
      unposted: improve comment on hist_in_word().
      unposted: another dubious comment in hist.c fixed
      34319: fix alias expansion in history for command substitution
      Fix X-Seq
      34322: bug with interface to parsestr() etc.
      users/19751: remove error on failure to close file descriptor by number.
      users/19756: test for case of closing fd with no error message
      34329: add -S option to which and where
      34331: better handling of NULL in cd.
      34383: ztrdup() should be dupstring() in new cd code
      34365: History lockfile backoff: randomised time.
      Unsetting gdbm tied variable basically works.
      Missing change log entry
      34430: parameter fixes for gdbm tied hash.
      34435: Update emulate completion.
      34439: unset variable about to be tied
      34455: Further gdbm parameter fixes.
      users/19800: more help for $HISTORY_IGNORE
      users/19825: Clear statement about POSIX compatibility
      34485: More rationalisation for anonymous functions.
      users/19850: add pattern support to watch variable
      34519: $_ for arguments of anonymous function
      34546: further $_ with anon function fix.
      34530: PRINT_EXIT_VALUE with anonymous functions.
      34558: preexec doc fix.
      34560: Fix $(( that's actually a multiline cmd subst.
      Fix up memory allocation for previous patch
      34570: Another nasty command / math substituion thing.
      34573: Safer failure to handle command substitution
      unposted: Seems it's 2015
      34587: ensure multibyte characters don't overflow.
      34604: Work around problem with changes in Meta characters.
      34606: fix up nested arithmetic substitution
      34623: free history more often if "remetafying"
      34641: make it possible to alias tokens
      Missing test for alias fix
      34651: Avoid core dump if no lexical token
      34654: Improved rpm -q --whatprovides completion
      34657: document the effect of substring subscripting better
      34653: move aborted vared lines to ZLE_VARED_ABORTED
      users/19985: improve doc of subscripting substrings further
      34721: new glob qualifier functions before, after
      34725: update NEWS for site function configuration.
      unposted: update NEWS some more
      34723: disable fixed site function dir if user disable site function dir
      34742: history expansion inside command substitution failed.
      34752: another fix for history expansion in cmd subst
      34753: work around NFS problem in tests.
      34758: fix yet more history / command subst interaction.
      34759: improve implementation of last commit
      34776: improve suppression of alias expansions from history.
      34784: fix old bug with history word selection
      34787: Add more history tests
      34817: Catch some errors earlier when reading history.
      users/20058: improve device completion in ip completion.
      34887: Fix POSIX_BUILTINS with assignment.
      34892 (slightly tweaked): math evaluation fix
      unposted: rewrite Nularg math handling to be like other cases
      34900: assignment before an "exec".
      34901: Test for the previous commit
      34905: no parse error after keyboard interrupt.
      34919: update interrupt parse error for ZLE cases.
      34920: info on git pull
      34921: handle error in recursive par_event().
      34955: save and restore list_pipe_job with its friends
      34977: more reliable test if preprocessor is GNU
      34979: Preserve job text when doing shell job fix.
      34980: in completion match new Makefile assignment forms
      34989: AUTO_CD needs to call cd --.
      34992: POSIX fix for readonly variables.
      35007: Note in doc about scope of ZLE parameters
      35009: updates for 5.0.8
      NEWS update
      35033: trivial zcalc completion
      unposted: fix descriptions in previous -zcalc commit (cosmetic)
      35032: Handle SIGCONT for process better.
      Update for 5.0.7-dev-2.

Sebastien Alaiwan (1):
      33728: Complete bzr shelve subcommand

Simon Ruderich (1):
      33139: add doc example to glob broken symbolic links.

Stephane Chazelas (2):
      33740: FAQ: another way of avoiding MULTIOs effects on pipes
      33740: doc for output of hideval parameter flag

Syohei YOSHIDA (1):
      33455: update GNU global option completion

Takeshi Banse (1):
      34064: assignment before command replaces array with export even when KSH_ARRAYS

Theo Buehler (1):
      34792: langinfo: Fix pointer type

Thomas Mitterfellner (1):
      34195: new qdbus completion

Timofey Titovets (1):
      34053: complete additional Linux kernel module compression

Wayne Davison (1):
      unposted: fix compiler set-but-not-used warning.

Wieland Hoffmann (1):
      _git: Change one --validate to --no-validate

Yuri D'Elia (1):
      33397: new xautolock completion

clutton (1):
      33640: look in /boot/modules instead of /modules for third-party modules

fREW Schmidt (1):
      33375: new sv completion

saga (1):
      33712: add --auto-remove option

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

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