about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 52798: handle comments in ssh config HEAD masterOliver Kiddle3 days1-0/+5
|
* 52768: Handle completer filenames with funny characters in themMikael Magnusson5 days1-0/+5
| | | | | | 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
* 52780: unneccessary returns in hlgroupPeter Stephenson8 days1-0/+4
|
* 52783: allow for unset hash elementOliver Kiddle8 days1-0/+2
|
* unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750Oliver Kiddle8 days1-0/+5
|
* 52770: handle newrole in SELinux completionsOliver Kiddle10 days1-0/+2
|
* 52769: fix completion of ansible keywords and --step optionOliver Kiddle10 days1-0/+3
|
* 52750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle11 days1-0/+11
|
* 52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer11 days1-0/+5
|
* unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.Bart Schaefer2024-03-141-0/+2
|
* 52752: typeset -p fixes for local exports and "export -x" / "readonly -r" ↵Bart Schaefer2024-03-141-0/+5
| | | | output.
* 52753: Clarify "nocorrect" when introducing precommand modifiers.Bart Schaefer2024-03-131-0/+3
|
* unposted: update doc for "colors" for workers/47489,50212 (italic and bright)Bart Schaefer2024-03-131-0/+5
|
* unposted: "typeset -p" has problems with special parameters having NULL valuesBart Schaefer2024-03-121-0/+3
|
* 52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORTBart Schaefer2024-03-121-0/+5
|
* 52724: fix .zle.sgr for empty sequencesOliver Kiddle2024-03-131-0/+4
|
* 52725: updated named reference semanticsBart Schaefer2024-03-091-0/+4
|
* 52721: fix metafication and regexp/subject confusion in pcre_match error messageStephane Chazelas2024-03-091-0/+5
|
* 52704: improve zsh_eval_context documentationStephane Chazelas2024-03-081-0/+6
|
* 52692: local typeset of the name of a named reference hides the referenceBart Schaefer2024-03-051-0/+7
|
* 52685: fix typo in the name of bash's BASH_ENV variable.Stephane Chazelas2024-03-051-0/+5
|
* unposted (cf. 52615): use META_NOALLOC for 52591Bart Schaefer2024-03-041-0/+2
|
* unposted (cf. 52617): only scalars can instantiate a declared named referenceBart Schaefer2024-03-041-0/+3
|
* unposted: fix typo in entry attributionBart Schaefer2024-03-041-1/+1
|
* 52659: Fix crash on unset-through-nameref, add regression testBart Schaefer2024-03-041-0/+3
|
* 52650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer2024-03-041-0/+9
|
* 52646: extend support for highlight groups to completion explanation strings ↵Oliver Kiddle2024-03-051-2/+5
| | | | and WATCHFMT
* 52641: incarg: add a backward variant and make it repeatablemidchildan2024-03-051-0/+5
|
* 52652: fix obscure bug unsetting the array part of a tied parameter pairBart Schaefer2024-03-021-0/+3
|
* 52635: show file name when test has crashedJun. T2024-03-021-0/+2
|
* 52612: %l replacment of zwarning() does literal string outputBart Schaefer2024-03-021-0/+6
|
* 52645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer2024-03-011-0/+5
| | | | | Othewise unset of a reference to a global wipes out all parameters of the same name.
* 52619 (plus tests): no empty element when appending array to unset scalarBart Schaefer2024-02-281-1/+6
|
* 52622 (tweaked, c.f. 52626): adjust number of columns and drop ↵Oliver Kiddle2024-02-281-0/+3
| | | | right-parenthesis in "kill -L" output
* 52623: add some Solaris signal descriptionsOliver Kiddle2024-02-281-0/+4
|
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-281-0/+9
| | | | Also add new -L option to kill for a more verbose listing of signals
* 52597: fix character counts in context of operator and operand errorsBart Schaefer2024-02-241-0/+3
|
* 52596: metafy interpreter name for error messageBart Schaefer2024-02-241-0/+2
|
* 52591: printf builtin must pass metafied strings to math evaluationStephane Chazelas2024-02-241-0/+5
|
* 52583: extra check for proper scope and existence of readonly specialsBart Schaefer2024-02-231-0/+6
|
* 52552: newer Java supports passing source files directly to javaOliver Kiddle2024-02-221-0/+5
|
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-201-0/+9
| | | | | Update doc and tests to describe handling of global readonly specials and to account for side-effects on zsh/param/private.
* 52549: document return works in a scriptPeter Stephenson2024-02-191-1/+6
|
* * 52544: _diff_options: support macOS Ventura or newerJun-ichi Takimoto2024-02-191-0/+5
|
* 52558: word splitting differences of nofork; update ToC; formatting fixesBart Schaefer2024-02-181-0/+5
|
* 45837: fix process group restoration upon exitStephane Chazelas2024-02-181-0/+6
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2024-02-181-0/+5
|\
| * 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts ↵Stephane Chazelas2024-02-181-0/+5
| | | | | | | | with paths starting with - or +
* | 52556: regression test for unset referent (left out of last commit)Bart Schaefer2024-02-181-0/+2
|/
* 52556: fix crash when changing type of unset referent via named referenceBart Schaefer2024-02-171-0/+5
|