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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
51310: zle -F handlers preserve LASTWIDGET
Bart Schaefer
2023-01-21
1
-0
/
+2
*
51278: make (i) subscript flag for zero-length string consistent
Peter Stephenson
2023-01-16
1
-1
/
+1
*
unposted: mention attributes changes, fix renumbering mistake and allow compl...
Oliver Kiddle
2023-01-11
1
-1
/
+1
*
51295: where the end of a region coincides with the end of PREDISPLAY, don't ...
Oliver Kiddle
2023-01-11
1
-3
/
+3
*
51292: fix dynamic updates of region_highlight to account for PREDISPLAY
Oliver Kiddle
2023-01-10
1
-4
/
+4
*
51291: support for highlighting ellipses in the line editor
Oliver Kiddle
2023-01-10
2
-25
/
+38
*
51290: fix display of control characters with SINGLE_LINE_ZLE set
Oliver Kiddle
2023-01-10
1
-3
/
+3
*
51289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE and...
Oliver Kiddle
2023-01-10
2
-4
/
+1
*
51281: keep track of attributes left on at the end of left and right prompts ...
Oliver Kiddle
2023-01-10
3
-27
/
+24
*
51280: add support for italic and faint fonts in the line editor
Oliver Kiddle
2023-01-10
4
-48
/
+88
*
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
2023-01-10
15
-471
/
+372
*
unposted: In a comment, replace a C variables glob pattern with its matches, ...
Daniel Shahaf
2023-01-08
1
-2
/
+2
*
51214: handle read -d and a delimiter that can't be decoded into a character
Oliver Kiddle
2022-12-17
1
-2
/
+5
*
51207: fix for read -d when the delimiter is a byte >= 0x80
Jun-ichi Takimoto
2022-12-17
1
-3
/
+4
*
51212: remove STOUC() macro
Oliver Kiddle
2022-12-16
31
-191
/
+180
*
51215: consume whole CSI sequences from the input
Oliver Kiddle
2022-12-16
1
-2
/
+25
*
unposted: Follow-up to the last commit: Fix a typo in a comment.
Daniel Shahaf
2022-12-15
1
-1
/
+1
*
unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.
Daniel Shahaf
2022-12-15
1
-0
/
+3
*
51210: Clear errflag before calling EXIT trap
Bart Schaefer
2022-12-13
1
-0
/
+4
*
51134: ! return doesn't change the return status
Peter Stephenson
2022-12-12
1
-1
/
+1
*
51161: correct errno after closing xtrace FD
Bart Schaefer
2022-12-09
1
-0
/
+3
*
51094: consistent use of bit-manipulation for noerrexit value changes
Philippe Altherr
2022-12-03
2
-4
/
+4
*
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Philippe Altherr
2022-12-03
3
-26
/
+4
*
51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments
Philippe Altherr
2022-12-03
1
-3
/
+43
*
51071: fix ERR_RETURN for functions in conditional statements
Philippe Altherr
2022-12-03
1
-7
/
+5
*
51001: fix for ERR_EXIT following shell function; update tests
Philippe Altherr
2022-12-03
1
-9
/
+1
*
51001: fix for ERR_EXIT with pipeline negation ("!"); update tests
Philippe Altherr
2022-12-03
1
-5
/
+8
*
51001: fix for ERR_EXIT with "always" blocks; update tests
Philippe Altherr
2022-12-03
1
-0
/
+1
*
51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.
Philippe Altherr
2022-12-03
2
-9
/
+7
*
51080: allow multibyte chars in glob qualifier (u:uname:)
Jun-ichi Takimoto
2022-12-02
1
-1
/
+1
*
51079: metafy sep in array subscript flag (s:sep:)
Jun-ichi Takimoto
2022-12-02
1
-3
/
+7
*
50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers
Oliver Kiddle
2022-11-17
3
-4
/
+40
*
50929: fix handling of ERR_RETURN bent by 50928.
Bart Schaefer
2022-11-09
1
-1
/
+1
*
50928: fix tests for 50897, mention behavior change in NEWS
Bart Schaefer
2022-11-09
1
-0
/
+2
*
50922: fix additional cases of signals for current shell jobs on the right of...
Bart Schaefer
2022-11-09
2
-8
/
+6
*
50897: nonzero status of complex commands should trigger ERR_EXIT
Bart Schaefer
2022-11-08
2
-7
/
+7
*
users/28338: command substitution with alias edge case.
Peter Stephenson
2022-11-08
1
-0
/
+8
*
50874: fix handling of tty signals for jobs in the current shell when waiting...
Bart Schaefer
2022-11-06
1
-11
/
+13
*
50851: restore typtab when necessary
Jun-ichi Takimoto
2022-11-02
2
-1
/
+17
*
Unposted: Fix typo in comment
Bart Schaefer
2022-10-23
1
-1
/
+1
*
50736: silence use-after-free warning (gcc-12.2)
Wesley Schwengle
2022-10-17
1
-4
/
+4
*
50668: treat 8bit chars correctly when multibyte is unset
Jun-ichi Takimoto
2022-09-27
1
-1
/
+1
*
50658 + test: Enable to switch between C/UTF-8 locales in PCRE
Jun-ichi Takimoto
2022-09-26
1
-8
/
+2
*
50418: use setenv(3)/getenv(3) on newer macOS
Jun-ichi Takimoto
2022-07-24
1
-1
/
+2
*
50379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)
Bart Schaefer
2022-06-21
1
-1
/
+1
*
50368: adjust ztie'd bitflags so local variables cannot mess with database
Bart Schaefer
2022-06-21
1
-3
/
+3
*
50355: documentation and return status consistency in zsh/system module
Bart Schaefer
2022-06-11
1
-2
/
+17
*
50363: avoid use of heap memory that depends on parameter scoping
Bart Schaefer
2022-06-09
1
-1
/
+11
*
50359: fix bad sticky-emulation in "functions -c"
Matthew Martin
2022-06-09
1
-1
/
+1
*
50351: "functions -c" can set signal traps
Bart Schaefer
2022-06-09
1
-1
/
+16
[next]