about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 52650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer2024-03-0412-28/+145
* 52646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle2024-03-058-17/+50
* 52641: incarg: add a backward variant and make it repeatablemidchildan2024-03-054-88/+347
* 52652: fix obscure bug unsetting the array part of a tied parameter pairBart Schaefer2024-03-022-2/+8
* 52635: show file name when test has crashedJun. T2024-03-022-0/+3
* 52612: %l replacment of zwarning() does literal string outputBart Schaefer2024-03-024-16/+25
* 52645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer2024-03-012-0/+11
* 52619 (plus tests): no empty element when appending array to unset scalarBart Schaefer2024-02-283-6/+24
* 52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...Oliver Kiddle2024-02-282-6/+12
* 52623: add some Solaris signal descriptionsOliver Kiddle2024-02-282-0/+7
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-2814-63/+249
* 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-242-7/+21
* 52596: metafy interpreter name for error messageBart Schaefer2024-02-242-3/+5
* 52591: printf builtin must pass metafied strings to math evaluationStephane Chazelas2024-02-242-4/+11
* 52583: extra check for proper scope and existence of readonly specialsBart Schaefer2024-02-233-2/+70
* 52552: newer Java supports passing source files directly to javaOliver Kiddle2024-02-222-1/+9
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-208-12/+69
* 52549: document return works in a scriptPeter Stephenson2024-02-192-2/+9
* * 52544: _diff_options: support macOS Ventura or newerJun-ichi Takimoto2024-02-192-2/+11
* 52558: word splitting differences of nofork; update ToC; formatting fixesBart Schaefer2024-02-182-24/+41
* unposted: referent of named reference cannot start with digitsBart Schaefer2024-02-181-0/+2
* 45837: fix process group restoration upon exitStephane Chazelas2024-02-184-9/+19
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2024-02-183-4/+34
|\
| * 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...Stephane Chazelas2024-02-183-4/+34
* | 52556: regression test for unset referent (left out of last commit)Bart Schaefer2024-02-182-0/+13
|/
* 52556: fix crash when changing type of unset referent via named referenceBart Schaefer2024-02-172-2/+9
* 52546: incarg: avoid unneeded subshellMikael Magnusson2024-02-162-2/+5
* 52523: fixes to preceding incarg patchmidchildan2024-02-151-2/+3
* 52520: add new features and improvements to the "incarg" ZLE widgetmidchildan2024-02-154-37/+630
* github #112: Completion: todo.sh uses shorthelp and not showhelpPoncho2024-02-152-1/+4
* 52535: documentation for highlight groups and layersOliver Kiddle2024-02-156-1/+55
* 52533: add module to provide alternate readonly views of the content of .zle....Oliver Kiddle2024-02-154-0/+252
* 52526: metafy terminfo capabilitiesMikael Magnusson2024-02-092-2/+6
* cf. users/29635: additional detail of parameter expansion in math context.Bart Schaefer2024-02-042-0/+8
* 52521: mapfile (mis)handling of empty/unreadable filesBart Schaefer2024-02-042-0/+7
* 52517: ensure that %H is followed by {Mikael Magnusson2024-02-042-4/+8
* 52516: fix crash in %H when hlgroups is emptyMikael Magnusson2024-02-042-1/+5
* unposted: updates and fixed omissions for the printdefines utilityBart Schaefer2024-02-032-23/+53
* unposted: elaboration on Roman's "slurp" implementation from zsh-usersBart Schaefer2024-02-032-0/+34
* Typos in previous commit commentsBart Schaefer2024-02-032-2/+2
* unposted: Record as comments some notes about namespace usage exceptions.Bart Schaefer2024-02-034-1/+10
* 52513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2024-02-035-34/+170
* 52510: document how ${ ... } et al. affect use of "private"; add index entriesBart Schaefer2024-01-283-0/+9
* 52509: manage internals of stdio objects when performing redirections.Bart Schaefer2024-01-283-1/+28
* 52500: add layer token to zle attributesOliver Kiddle2024-01-284-46/+88
* 52499: support highlight groupsOliver Kiddle2024-01-282-2/+52
* unposted: remove unused variable to silence compiler warningOliver Kiddle2024-01-282-2/+4
* 52442: mark hookdef.name as constJörg Sommer2024-01-282-1/+3
* 52444: module: Mark name argument of some functions constJörg Sommer2024-01-282-7/+11