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-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
2022-04-05
49994: Single-byte equivalence of users/22601 and workers/40891
Bart Schaefer
1
-2
/
+2
2022-04-05
49989: Single byte versions of nice quoting.
Peter Stephenson
3
-40
/
+142
2022-04-04
49992: further unify single- and multi-byte implementations of nicechar()
Bart Schaefer
1
-62
/
+0
2022-04-04
49991: single-byte brace expansion handles $'\0' and control character output...
Bart Schaefer
2
-12
/
+14
2022-04-04
49990: casemodify() avoids metafying characters that it otherwise did not touch
Bart Schaefer
1
-5
/
+14
2022-04-04
unposted: Fix typo from 49955
Bart Schaefer
1
-1
/
+1
2022-04-04
49955: Src/glob.c: fix bad free in incremental-pattern-search matching
Bart Schaefer
2
-3
/
+12
2022-04-03
49957: Brown paper bag for 49915
Mikael Magnusson
1
-2
/
+2
2022-03-31
49933: Add nonblock to sysopen
Matthew Martin
1
-1
/
+4
2022-03-30
49926: remove unused variable from 49915
Mikael Magnusson
1
-1
/
+1
2022-03-30
49906 (Bart), 49911: Fixes to querying jobs in subshell.
Peter Stephenson
2
-0
/
+21
2022-03-30
49820: Fix a crash when completing with combination of -Q and braces
Mikael Magnusson
1
-3
/
+4
2022-03-30
49813: <<<: Document newline behavior and fix optimization
Mikael Magnusson
1
-1
/
+3
2022-03-30
49870: Fix NULL reference in match code more
Mikael Magnusson
1
-2
/
+6
2022-03-30
49915: Efficient dedup for unsorted completions
Mikael Magnusson
2
-20
/
+35
[next]