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
2022-12-31
51254: Add irb completion for version 1.6.2
Shohei YOSHIDA
2
-2
/
+17
2022-12-31
51253: Update ruby completion for version 3.2.0
Shohei YOSHIDA
2
-10
/
+20
2022-12-31
51233: Update sanitizer list to GCC 12
Shohei YOSHIDA
2
-5
/
+12
2022-12-30
51249: use of --force-local with tar completion
Daniel Shahaf
2
-1
/
+6
2022-12-17
51214: handle read -d and a delimiter that can't be decoded into a character
Oliver Kiddle
5
-3
/
+29
2022-12-17
51207: fix for read -d when the delimiter is a byte >= 0x80
Jun-ichi Takimoto
3
-3
/
+13
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
34
-204
/
+192
2022-12-16
51215: consume whole CSI sequences from the input
Oliver Kiddle
4
-2
/
+60
2022-12-16
unpasted: add missing ChangeLog entry
Peter Stephenson
1
-0
/
+4
2022-12-15
unposted: Follow-up to the last commit: Fix a typo in a comment.
Daniel Shahaf
2
-1
/
+4
2022-12-15
unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.
Daniel Shahaf
2
-0
/
+8
2022-12-13
51210: Clear errflag before calling EXIT trap
Bart Schaefer
2
-0
/
+7
2022-12-13
51198: Clarify and expand ERR_EXIT and ERR_RETURN documentation
Philippe Altherr
2
-38
/
+49
2022-12-13
51193: Discuss ERR_EXIT changes
Philippe Altherr
3
-2
/
+62
2022-12-12
51134: ! return doesn't change the return status
Peter Stephenson
2
-1
/
+13
2022-12-12
51134: document interactive behaviour with ERR_EXIT and ERR_RETURN
Peter Stephenson
2
-1
/
+12
2022-12-09
51161: correct errno after closing xtrace FD
Bart Schaefer
2
-0
/
+5
2022-12-09
51111: update completion for global to version 6.6.8
Shohei YOSHIDA
2
-2
/
+10
2022-12-09
51047: fix quoting of completion matches when _canonical_paths -N option is used
Bart Schaefer
2
-2
/
+8
2022-12-09
51144, 51146: vcs_info git: stg: Extract patch descriptions
Daniel Shahaf
2
-2
/
+8
2022-12-08
51142: vcs_info git: Check the get-unapplied style as documented
Daniel Shahaf
2
-2
/
+11
2022-12-08
51138: Updated StGit patch detection in vcs_info
Peter Grayson
2
-9
/
+32
2022-12-06
51108: single letter forms of Shift-JIS / EUC-JP options were reversed
Shohei YOSHIDA
2
-4
/
+7
2022-12-06
51088: fix standards reference in comment
Atte Peltomäki
2
-1
/
+5
2022-12-03
51094: consistent use of bit-manipulation for noerrexit value changes
Philippe Altherr
3
-4
/
+7
2022-12-03
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Philippe Altherr
4
-26
/
+7
2022-12-03
51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments
Philippe Altherr
3
-3
/
+87
2022-12-03
51071: fix ERR_RETURN for functions in conditional statements
Philippe Altherr
3
-7
/
+25
2022-12-03
51001: ChangeLog entry for preceding four patch commits.
Bart Schaefer
1
-0
/
+6
2022-12-03
51001: fix for ERR_EXIT following shell function; update tests
Philippe Altherr
2
-9
/
+83
2022-12-03
51001: fix for ERR_EXIT with pipeline negation ("!"); update tests
Philippe Altherr
2
-5
/
+23
2022-12-03
51001: fix for ERR_EXIT with "always" blocks; update tests
Philippe Altherr
2
-7
/
+30
2022-12-03
51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.
Philippe Altherr
5
-32
/
+19
2022-12-02
51080: allow multibyte chars in glob qualifier (u:uname:)
Jun-ichi Takimoto
2
-1
/
+4
2022-12-02
51079: metafy sep in array subscript flag (s:sep:)
Jun-ichi Takimoto
3
-3
/
+17
2022-11-23
unposted (cf. 51016): Add a test case for underscore-followed-by-digits in ma...
Daniel Shahaf
2
-0
/
+13
2022-11-17
unposted (c.f. Norikatsu Shigemura: github #96): add missing local declaration
Oliver Kiddle
2
-1
/
+5
2022-11-17
github #87 (tweaked): update options tmux 3.4
Matt Koscica
3
-13
/
+57
2022-11-17
github #95: Add completions for neomutt
Wu Zhenyu
2
-1
/
+4
2022-11-17
unposted (c.f. Denis Bitouzé: users/28405): handle also lualatex
Oliver Kiddle
2
-1
/
+4
2022-11-17
50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers
Oliver Kiddle
5
-7
/
+54
2022-11-12
unposted (see 50930): note bug with suspending conditional expressions
Bart Schaefer
1
-0
/
+5
2022-11-09
50929: fix handling of ERR_RETURN bent by 50928.
Bart Schaefer
2
-1
/
+3
2022-11-09
50928: fix tests for 50897, mention behavior change in NEWS
Bart Schaefer
4
-11
/
+20
2022-11-09
50922: fix additional cases of signals for current shell jobs on the right of...
Bart Schaefer
3
-8
/
+12
2022-11-08
50897: nonzero status of complex commands should trigger ERR_EXIT
Bart Schaefer
3
-7
/
+12
2022-11-08
users/28338: command substitution with alias edge case.
Peter Stephenson
3
-0
/
+21
2022-11-06
50874: fix handling of tty signals for jobs in the current shell when waiting...
Bart Schaefer
2
-11
/
+18
2022-11-02
50851: restore typtab when necessary
Jun-ichi Takimoto
4
-7
/
+33
2022-10-31
unposted: incorrect email address
Bart Schaefer
1
-1
/
+1
[next]