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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
users/26982, subset not already integrated: use standard #include format
Peter A. Castro
2021-08-28
2
-2
/
+8
*
49290: Replace stdio for buffered shell input.
Peter Stephenson
2021-08-27
3
-19
/
+123
*
49272: Set $COLUMNS in _call_program to ensure cached command output is suffi...
Marlon Richert
2021-08-27
2
-0
/
+5
*
unposted (based on Marlon: 49273): add -x to local completion
Oliver Kiddle
2021-08-27
2
-2
/
+5
*
49309: update the strace completion through strace 5.13
Oliver Kiddle
2021-08-27
2
-43
/
+82
*
49306: fix file completion for the second parameter to losetup
Oliver Kiddle
2021-08-27
2
-2
/
+6
*
49234: add missing options in python completion
Štěpán Němec
2021-08-27
2
-2
/
+10
*
49307 with doc update: POSIX_TRAPS fix.
Peter Stephenson
2021-08-26
4
-6
/
+20
*
49297 (quoting amended): error message in files module.
Peter Stephenson
2021-08-24
2
-1
/
+12
*
github #78: Fix completions in _pandoc
DCsunset
2021-08-24
2
-3
/
+8
*
49268: use an empty string search to find matches for info --index-search= co...
Oliver Kiddle
2021-08-16
2
-2
/
+13
*
49160: fix quoting for xmllint --pretty completion
Oliver Kiddle
2021-08-16
2
-1
/
+6
*
users/26734: docs: read: Notate the parameter name argument as optional.
Daniel Shahaf
2021-08-14
2
-1
/
+6
*
49269: Fix "[ ! -o ]".
Peter Stephenson
2021-08-10
3
-2
/
+8
*
github #77: Improve subl completions for Sublime Text v4
Stavros Ntentos
2021-07-30
2
-0
/
+7
*
49211: _typeset: correctly set return value
Jun-ichi Takimoto
2021-07-30
2
-14
/
+19
*
49029: Prevent shell from sending duplicate signals with MONITOR
Erik Paulson
2021-07-23
2
-0
/
+4
*
49182: Turn off correction inside command substition.
Peter Stephenson
2021-07-23
3
-0
/
+13
*
49147: fix completion of linux kernel modules
Eric Cook
2021-07-19
2
-1
/
+6
*
49166: fix coredump in ${name:offset:length} with ill-formatted length
Jun-ichi Takimoto
2021-07-19
3
-9
/
+15
*
49158: remove superfluous function definitions
Oliver Kiddle
2021-07-11
10
-253
/
+223
*
49157: fix uses of literal % characters in completion descriptions
Oliver Kiddle
2021-07-10
5
-8
/
+13
*
49156: make wider use of the convention of square brackets for defaults
Oliver Kiddle
2021-07-10
24
-61
/
+70
*
49151: remove commas erroneously included in _arguments exclusion lists
Oliver Kiddle
2021-07-09
8
-25
/
+31
*
49150: consistently use singular form for headings on completion match groups
Oliver Kiddle
2021-07-09
89
-230
/
+233
*
49149: add specific values in completion after ssh-keygen -b depending on the...
Oliver Kiddle
2021-07-09
2
-3
/
+11
*
49153: cut off .lua extension from module files that occurs when using lmod f...
Max Voit
2021-07-08
2
-1
/
+7
*
49128 (github #76): vcs_info-examples: optimize +vi-git-untracked()
Suraj N. Kurapati
2021-07-06
2
-1
/
+6
*
49102: Ignore dynamic directory name failure if NO_EXEC
Peter Stephenson
2021-06-28
2
-1
/
+6
*
48096: Update Sourceforge links to https://zsh.sourceforge.io/
Peter Stephenson
2021-06-22
5
-14
/
+20
*
48920: _pgrep: Address issues related to -f completion
dana
2021-06-14
2
-2
/
+8
*
48920: _pgrep: Clarify -x description
dana
2021-06-14
2
-1
/
+5
*
unposted (cf. 49077): Clarify unset example
Bart Schaefer
2021-06-14
1
-1
/
+1
*
49069: literal interpretation of subscripts for unset of array/hash elements
Bart Schaefer
2021-06-13
3
-4
/
+19
*
49065: remove bad cross-reference
Bart Schaefer
2021-06-13
1
-3
/
+2
*
48942: Let EDITOR invoked by edit-command-line know it's a zsh script
Akinori MUSHA
2021-06-03
2
-0
/
+4
*
48954: avoid crash in reverse-menu-complete from menuselect without 'menu' in...
Oliver Kiddle
2021-06-03
2
-3
/
+5
*
48952: expand octal codes for record separators in perl completion
Oliver Kiddle
2021-06-03
2
-39
/
+63
*
48938: remove vim fold and option markers in completions
Oliver Kiddle
2021-06-03
3
-34
/
+34
*
48939: update completion of options for rsync 3.2.3
Oliver Kiddle
2021-06-03
2
-15
/
+42
*
48897: completion updates for DragonFly 6.0 and OpenBSD 6.9
Oliver Kiddle
2021-05-22
9
-13
/
+35
*
48891: Fix pgrep/pkill -f completion
Marlon Richert
2021-05-21
2
-2
/
+12
*
48864: Improve extra-verbose completion display strings for array parameter v...
Marlon Richert
2021-05-21
3
-10
/
+23
*
48601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug.
Daniel Shahaf
2021-05-18
2
-1
/
+4
*
48601/0004: docs: return: Give examples of using arithmetic evaluation.
Daniel Shahaf
2021-05-18
2
-2
/
+11
*
48601/0003: docs: functions -M: Add a subheading and index entries.
Daniel Shahaf
2021-05-18
2
-0
/
+9
*
48601/0002: docs: functions -M: Document the return status / result interdepe...
Daniel Shahaf
2021-05-18
2
-10
/
+51
*
48601/0001: docs: functions -M: Move an example to be near the specification ...
Daniel Shahaf
2021-05-18
2
-7
/
+9
*
48594 (plus an "F:" line corresponding to the question there): New tests for ...
Daniel Shahaf
2021-05-18
2
-0
/
+41
*
48853: improved handling of theme resets when changing prompt themes, especia...
Marlon Richert
2021-05-16
3
-98
/
+81
[prev]
[next]