summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2023-01-2151310: zle -F handlers preserve LASTWIDGETBart Schaefer1-0/+2
2023-01-1651278: make (i) subscript flag for zero-length string consistentPeter Stephenson1-1/+1
2023-01-11unposted: mention attributes changes, fix renumbering mistake and allow compl...Oliver Kiddle1-1/+1
2023-01-1151295: where the end of a region coincides with the end of PREDISPLAY, don't ...Oliver Kiddle1-3/+3
2023-01-1051292: fix dynamic updates of region_highlight to account for PREDISPLAYOliver Kiddle1-4/+4
2023-01-1051291: support for highlighting ellipses in the line editorOliver Kiddle2-25/+38
2023-01-1051290: fix display of control characters with SINGLE_LINE_ZLE setOliver Kiddle1-3/+3
2023-01-1051289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE and...Oliver Kiddle2-4/+1
2023-01-1051281: keep track of attributes left on at the end of left and right prompts ...Oliver Kiddle3-27/+24
2023-01-1051280: add support for italic and faint fonts in the line editorOliver Kiddle4-48/+88
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle15-471/+372
2023-01-08unposted: In a comment, replace a C variables glob pattern with its matches, ...Daniel Shahaf1-2/+2
2022-12-1751214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle1-2/+5
2022-12-1751207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto1-3/+4
2022-12-1651212: remove STOUC() macroOliver Kiddle31-191/+180
2022-12-1651215: consume whole CSI sequences from the inputOliver Kiddle1-2/+25
2022-12-15unposted: Follow-up to the last commit: Fix a typo in a comment.Daniel Shahaf1-1/+1
2022-12-15unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.Daniel Shahaf1-0/+3
2022-12-1351210: Clear errflag before calling EXIT trapBart Schaefer1-0/+4
2022-12-1251134: ! return doesn't change the return statusPeter Stephenson1-1/+1
2022-12-0951161: correct errno after closing xtrace FDBart Schaefer1-0/+3
2022-12-0351094: consistent use of bit-manipulation for noerrexit value changesPhilippe Altherr2-4/+4
2022-12-0351098: remove unreachable NOERREXIT_UNTIL_EXEC code and effectsPhilippe Altherr3-26/+4
2022-12-0351076: fix ERR_EXIT when used with "eval" or "source"; documentary commentsPhilippe Altherr1-3/+43
2022-12-0351071: fix ERR_RETURN for functions in conditional statementsPhilippe Altherr1-7/+5
2022-12-0351001: fix for ERR_EXIT following shell function; update testsPhilippe Altherr1-9/+1
2022-12-0351001: fix for ERR_EXIT with pipeline negation ("!"); update testsPhilippe Altherr1-5/+8
2022-12-0351001: fix for ERR_EXIT with "always" blocks; update testsPhilippe Altherr1-0/+1
2022-12-0351001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.Philippe Altherr2-9/+7
2022-12-0251080: allow multibyte chars in glob qualifier (u:uname:)Jun-ichi Takimoto1-1/+1
2022-12-0251079: metafy sep in array subscript flag (s:sep:)Jun-ichi Takimoto1-3/+7
2022-11-1750934: use OSC 52 escape sequence when copying to "* or "+ vi buffersOliver Kiddle3-4/+40
2022-11-0950929: fix handling of ERR_RETURN bent by 50928.Bart Schaefer1-1/+1
2022-11-0950928: fix tests for 50897, mention behavior change in NEWSBart Schaefer1-0/+2
2022-11-0950922: fix additional cases of signals for current shell jobs on the right of...Bart Schaefer2-8/+6
2022-11-0850897: nonzero status of complex commands should trigger ERR_EXITBart Schaefer2-7/+7
2022-11-08users/28338: command substitution with alias edge case.Peter Stephenson1-0/+8
2022-11-0650874: fix handling of tty signals for jobs in the current shell when waiting...Bart Schaefer1-11/+13
2022-11-0250851: restore typtab when necessaryJun-ichi Takimoto2-1/+17
2022-10-23Unposted: Fix typo in commentBart Schaefer1-1/+1
2022-10-1750736: silence use-after-free warning (gcc-12.2)Wesley Schwengle1-4/+4
2022-09-2750668: treat 8bit chars correctly when multibyte is unsetJun-ichi Takimoto1-1/+1
2022-09-2650658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto1-8/+2
2022-07-2450418: use setenv(3)/getenv(3) on newer macOSJun-ichi Takimoto1-1/+2
2022-06-2150379/50380: fix off-by-one side-effect of workers/49906 that broke $(jobs -l)Bart Schaefer1-1/+1
2022-06-2150368: adjust ztie'd bitflags so local variables cannot mess with databaseBart Schaefer1-3/+3
2022-06-1150355: documentation and return status consistency in zsh/system moduleBart Schaefer1-2/+17
2022-06-0950363: avoid use of heap memory that depends on parameter scopingBart Schaefer1-1/+11
2022-06-0950359: fix bad sticky-emulation in "functions -c"Matthew Martin1-1/+1
2022-06-0950351: "functions -c" can set signal trapsBart Schaefer1-1/+16