index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
51210: Clear errflag before calling EXIT trap
Bart Schaefer
1
-0
/
+4
2022-12-12
51134: ! return doesn't change the return status
Peter Stephenson
1
-1
/
+1
2022-12-09
51161: correct errno after closing xtrace FD
Bart Schaefer
1
-0
/
+3
2022-12-03
51094: consistent use of bit-manipulation for noerrexit value changes
Philippe Altherr
2
-4
/
+4
2022-12-03
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Philippe Altherr
3
-26
/
+4
2022-12-03
51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments
Philippe Altherr
1
-3
/
+43
2022-12-03
51071: fix ERR_RETURN for functions in conditional statements
Philippe Altherr
1
-7
/
+5
2022-12-03
51001: fix for ERR_EXIT following shell function; update tests
Philippe Altherr
1
-9
/
+1
2022-12-03
51001: fix for ERR_EXIT with pipeline negation ("!"); update tests
Philippe Altherr
1
-5
/
+8
2022-12-03
51001: fix for ERR_EXIT with "always" blocks; update tests
Philippe Altherr
1
-0
/
+1
2022-12-03
51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.
Philippe Altherr
2
-9
/
+7
2022-12-02
51080: allow multibyte chars in glob qualifier (u:uname:)
Jun-ichi Takimoto
1
-1
/
+1
2022-12-02
51079: metafy sep in array subscript flag (s:sep:)
Jun-ichi Takimoto
1
-3
/
+7
2022-11-17
50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers
Oliver Kiddle
3
-4
/
+40
2022-11-09
50929: fix handling of ERR_RETURN bent by 50928.
Bart Schaefer
1
-1
/
+1
2022-11-09
50928: fix tests for 50897, mention behavior change in NEWS
Bart Schaefer
1
-0
/
+2
2022-11-09
50922: fix additional cases of signals for current shell jobs on the right of...
Bart Schaefer
2
-8
/
+6
2022-11-08
50897: nonzero status of complex commands should trigger ERR_EXIT
Bart Schaefer
2
-7
/
+7
2022-11-08
users/28338: command substitution with alias edge case.
Peter Stephenson
1
-0
/
+8
2022-11-06
50874: fix handling of tty signals for jobs in the current shell when waiting...
Bart Schaefer
1
-11
/
+13
2022-11-02
50851: restore typtab when necessary
Jun-ichi Takimoto
2
-1
/
+17
2022-10-23
Unposted: Fix typo in comment
Bart Schaefer
1
-1
/
+1
2022-10-17
50736: silence use-after-free warning (gcc-12.2)
Wesley Schwengle
1
-4
/
+4
2022-09-27
50668: treat 8bit chars correctly when multibyte is unset
Jun-ichi Takimoto
1
-1
/
+1
2022-09-26
50658 + test: Enable to switch between C/UTF-8 locales in PCRE
Jun-ichi Takimoto
1
-8
/
+2
2022-07-24
50418: use setenv(3)/getenv(3) on newer macOS
Jun-ichi Takimoto
1
-1
/
+2
2022-06-21
50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)
Bart Schaefer
1
-1
/
+1
2022-06-21
50368: adjust ztie'd bitflags so local variables cannot mess with database
Bart Schaefer
1
-3
/
+3
2022-06-11
50355: documentation and return status consistency in zsh/system module
Bart Schaefer
1
-2
/
+17
2022-06-09
50363: avoid use of heap memory that depends on parameter scoping
Bart Schaefer
1
-1
/
+11
2022-06-09
50359: fix bad sticky-emulation in "functions -c"
Matthew Martin
1
-1
/
+1
2022-06-09
50351: "functions -c" can set signal traps
Bart Schaefer
1
-1
/
+16
2022-06-09
50342: fix test added by 50306
Jun-ichi Takimoto
1
-0
/
+2
2022-06-08
50341: disallow here-document markers containing newline
Bart Schaefer
1
-0
/
+3
2022-06-07
Tweaks to MULTI_FUNC_DEF
Peter Stephenson
1
-2
/
+10
2022-06-03
50325: revert 38150 and fix in calling function cfp_matcher_range() instead
Bart Schaefer
2
-2
/
+2
2022-06-03
50306: fix wait for child that was stopped/continued
Jun-ichi Takimoto
2
-8
/
+22
2022-05-11
50192: use set{u,g}id() for dropping privilege on NetBSD
Jun-ichi Takimoto
1
-0
/
+10
2022-04-30
50150: Filenames need unmetafy for printing
Bart Schaefer
1
-5
/
+7
2022-04-30
50149: Remove all remaining =(...) files at shell exit
Bart Schaefer
2
-0
/
+13
2022-04-29
50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609
Bart Schaefer
1
-4
/
+0
2022-04-29
50134: Tweak process group handling to prevent unkillable pipelines
Bart Schaefer
1
-1
/
+4
2022-04-28
50133: use read-ahead and lseek-rewind for efficient line-buffered input
Bart Schaefer
1
-1
/
+23
2022-04-28
50101: sysread -o with param adjusted to match documentation
Bart Schaefer
1
-4
/
+0
2022-04-28
50162: Fix multios with current-shell "exec" (aka nullexec).
Bart Schaefer
1
-0
/
+4
2022-04-25
50049: care with signed characters
Peter Stephenson
2
-2
/
+2
2022-04-20
50081: reset global mbstate_t variables when LC_CTYPE changes
Jun-ichi Takimoto
2
-1
/
+29
2022-04-20
50080: add missing STOUC() in casemodify()
Jun-ichi Takimoto
1
-2
/
+2
2022-04-14
50068: 'exit' in trap causes calling function to return
Bart Schaefer
1
-0
/
+2
2022-04-11
50042: Another fix for 49915
Mikael Magnusson
1
-1
/
+1
[next]