about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 52878: Fix ${foo:^bar} where bar is an associative array HEAD masterMikael Magnusson2024-04-071-0/+3
* 52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}Bart Schaefer2024-04-012-45/+97
* 52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significantBart Schaefer2024-04-011-0/+8
* 52780: unneccessary returns in hlgroupPeter Stephenson2024-03-211-2/+2
* 52783: allow for unset hash elementOliver Kiddle2024-03-201-1/+2
* 52750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle2024-03-1822-146/+130
* 52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer2024-03-171-2/+6
* 52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...Bart Schaefer2024-03-141-3/+18
* unposted: "typeset -p" has problems with special parameters having NULL valuesBart Schaefer2024-03-121-7/+8
* 52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORTBart Schaefer2024-03-121-8/+27
* 52724: fix .zle.sgr for empty sequencesOliver Kiddle2024-03-131-0/+4
* 52725: updated named reference semanticsBart Schaefer2024-03-091-12/+32
* 52721: fix metafication and regexp/subject confusion in pcre_match error messageStephane Chazelas2024-03-091-1/+1
* 52692: local typeset of the name of a named reference hides the referenceBart Schaefer2024-03-052-8/+10
* unposted (cf. 52615): use META_NOALLOC for 52591Bart Schaefer2024-03-041-5/+5
* unposted (cf. 52617): only scalars can instantiate a declared named referenceBart Schaefer2024-03-041-2/+8
* 52659: Fix crash on unset-through-nameref, add regression testBart Schaefer2024-03-041-2/+4
* 52650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer2024-03-044-15/+43
* 52646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle2024-03-054-4/+28
* 52652: fix obscure bug unsetting the array part of a tied parameter pairBart Schaefer2024-03-021-2/+5
* 52612: %l replacment of zwarning() does literal string outputBart Schaefer2024-03-023-16/+19
* 52645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer2024-03-011-0/+6
* 52619 (plus tests): no empty element when appending array to unset scalarBart Schaefer2024-02-281-1/+1
* 52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...Oliver Kiddle2024-02-281-6/+9
* 52623: add some Solaris signal descriptionsOliver Kiddle2024-02-281-0/+3
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-2810-56/+227
* Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafyBart Schaefer2024-02-241-2/+2
* 52597: fix character counts in context of operator and operand errorsBart Schaefer2024-02-241-7/+18
* 52596: metafy interpreter name for error messageBart Schaefer2024-02-241-3/+3
* 52591: printf builtin must pass metafied strings to math evaluationStephane Chazelas2024-02-241-4/+6
* 52583: extra check for proper scope and existence of readonly specialsBart Schaefer2024-02-231-2/+23
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-202-3/+23
* unposted: referent of named reference cannot start with digitsBart Schaefer2024-02-181-0/+2
* 45837: fix process group restoration upon exitStephane Chazelas2024-02-183-9/+13
* 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...Stephane Chazelas2024-02-181-2/+15
* 52556: fix crash when changing type of unset referent via named referenceBart Schaefer2024-02-171-2/+4
* 52533: add module to provide alternate readonly views of the content of .zle....Oliver Kiddle2024-02-153-0/+246
* 52526: metafy terminfo capabilitiesMikael Magnusson2024-02-091-2/+2
* 52517: ensure that %H is followed by {Mikael Magnusson2024-02-041-4/+6
* 52516: fix crash in %H when hlgroups is emptyMikael Magnusson2024-02-041-1/+1
* Typos in previous commit commentsBart Schaefer2024-02-032-2/+2
* unposted: Record as comments some notes about namespace usage exceptions.Bart Schaefer2024-02-033-1/+7
* 52513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2024-02-032-25/+45
* 52509: manage internals of stdio objects when performing redirections.Bart Schaefer2024-01-281-0/+22
* 52500: add layer token to zle attributesOliver Kiddle2024-01-283-46/+84
* 52499: support highlight groupsOliver Kiddle2024-01-281-2/+48
* unposted: remove unused variable to silence compiler warningOliver Kiddle2024-01-281-2/+1
* 52442: mark hookdef.name as constJörg Sommer2024-01-281-1/+1
* 52444: module: Mark name argument of some functions constJörg Sommer2024-01-281-7/+8
* 52441: zle_vi: Mark variables with const init as constJörg Sommer2024-01-281-1/+1