summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2024-03-0252652: fix obscure bug unsetting the array part of a tied parameter pairBart Schaefer1-2/+5
2024-03-0252612: %l replacment of zwarning() does literal string outputBart Schaefer3-16/+19
2024-03-0152645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer1-0/+6
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 Schaefer1-1/+1
2024-02-2852622 (tweaked, c.f. 52626): adjust number of columns and drop ↵Oliver Kiddle1-6/+9
right-parenthesis in "kill -L" output
2024-02-2852623: add some Solaris signal descriptionsOliver Kiddle1-0/+3
2024-02-2852594: support for POSIX real-time signals with kill and trapOliver Kiddle10-56/+227
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 Schaefer1-7/+18
2024-02-2452596: metafy interpreter name for error messageBart Schaefer1-3/+3
2024-02-2452591: printf builtin must pass metafied strings to math evaluationStephane Chazelas1-4/+6
2024-02-2352583: extra check for proper scope and existence of readonly specialsBart Schaefer1-2/+23
2024-02-2052559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2-3/+23
Update doc and tests to describe handling of global readonly specials and to account for side-effects on zsh/param/private.
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 Chazelas3-9/+13
2024-02-1852515: (+ tests in 52527) avoid sh errors when running shebang-less scripts ↵Stephane Chazelas1-2/+15
with paths starting with - or +
2024-02-1752556: fix crash when changing type of unset referent via named referenceBart Schaefer1-2/+4
2024-02-1552533: add module to provide alternate readonly views of the content of ↵Oliver Kiddle3-0/+246
.zle.hlgroups
2024-02-0952526: metafy terminfo capabilitiesMikael Magnusson1-2/+2
2024-02-0452517: ensure that %H is followed by {Mikael Magnusson1-4/+6
The previous code would accept any character after %H assuming it was a {, which was probably also a buffer overrun sometimes.
2024-02-0452516: fix crash in %H when hlgroups is emptyMikael Magnusson1-1/+1
typeset -A .zle.hlgroups; print -P %H
2024-02-03Typos in previous commit commentsBart Schaefer2-2/+2
2024-02-03unposted: Record as comments some notes about namespace usage exceptions.Bart Schaefer3-1/+7
2024-02-0352513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2-25/+45
Also fixes a crash bug with {fd}>&N redirections and private parameters
2024-01-2852509: manage internals of stdio objects when performing redirections.Bart Schaefer1-0/+22
2024-01-2852500: add layer token to zle attributesOliver Kiddle3-46/+84
This provide control over the precedence of highlighting where different regions overlap.
2024-01-2852499: support highlight groupsOliver Kiddle1-2/+48
These are defined in a .zle.hlgroups associative array and referenced using %H in prompt strings or hl= in zle_highlight/region_highlight.
2024-01-28unposted: remove unused variable to silence compiler warningOliver Kiddle1-2/+1
2024-01-2852442: mark hookdef.name as constJörg Sommer1-1/+1
At least *zle_main* uses const strings to initialize its structure *zlehooks*.
2024-01-2852444: module: Mark name argument of some functions constJörg Sommer1-7/+8
2024-01-2852441: zle_vi: Mark variables with const init as constJörg Sommer1-1/+1
Because these variables are initialized with as constant string, they should be marked as *const* to make the compiler running with `-Wwrite-strings` more happy.
2024-01-2852440: zle.textobjects: Mark variables as constJörg Sommer1-3/+3
Because these variables are initialized with as constant string, they should be marked as *const* to make the compiler running with `-Wwrite-strings` more happy.
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't ↵Oliver Kiddle1-1/+4
match
2024-01-2452492: prevent indexing error on recursive arithmetic in array subscriptBart Schaefer1-1/+6
Operator returns error when operand returns error
2024-01-2452482: strip trailing newlines in emulation modes of ${ command; }Bart Schaefer1-0/+6
2024-01-2452477: fix "zcurses mouse delay ..." and one other typoBart Schaefer1-2/+2
2024-01-2452473: zstyle -q for testing existence of a zstyle settingBart Schaefer1-0/+32
2024-01-2452468: save and restore state of correct TTY when using read -s / -dBart Schaefer2-15/+29
2023-12-1352392: use octal escape to match = without error messages from awkOliver Kiddle1-1/+1
2023-12-1352382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle2-2/+2
2023-12-09unposted: Fix longstanding typo in commentBart Schaefer1-1/+1
2023-12-0952365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer2-13/+22
2023-12-0552326, 52372: add -q option to kill for sigqueueOliver Kiddle1-2/+34
2023-11-2352325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer1-1/+1
Unposted whitespace change avoids a parse error in ${ ... } with comments.
2023-11-1852313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer1-2/+6
2023-11-1552309: fix cases that hang with all signals blocked.Bart Schaefer1-2/+2
* no job control inside <<(substition) * allow interrupt of multios reading from a terminal
2023-11-1552275: rationality in zgetdir() and zgetcwd()Bart Schaefer1-48/+52
2023-11-1552202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer2-21/+39
2023-11-0852271: use correct form for unused parameterOliver Kiddle1-1/+1
2023-11-0252253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle1-2/+32