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: _dig: Fix _arguments syntax error
dana
2018-12-14
2
-2
/
+7
*
43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case
Daniel Shahaf
2018-12-13
2
-4
/
+12
*
43871: _files: Support `-F '(pat ...)'` as with _path_files
dana
2018-12-09
2
-0
/
+7
*
43861: make "(#" completion safer by checking for ")"
Peter Stephenson
2018-12-04
2
-3
/
+3
*
43860: Complete glob flags at start of word.
Peter Stephenson
2018-12-04
2
-0
/
+9
*
43854: Set tok to LEXERR on generic parse error.
Peter Stephenson
2018-11-29
2
-0
/
+6
*
43837 plus test from Daniel: Empty string in nested subst.
Peter Stephenson
2018-11-21
3
-0
/
+15
*
43829: nearcolor.c: use double instead of float
Jun-ichi Takimoto
2018-11-19
2
-19
/
+23
*
43830: _cu: Complete /dev/cu.*
Daniel O'Connor
2018-11-16
2
-2
/
+7
*
unposted: _zcat: support macOS
Jun-ichi Takimoto
2018-11-15
2
-1
/
+3
*
43823: remove unnecessary metafy() in stattimeprint()
Ivan Tkachenko
2018-11-15
2
-3
/
+6
*
43620: More care documenting command substitution including $(<...)
Peter Stephenson
2018-11-14
2
-3
/
+15
*
43809: Suppress npm update checks during completion
dana
2018-11-13
2
-2
/
+10
*
unposted (cf. 43800): Update strftime completion
dana
2018-11-13
2
-2
/
+7
*
43800: Add nanosecond support to strftime built-in
dana
2018-11-13
4
-20
/
+86
*
43819: expand adb completion to also cover options to adb backup
Oliver Kiddle
2018-11-12
2
-1
/
+19
*
43818: complete math functions for other modules besides zsh/mathfunc
Oliver Kiddle
2018-11-12
2
-5
/
+11
*
43816: various completion option updates
Oliver Kiddle
2018-11-12
18
-147
/
+438
*
43817: update options in btrfs completion through to btrfs 4.17.1
Oliver Kiddle
2018-11-12
2
-66
/
+185
*
43813: for powerd add units, default values and allow option arguments in the...
Oliver Kiddle
2018-11-12
2
-10
/
+13
*
43812: allow repeats of gcc's -Wsuggest-attribute option
Oliver Kiddle
2018-11-12
2
-1
/
+6
*
43790: failed mailstat could leak memory
Kamil Dudka
2018-11-09
2
-3
/
+15
*
43789: possible use after free clearing up math func from module
Kamil Dudka
2018-11-09
2
-2
/
+3
*
43723: file descriptor could leak on fork error
Kamil Dudka
2018-11-09
2
-1
/
+4
*
43793: computil could overrun buffer
Kamil Dudka
2018-11-09
2
-2
/
+4
*
43791: File descriptor could be closed twice in clone
Kamil Dudka
2018-11-09
2
-1
/
+6
*
43779 (tweaked): add parentheses to fix expression with cprecedences option set
Joey Pabalinas
2018-11-08
2
-2
/
+5
*
43805: make nearcolor module use the default colour rather than black as a fa...
Oliver Kiddle
2018-11-08
3
-4
/
+10
*
43804: also need to be able to turn colour attributes back into hex triples f...
Oliver Kiddle
2018-11-08
2
-4
/
+15
*
unposted: add usual copyright header to nearcolor module sources
Oliver Kiddle
2018-11-08
2
-0
/
+31
*
43784: clarify descriptions on options related to match sorting
Oliver Kiddle
2018-11-08
2
-3
/
+6
*
unposted (c.f. Bart: 43739): use a correct description for the @ parameter ex...
Oliver Kiddle
2018-11-08
2
-1
/
+7
*
43788: clarify zpty -w -n with no string argument
Peter Stephenson
2018-11-07
2
-1
/
+7
*
43761: update five completion functions for darwin
Jun-ichi Takimoto
2018-11-07
6
-12
/
+50
*
43760: add documentation for true colour changes and nearcolor module
Oliver Kiddle
2018-11-05
5
-3
/
+63
*
43759: add support for true colour terminals
Oliver Kiddle
2018-11-05
9
-80
/
+127
*
43747: new module to map colours from hex triplets to the nearest matching co...
Oliver Kiddle
2018-11-05
6
-1
/
+215
*
43752: Fix _expand quoting.
Peter Stephenson
2018-11-03
2
-2
/
+17
*
43748: fix completion for ack 3beta
Oliver Kiddle
2018-11-02
2
-6
/
+13
*
github #29: Add completion support for Gits --color-moved option and color se...
Wieland Hoffmann
2018-11-02
2
-5
/
+25
*
43746: _ping: update for BSD and Darwin
Jun-ichi Takimoto
2018-10-31
2
-11
/
+19
*
43744: _sysctl: support procps-ng, NetBSD
Jun-ichi Takimoto
2018-10-31
2
-30
/
+63
*
43726: Add tests for semicolon in the middle of a sublist not terminating it.
Daniel Shahaf
2018-10-24
2
-0
/
+15
*
43723: _mkdir: fix builtin mkdir and support darwin
Jun-ichi Takimoto
2018-10-24
2
-3
/
+4
*
43722: _ed, _env, _sort: support darwin
Jun-ichi Takimoto
2018-10-24
4
-12
/
+16
*
43721: _diff3: detect GNU variant correctly
Jun-ichi Takimoto
2018-10-24
2
-3
/
+8
*
43718: Use singular completion group descriptions
dana
2018-10-24
13
-20
/
+30
*
43714: complete lp fit-to-page option
Marcin Mielniczuk
2018-10-23
2
-1
/
+4
*
43695: minor but simple optmiisation to use existing string length
Sebastian Gniazdowski
2018-10-23
2
-4
/
+9
*
43713: Improve init.d command completion
dana
2018-10-22
2
-6
/
+25
[next]