index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
41866: No error unsetting nonexistent function for POSIXBUILTINS
Martijn Dekker
3
-1
/
+11
2017-10-31
41965: complete new functions -W and zmodload -s options
Oliver Kiddle
3
-1
/
+7
2017-10-31
41963: update completion for gnutls 3.6.1
Oliver Kiddle
2
-27
/
+56
2017-10-30
41939: docs: Move aliases corner case to the dangerous bends section. (after ...
Daniel Shahaf
2
-3
/
+9
2017-10-29
41960: add missing local declarations for MATCH, MBEGIN and MEND
Sebastian Gniazdowski
3
-2
/
+7
2017-10-29
41961: new ansible completion
Oliver Kiddle
2
-0
/
+283
2017-10-29
41958: update util-linux completions to 2.31; new hexdump completion
Oliver Kiddle
6
-19
/
+81
2017-10-29
41957: update git completion for git 2.14.3
Oliver Kiddle
2
-4
/
+8
2017-10-28
41927: complete "typeset -p"'s optional argument for multi-line output
Oliver Kiddle
2
-1
/
+6
2017-10-25
41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg
Alexey Sokolov
2
-2
/
+7
2017-10-20
41943: Completion: add --clean for vim
Christian Brabandt
2
-0
/
+6
2017-10-17
41902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ...
Barton E. Schaefer
3
-4
/
+41
2017-10-17
unposted: Document "typeset -p"'s optional argument in the inline synopsis.
Daniel Shahaf
2
-2
/
+7
2017-10-16
41907: further deborphan update
Gautam
2
-31
/
+34
2017-10-16
41904: new deborphan and updated xrandr completions
Gautam
3
-2
/
+52
2017-10-15
41899: handle multi-word values of $VISUAL et al., and line counting of buffe...
Barton E. Schaefer
2
-5
/
+10
2017-10-13
41873: temporarily disable effects of ${(Z:n:)...} for parsing $(...) within ...
Barton E. Schaefer
2
-2
/
+11
2017-10-13
41833 + 41838: _jq: New completion.
Daniel Shahaf
2
-0
/
+38
2017-10-13
41877: Separate out SH_FILE_EXPANSION loop from parameter substitution.
Peter Stephenson
3
-16
/
+41
2017-10-11
41825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.
Daniel Shahaf
2
-15
/
+24
2017-10-11
41825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat buil...
Daniel Shahaf
2
-1
/
+13
2017-10-11
41855: completion option updates for OpenBSD 6.2 and handle macOS in rm compl...
Oliver Kiddle
5
-61
/
+98
2017-10-11
41854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ...
Oliver Kiddle
2
-66
/
+208
2017-10-11
41853: update options for texinfo 6.5 and complete also for the pinfo info re...
Oliver Kiddle
2
-5
/
+33
2017-10-11
41849: handle both unexpand and expand in a single function
Oliver Kiddle
3
-31
/
+26
2017-10-11
41831: fix compset usage in ogg123 completion and tweak where compset -p is a...
Oliver Kiddle
5
-4
/
+9
2017-10-11
41835: handle multibyte characters with compset -p and -s
Oliver Kiddle
2
-11
/
+42
2017-10-10
unposted: rename _expand command completion to avoid clash with completer
Peter Stephenson
2
-0
/
+3
2017-10-10
41842: aliasing documentation update
Peter Stephenson
2
-9
/
+34
2017-10-08
41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in pr...
Barton E. Schaefer
3
-2
/
+36
2017-10-07
41827: correct sense of description for ${...:?...} expansion
Oliver Kiddle
2
-1
/
+4
2017-10-07
41826: dana: fix inaccuracies in completion description wording for parameter...
dana
2
-4
/
+7
2017-10-07
41824: fix to not complete rest args from an _arguments set alongside the arg...
Oliver Kiddle
3
-16
/
+28
2017-10-07
41823: new completions for some GNU coreutils utilities
Oliver Kiddle
10
-13
/
+246
2017-10-07
unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous rel...
Daniel Shahaf
2
-1
/
+7
2017-10-04
41808: _git-cherry-pick: Typo fixes
Noah Pendleton
2
-2
/
+7
2017-10-04
41802 (minor tweaks): use heap during shell function call.
Peter Stephenson
3
-70
/
+93
2017-10-02
41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.
Peter Stephenson
7
-15
/
+73
2017-10-01
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
7
-31
/
+108
2017-09-29
41789: Don't save fd if -1.
Peter Stephenson
2
-8
/
+16
2017-09-28
41773: Array index assignment tests for KSH_ARRAYS
Peter Stephenson
2
-1
/
+69
2017-09-28
41772: fix bug in handling of long options with _arguments' -A option
Oliver Kiddle
3
-1
/
+10
2017-09-28
41762: fix for completion in assignment to associative array element
Oliver Kiddle
2
-1
/
+6
2017-09-27
41767: preserve nonzero exit status on interrupt
Barton E. Schaefer
2
-1
/
+6
2017-09-27
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
6
-16
/
+101
2017-09-26
41761: Ensure status from interrupt is propagated by builtin
Peter Stephenson
2
-2
/
+14
2017-09-25
41747: Don't create hash entry if just checking existence.
Peter Stephenson
5
-9
/
+23
2017-09-24
41755: Followup to last: minor clarification to docs.
Daniel Shahaf
2
-1
/
+6
2017-09-24
Updates for ksh array element syntax.
Peter Stephenson
11
-165
/
+325
2017-09-22
update mtr completion through mtr 0.92
Oliver Kiddle
2
-20
/
+60
[next]