index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
unposted: fix to use ;| style fall-throughs in the case statement
Oliver Kiddle
2016-09-07
2
-6
/
+9
*
39209: Update options
Matthew Martin
2016-09-07
2
-3
/
+11
*
39208: Update flags
Matthew Martin
2016-09-07
2
-13
/
+35
*
39223: Introduce addflags function to reduce redundancy
Matthew Martin
2016-09-07
1
-42
/
+33
*
39193 (cf. Yoshio Hanawa: 39192): don't pass options from after -- on to compadd
Oliver Kiddle
2016-09-07
2
-6
/
+14
*
39185: Only set word begin for completion word if not alias.
Peter Stephenson
2016-09-07
2
-1
/
+6
*
39221: update rm completion for BSD
Matthew Martin
2016-09-07
2
-7
/
+18
*
39218: Fix module feature enables with math functions.
Peter Stephenson
2016-09-07
2
-0
/
+5
*
39217: fix error name generation with GCC.
Peter Stephenson
2016-09-07
2
-1
/
+11
*
38153: change the way long options are examined for "=" signs to more accurat...
m0viefreak
2016-09-06
2
-8
/
+20
*
39174: _ssh: Fix completion of ProxyCommand option.
Daniel Shahaf
2016-09-06
2
-4
/
+4
*
39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.
Daniel Shahaf
2016-09-06
4
-5
/
+26
*
39171: _libvirt: Apply $opt_args-unescaping.
Daniel Shahaf
2016-09-06
2
-0
/
+4
*
unposted: _libvirt: Escape $words elements to avoid their interpretation as a...
Daniel Shahaf
2016-09-06
2
-2
/
+8
*
unposted: Fix leakage of $word (after 39179).
Marko Myllynen
2016-09-06
2
-2
/
+7
*
39181: Add PM_SINGLE and use for compstate.
Peter Stephenson
2016-09-06
4
-2
/
+13
*
39179 (plus tweak): More _libvirt (virsh) completion tweaks
Marko Myllynen
2016-09-06
2
-7
/
+19
*
39167: Make $ENV handling more like POSIX
Teubel György
2016-09-05
3
-12
/
+21
*
unposted: internals: Document zshcompwid(1) parameter implementations.
Daniel Shahaf
2016-09-04
3
-3
/
+26
*
39158: cleanup following review comments of _libvirt function
Marko Myllynen
2016-09-03
2
-29
/
+34
*
39165: update options to correspond to latest versions of software in various...
Oliver Kiddle
2016-09-03
11
-67
/
+138
*
unposted: _postfix_queue_id: Unbreak completion of short queue ids of held/ac...
Daniel Shahaf
2016-09-02
2
-2
/
+6
*
39154: _files: -/ with list-dirs-first resulted in a bad pattern, thus aborti...
Daniel Shahaf
2016-09-02
2
-1
/
+6
*
39118: (almost) complete virsh completions
Marko Myllynen
2016-08-31
2
-29
/
+129
*
39141: Use zsh instead of sh in SHLVL test.
Peter Stephenson
2016-08-31
2
-12
/
+17
*
39125: More care needed decrementing SHLVL on exec.
Stephane Chazelas
2016-08-31
3
-4
/
+30
*
39131: return on error needs to be at the outer scope.
Barton E. Schaefer
2016-08-30
2
-4
/
+9
*
39122: __git_recent_branches: Silence warning on an edge case.
Daniel Shahaf
2016-08-31
2
-2
/
+14
*
39108 (tweaked): _postfix: Support $enable_long_queue_ids.
Daniel Shahaf
2016-08-30
2
-1
/
+10
*
39110: _postfix: Complete 'postconf'.
Daniel Shahaf
2016-08-30
2
-1
/
+108
*
39107: _postfix: Complete 'postqueue'. Also minor tweaks to 'postsuper'.
Daniel Shahaf
2016-08-30
2
-4
/
+17
*
39109: _postfix: Use mailq to obtain queue id's.
Daniel Shahaf
2016-08-30
2
-1
/
+6
*
39115: repair forced joining when (@) and (j) are used together
Barton E. Schaefer
2016-08-29
3
-2
/
+17
*
39112: _x_utils: Use state_descr
Mikael Magnusson
2016-08-29
2
-6
/
+10
*
39105: _hashed_absolute_command_paths: Make the display string the basename.
Daniel Shahaf
2016-08-27
2
-1
/
+7
*
39103: _typed-in_absolute_command_paths: Better handle non-empty arguments th...
Daniel Shahaf
2016-08-27
2
-1
/
+11
*
39070: umount: Complete /f/b<TAB> → /foo/bar (for absolute path arguments o...
Daniel Shahaf
2016-08-27
3
-3
/
+35
*
39104: do not hash relative paths in findcmd()
Barton E. Schaefer
2016-08-26
2
-1
/
+5
*
39102: __git_recent_branches: Optimise.
Daniel Shahaf
2016-08-25
2
-19
/
+28
*
39094: _git-config: When an option is unknown, complete its value to the set ...
Daniel Shahaf
2016-08-24
2
-2
/
+11
*
39087: fix 'conditionally uninitialized' variables
Jun-ichi Takimoto
2016-08-23
3
-2
/
+7
*
39086: declare file local variables as 'static'
Jun-ichi Takimoto
2016-08-23
2
-2
/
+6
*
unposted (c.f. Mikael: 39078): fix for git blame terms
Oliver Kiddle
2016-08-22
2
-3
/
+8
*
unposted: _git-config: sendemail.smtpserver: Correct tags.
Daniel Shahaf
2016-08-22
2
-1
/
+4
*
39046 + 39061: New :P history modifier.
Daniel Shahaf
2016-08-22
13
-14
/
+68
*
39064: use scalbn() instead of scalb() (mathfunc.c)
Jun-ichi Takimoto
2016-08-20
3
-0
/
+10
*
39074: _ip-neighbour: Fix typo in 'lladdr'.
Daniel Shahaf
2016-08-20
2
-1
/
+6
*
39072: minor tweaks
Oliver Kiddle
2016-08-19
2
-8
/
+6
*
39071: update completion functions for changes in Solaris 11.3
Oliver Kiddle
2016-08-19
9
-892
/
+913
*
39067: update options to correspond to latest versions of software in various...
Oliver Kiddle
2016-08-19
24
-1248
/
+1301
[next]