summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2023-05-1351728: assign pcre named capture groups to a hashOliver Kiddle1-10/+33
2023-05-1351723: migrate pcre module to pcre2Oliver Kiddle1-136/+87
2023-05-11users/29070: clean up tokens in cmdstr before compctl completionBart Schaefer1-0/+2
2023-04-2251670: prevent possible underflow in gettext()Bart Schaefer1-1/+1
2023-04-1751652: fix running of TRAPEXIT explicitly.Peter Stephenson1-1/+33
2023-04-1151639: new parameter ZSH_EXEPATH (full path of zsh executable)Jun-ichi Takimoto1-1/+116
2023-04-0951631: initialize $_ by copying it from environmentJun-ichi Takimoto1-3/+6
2023-04-0951632: nmetafy $_ when exporting it to childJun-ichi Takimoto1-1/+1
2023-04-0351597: fix 'vared -c var' when var is unsetJun-ichi Takimoto1-1/+2
2023-03-3051604: %M in TIMEFMT should report in kilobytesJun-ichi Takimoto1-7/+7
2023-03-2951608: Don't execute commands after "continue &&"Peter Stephenson1-2/+2
2023-03-2851602: Handle SIGIOT as an alias to SIGABRT if they are the same signal numberMikael Magnusson2-4/+10
2023-03-2258586: print "%s" with invalid multibyte characterPeter Stephenson1-13/+14
2023-03-1451573: additional "typset -p -m" fix for namespacesBart Schaefer1-3/+5
2023-03-1151557: Clarify availability of ksh-mode parameters, improve vi-mode detection.Bart Schaefer1-2/+3
2023-03-0651510: Skip namespaces in "set"/"typeset" output, add tests, fix bugBart Schaefer4-8/+19
2023-03-0651509 (+ fix typo): Add ${(!)name} for the referred-to name of a named referenceBart Schaefer3-9/+37
2023-03-0651524: dependency on zsh/zle for linkageBart Schaefer1-0/+2
2023-03-0551485: module for several ksh93 features, mostly enabled only in ksh emulation.Bart Schaefer3-1/+274
2023-03-0551484: Extend named reference handling for special parameters, improve doc.Bart Schaefer1-44/+64
2023-03-0551483: Enable assignment and expansion of parameters with ksh-like namespace ...Bart Schaefer8-19/+40
2023-03-05unposted: fix memory leak flagged by coverityBart Schaefer1-0/+1
2023-02-2851491: Check should use zlemetacs instead of zlecsMikael Magnusson1-1/+1
2023-02-2651460: avoid crash on bad parameter autofeatureBart Schaefer1-6/+11
2023-02-21Fix access to autoloaded parameter.Peter Stephenson1-1/+1
2023-02-2051431: "typeset -p" shouldn't change parameter flagsBart Schaefer1-13/+33
2023-02-1751447: silence compiler maybe-uninitialized warning by combining a couple of ...Oliver Kiddle1-12/+13
2023-02-1451437: Fix incorrectly-passed test case, masked by unrelated bug.Bart Schaefer1-2/+3
2023-02-1451424: $(<...) shouldn't try to open a file with NO_EXECPeter Stephenson1-0/+3
2023-02-1351430: Misc. problems with typeset and $parametersBart Schaefer3-8/+12
2023-02-1251417: Check subscripts in named reference values more rigorously.Bart Schaefer1-1/+10
2023-02-1251402: Some ksh/bash features, additional sanity checkingBart Schaefer4-27/+124
2023-02-1251374: Expose named references in $parameters, fix substitution error.Bart Schaefer2-5/+16
2023-02-1251360: Initial implementation of named references.Bart Schaefer6-16/+262
2023-02-1251404: Nullify filelist after deleting (fix segfault)Bart Schaefer1-2/+6
2023-02-0951320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle3-1/+5
2023-02-0651350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson1-0/+3
2023-02-0251306: error message in ${unset?error} should be expandedPeter Stephenson1-1/+5
2023-02-0251307: Improve error on attempt to define function from aliased namePeter Stephenson2-2/+6
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