summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
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
Update doc and tests to describe handling of global readonly specials and to account for side-effects on zsh/param/private.
2024-02-1952549: document return works in a scriptPeter Stephenson2-2/+9
2024-02-19* 52544: _diff_options: support macOS Ventura or newerJun-ichi Takimoto2-2/+11
2024-02-1852558: word splitting differences of nofork; update ToC; formatting fixesBart Schaefer2-24/+41
2024-02-18unposted: referent of named reference cannot start with digitsBart Schaefer1-0/+2
This duplicates ksh behavior and doesn't change useful functionality.
2024-02-1845837: fix process group restoration upon exitStephane Chazelas4-9/+19
2024-02-18Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer3-4/+34
2024-02-1852556: regression test for unset referent (left out of last commit)Bart Schaefer2-0/+13