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-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
2022-10-31
50855: Clarify how commands are hashed, and searched-for by "whence".
Bart Schaefer
3
-7
/
+20
2022-10-31
50844: Remove _stgit completion script
Peter Grayson
2
-52
/
+5
2022-10-25
50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH
Axel Beckert
2
-1
/
+5
2022-10-23
Unposted: Fix typo in comment
Bart Schaefer
1
-1
/
+1
2022-10-23
users/28243: update "typeset +" documentation
Bart Schaefer
2
-4
/
+10
2022-10-22
50714: also complete in the 2nd argument of "git diff" anything that could
Bart Schaefer
2
-15
/
+17
2022-10-17
50786: Make match etc. local when used in styles.
Peter Stephenson
2
-2
/
+7
2022-10-17
50736: silence use-after-free warning (gcc-12.2)
Wesley Schwengle
2
-4
/
+9
2022-09-29
50671: enable spell check in *.ztst by vim
Jun-ichi Takimoto
2
-2
/
+6
2022-09-28
50695: Completion/Unix/Command/_mysql_utils add --protocol option
Eric Cook
2
-0
/
+4
2022-09-28
50399: Completion/Base/Widget/_complete_debug
Bart Schaefer
2
-1
/
+5
2022-09-27
50668: treat 8bit chars correctly when multibyte is unset
Jun-ichi Takimoto
3
-1
/
+13
2022-09-26
50662: unset LC_* for all the tests
Jun-ichi Takimoto
2
-13
/
+5
2022-09-26
50658 + test: Enable to switch between C/UTF-8 locales in PCRE
Jun-ichi Takimoto
3
-8
/
+18
2022-09-25
50648: Use $ZCALC_HISTORY where appropriate
Julian Prein
3
-3
/
+13
2022-09-21
50641: use 'int main()' in test C-codes in configure
Nicholas Vinson
3
-86
/
+77
2022-09-15
50629: do not use egrep in tests
Jun-ichi Takimoto
8
-59
/
+29
2022-08-28
unposted: _imagemagick: Add *.svg and *.webp files.
Daniel Shahaf
2
-1
/
+6
2022-08-05
Felipe Contreras: 50435+50436 (+50444): do not build anything
Jun-ichi Takimoto
2
-3
/
+37
2022-07-24
50421: add context as the 1st arg to _dispatch
Jun-ichi Takimoto
2
-1
/
+5
2022-07-24
50418: use setenv(3)/getenv(3) on newer macOS
Jun-ichi Takimoto
3
-1
/
+15
2022-07-16
users/27852: local _compskip to avoid propagating any changes by _normal
Bart Schaefer
2
-1
/
+6
2022-06-21
50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)
Bart Schaefer
2
-1
/
+4
2022-06-21
50368: adjust ztie'd bitflags so local variables cannot mess with database
Bart Schaefer
2
-3
/
+8
2022-06-16
50372: remove Usenet references from FAQ
Peter Stephenson
2
-36
/
+9
2022-06-14
50365: fix indent in FAQ (text version)
Jun-ichi Takimoto
2
-62
/
+11
2022-06-11
50355: documentation and return status consistency in zsh/system module
Bart Schaefer
3
-5
/
+36
2022-06-11
50356: work around a yodl bug (mishandling of \'e)
Jun-ichi Takimoto
2
-1
/
+6
2022-06-09
50363: avoid use of heap memory that depends on parameter scoping
Bart Schaefer
2
-1
/
+16
2022-06-09
50359: fix bad sticky-emulation in "functions -c"
Matthew Martin
2
-1
/
+5
[prev]
[next]