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
*
49433: Don't assume EPROG references are bounded by function depth.
Peter Stephenson
2021-10-05
2
-4
/
+5
*
49456: clean up detection of private params in nested scopes, update doc
Bart Schaefer
2021-10-04
6
-10
/
+36
*
49440: Make double-flag parameter expansion syntax more discoverable in docs
ivan tkachenko
2021-09-29
2
-3
/
+9
*
49435: Remove trailing whitespaces in expn.yo
ivan tkachenko
2021-09-29
2
-13
/
+15
*
49444: libarchive tar can actually extract much more formats
Alex Xu (Hello71)
2021-09-28
2
-1
/
+4
*
Add support for multi-project builds to _gradle
Marlon Richert
2021-09-28
2
-8
/
+33
*
49454: open dump file once only instead of reopening it for appends
Oliver Kiddle
2021-09-28
2
-28
/
+33
*
49450: don't display explanation with compadd -x if any of -D, -A or -O are a...
Oliver Kiddle
2021-09-28
2
-1
/
+6
*
unposted: Fix typos
Daniel Shahaf
2021-09-26
6
-5
/
+11
*
49422: improve support of --disable-dynamic-nss
Jun-ichi Takimoto
2021-09-22
6
-14
/
+34
*
49353: Fix comments in sourced file.
Peter Stephenson
2021-09-09
3
-1
/
+15
*
unposted: fix typo in earlier log entry
Bart Schaefer
2021-09-08
1
-1
/
+1
*
49391: Document default bracketed-paste bindings
Bart Schaefer
2021-09-08
2
-1
/
+3
*
49389: leading variables in autoload file completion
Bart Schaefer
2021-09-08
2
-2
/
+5
*
49387: suffix highlight with "compadd -R"
Bart Schaefer
2021-09-08
2
-6
/
+5
*
49386: handle separate source/build trees
Bart Schaefer
2021-09-08
2
-1
/
+5
*
unposted: fix wrong name of changed file in earlier commit
Bart Schaefer
2021-09-08
1
-1
/
+1
*
unposted: add/remove UNUSED() for some function parameters
Jun-ichi Takimoto
2021-09-08
6
-5
/
+9
*
unposted: add 'static' to shinsavestack
Jun-ichi Takimoto
2021-09-08
2
-1
/
+3
*
49377: fix segfault by 'bindkey -d' with reordered keymapnamtab
Jun-ichi Takimoto
2021-09-08
3
-1
/
+41
*
45180: clarify doc for POSIX EREs, fix an issue with PCRE when the replacemen...
Stephane Chazelas
2021-09-06
4
-32
/
+95
*
49154: clarify status on exec failure
zerkous
2021-09-06
2
-8
/
+17
*
49292: Src/Zle/complist.c: turn off colors before clearing to end of line
Marlon Richert
2021-09-06
2
-14
/
+22
*
49378: skip check for collision of aliases and functions when NO_EXEC
Marlon Richert
2021-09-06
2
-1
/
+4
*
49282: missed ChangeLog entry in previous commit
Bart Schaefer
2021-09-06
1
-0
/
+2
*
49282: set $0 correctly when calling functions from hooks
Bart Schaefer
2021-09-06
1
-2
/
+12
*
49266: fix segfault on metacharacters in long job texts
Bart Schaefer
2021-09-06
2
-0
/
+4
*
49218: run-help filters cmd_args before calling run-help-<command>
Marlon Richert
2021-09-06
9
-26
/
+125
*
unposted (cf. 49202 and 49217): insertlastword ignores blank/missing history ...
Bart Schaefer
2021-09-06
2
-2
/
+10
*
49196: gdbm keys not present in the database appear unset in tied hashes
Bart Schaefer
2021-09-06
2
-0
/
+5
*
48969: fix for "zle -N" completion
Marlon Richert
2021-09-06
2
-4
/
+6
*
48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness
Bart Schaefer
2021-09-06
4
-10
/
+17
*
48832: try _gnu_generic first
Bart Schaefer
2021-09-06
2
-1
/
+5
*
49343: Fix file name completion of GNU digest utilities
Shohei YOSHIDA
2021-09-04
2
-1
/
+7
*
49345: fix git file completion for paths starting with ../
Oliver Kiddle
2021-09-04
2
-4
/
+9
*
49327: complete for new git maintenance, for-each-repo, sparse-checkout and b...
Oliver Kiddle
2021-08-29
2
-2
/
+109
*
49319: completion options update
Oliver Kiddle
2021-08-29
50
-209
/
+466
*
49317: cleanup inappropriate use of {...} specs with _arguments or _alternative
Oliver Kiddle
2021-08-29
5
-30
/
+35
*
49316: add (-.) glob qualifier to globs where only files are applicable
Oliver Kiddle
2021-08-29
6
-17
/
+20
*
49315: list units in brackets at the end of group descriptions
Oliver Kiddle
2021-08-29
11
-32
/
+37
*
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
[next]