summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-0152865: Documentation update for 52864Bart Schaefer4-17/+23
2024-04-0152864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}Bart Schaefer5-56/+150
2024-04-0152781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significantBart Schaefer2-0/+13
2024-04-01github #115: completion(ruby): completer opts for irbOKURA Masafumi2-0/+5
2024-04-0152859: use _date_formats for fc and complete -m/-M for varedOliver Kiddle3-1/+8
2024-03-2652798: handle comments in ssh configOliver Kiddle3-8/+11
2024-03-2352768: Handle completer filenames with funny characters in themMikael Magnusson3-5/+10
2024-03-2152780: unneccessary returns in hlgroupPeter Stephenson2-2/+6
2024-03-2052783: allow for unset hash elementOliver Kiddle2-1/+4
2024-03-20unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750Oliver Kiddle2-2/+5
2024-03-1852770: handle newrole in SELinux completionsOliver Kiddle2-8/+25
2024-03-1852769: fix completion of ansible keywords and --step optionOliver Kiddle2-7/+10
2024-03-1852750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle27-239/+144
2024-03-1752759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer5-17/+61
2024-03-14unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.Bart Schaefer2-1/+6
2024-03-1452752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...Bart Schaefer3-10/+30
2024-03-1352753: Clarify "nocorrect" when introducing precommand modifiers.Bart Schaefer2-6/+9
2024-03-13unposted: update doc for "colors" for workers/47489,50212 (italic and bright)Bart Schaefer2-2/+11
2024-03-12unposted: "typeset -p" has problems with special parameters having NULL valuesBart Schaefer2-7/+11
2024-03-1252742: fix bad interactions of "typeset -p" with GLOBAL_EXPORTBart Schaefer2-8/+32
2024-03-1352724: fix .zle.sgr for empty sequencesOliver Kiddle2-0/+8
2024-03-0952725: updated named reference semanticsBart Schaefer2-12/+36
2024-03-0952721: fix metafication and regexp/subject confusion in pcre_match error messageStephane Chazelas2-1/+6
2024-03-0852704: improve zsh_eval_context documentationStephane Chazelas2-5/+12
2024-03-0552692: local typeset of the name of a named reference hides the referenceBart Schaefer5-13/+68
2024-03-0552685: fix typo in the name of bash's BASH_ENV variable.Stephane Chazelas2-1/+6
2024-03-04unposted (cf. 52615): use META_NOALLOC for 52591Bart Schaefer2-5/+7
2024-03-04unposted (cf. 52617): only scalars can instantiate a declared named referenceBart Schaefer2-2/+11
2024-03-04unposted: fix typo in entry attributionBart Schaefer1-1/+1
2024-03-0452659: Fix crash on unset-through-nameref, add regression testBart Schaefer3-2/+32
2024-03-04Add missing test case from 52652Bart Schaefer1-0/+1
2024-03-0452650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer12-28/+145
2024-03-0552646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle8-17/+50
2024-03-0552641: incarg: add a backward variant and make it repeatablemidchildan4-88/+347
2024-03-0252652: fix obscure bug unsetting the array part of a tied parameter pairBart Schaefer2-2/+8
2024-03-0252635: show file name when test has crashedJun. T2-0/+3
2024-03-0252612: %l replacment of zwarning() does literal string outputBart Schaefer4-16/+25
2024-03-0152645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer2-0/+11
2024-02-2852619 (plus tests): no empty element when appending array to unset scalarBart Schaefer3-6/+24
2024-02-2852622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...Oliver Kiddle2-6/+12
2024-02-2852623: add some Solaris signal descriptionsOliver Kiddle2-0/+7
2024-02-2852594: support for POSIX real-time signals with kill and trapOliver Kiddle14-63/+249
2024-02-24Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafyBart Schaefer1-2/+2
2024-02-2452597: fix character counts in context of operator and operand errorsBart Schaefer2-7/+21
2024-02-2452596: metafy interpreter name for error messageBart Schaefer2-3/+5
2024-02-2452591: printf builtin must pass metafied strings to math evaluationStephane Chazelas2-4/+11
2024-02-2352583: extra check for proper scope and existence of readonly specialsBart Schaefer3-2/+70
2024-02-2252552: newer Java supports passing source files directly to javaOliver Kiddle2-1/+9
2024-02-2052559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer8-12/+69
2024-02-1952549: document return works in a scriptPeter Stephenson2-2/+9