summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-2852999: import OLDPWD from environment if setPeter Stephenson2-1/+10
2024-07-13Missed commit of ChangeLog for 52977 / da733f5dBart Schaefer1-0/+6
2024-07-0452985: avoid adding original param to restorelistJun-ichi Takimoto2-4/+7
2024-06-2852977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || listsPhilippe Altherr2-0/+28
2024-06-2452968: use pdfroff to create intro.pdfJun-ichi Takimoto2-5/+7
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output" problem was fixed in groff-1.22.3 (Nov. 2014).
2024-06-1352951: make sure to close memstream for 'print -v'Jun-ichi Takimoto2-3/+6
2024-06-0852946: Revert "Handle completer filenames with funny characters in them"Mikael Magnusson3-5/+9
This reverts commit 88f47569030b12345aee3bd857e424351ee61726.
2024-05-24users/29882: Explain $RANDOM predictabilityBart Schaefer2-0/+34
2024-05-2452910: Improve handling of **/ patternsBart Schaefer2-3/+5
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