summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-2452904: Improve quoting of paths passed via _call_program to "git ls-files"Bart Schaefer2-1/+6
2024-05-2052895: Partial revert of 44274 which broke _baudratesMikael Magnusson2-2/+8
_description does not accept -o numeric, which resulted in _description:zformat:89: invalid argument: expl The array is already sorted correctly in the completer so I don't see any need to have the completion sort it again anyway.
2024-05-13Ooops, missed the actualy patch from the foregoing...Peter Stephenson1-0/+1
2024-05-1052924: Set zfsessions to NULL after freePeter Stephenson1-0/+4
2024-05-0852915: be explicit about pattern syntax in conditionsPeter Stephenson2-1/+10
2024-04-0752878: Fix ${foo:^bar} where bar is an associative arrayMikael Magnusson2-0/+8
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
IRB now has `--regexp-completor` and `--type-completor` options added by: https://github.com/ruby/irb/commit/1dec2708c92559487e51c5f3a3030b74a62270e5
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
For example, a file called _foo;bar will cause this to happen: % hello [press tab]zsh: command not found: _foo zsh: command not found: bar
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" ↵Bart Schaefer3-10/+30
output.
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
and WATCHFMT
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
Othewise unset of a reference to a global wipes out all parameters of the same name.
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 ↵Oliver Kiddle2-6/+12
right-parenthesis in "kill -L" output
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
Also add new -L option to kill for a more verbose listing of signals
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