Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | 52652: fix obscure bug unsetting the array part of a tied parameter pair | Bart Schaefer | 1 | -2/+5 | |
2024-03-02 | 52612: %l replacment of zwarning() does literal string output | Bart Schaefer | 3 | -16/+19 | |
2024-03-01 | 52645: unset through a nameref keep up-scope parameters declared unset | Bart Schaefer | 1 | -0/+6 | |
Othewise unset of a reference to a global wipes out all parameters of the same name. | |||||
2024-02-28 | 52619 (plus tests): no empty element when appending array to unset scalar | Bart Schaefer | 1 | -1/+1 | |
2024-02-28 | 52622 (tweaked, c.f. 52626): adjust number of columns and drop ↵ | Oliver Kiddle | 1 | -6/+9 | |
right-parenthesis in "kill -L" output | |||||
2024-02-28 | 52623: add some Solaris signal descriptions | Oliver Kiddle | 1 | -0/+3 | |
2024-02-28 | 52594: support for POSIX real-time signals with kill and trap | Oliver Kiddle | 10 | -56/+227 | |
Also add new -L option to kill for a more verbose listing of signals | |||||
2024-02-24 | Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy | Bart Schaefer | 1 | -2/+2 | |
2024-02-24 | 52597: fix character counts in context of operator and operand errors | Bart Schaefer | 1 | -7/+18 | |
2024-02-24 | 52596: metafy interpreter name for error message | Bart Schaefer | 1 | -3/+3 | |
2024-02-24 | 52591: printf builtin must pass metafied strings to math evaluation | Stephane Chazelas | 1 | -4/+6 | |
2024-02-23 | 52583: extra check for proper scope and existence of readonly specials | Bart Schaefer | 1 | -2/+23 | |
2024-02-20 | 52559: revise "typeset -p" with respect to local readonly special parameters | Bart Schaefer | 2 | -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-18 | unposted: referent of named reference cannot start with digits | Bart Schaefer | 1 | -0/+2 | |
This duplicates ksh behavior and doesn't change useful functionality. | |||||
2024-02-18 | 45837: fix process group restoration upon exit | Stephane Chazelas | 3 | -9/+13 | |
2024-02-18 | 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts ↵ | Stephane Chazelas | 1 | -2/+15 | |
with paths starting with - or + | |||||
2024-02-17 | 52556: fix crash when changing type of unset referent via named reference | Bart Schaefer | 1 | -2/+4 | |
2024-02-15 | 52533: add module to provide alternate readonly views of the content of ↵ | Oliver Kiddle | 3 | -0/+246 | |
.zle.hlgroups | |||||
2024-02-09 | 52526: metafy terminfo capabilities | Mikael Magnusson | 1 | -2/+2 | |
2024-02-04 | 52517: ensure that %H is followed by { | Mikael Magnusson | 1 | -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-04 | 52516: fix crash in %H when hlgroups is empty | Mikael Magnusson | 1 | -1/+1 | |
typeset -A .zle.hlgroups; print -P %H | |||||
2024-02-03 | Typos in previous commit comments | Bart Schaefer | 2 | -2/+2 | |
2024-02-03 | unposted: Record as comments some notes about namespace usage exceptions. | Bart Schaefer | 3 | -1/+7 | |
2024-02-03 | 52513: fixes and doc for using nofork substitutions with private parameters | Bart Schaefer | 2 | -25/+45 | |
Also fixes a crash bug with {fd}>&N redirections and private parameters | |||||
2024-01-28 | 52509: manage internals of stdio objects when performing redirections. | Bart Schaefer | 1 | -0/+22 | |
2024-01-28 | 52500: add layer token to zle attributes | Oliver Kiddle | 3 | -46/+84 | |
This provide control over the precedence of highlighting where different regions overlap. | |||||
2024-01-28 | 52499: support highlight groups | Oliver Kiddle | 1 | -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-28 | unposted: remove unused variable to silence compiler warning | Oliver Kiddle | 1 | -2/+1 | |
2024-01-28 | 52442: mark hookdef.name as const | Jörg Sommer | 1 | -1/+1 | |
At least *zle_main* uses const strings to initialize its structure *zlehooks*. | |||||
2024-01-28 | 52444: module: Mark name argument of some functions const | Jörg Sommer | 1 | -7/+8 | |
2024-01-28 | 52441: zle_vi: Mark variables with const init as const | Jörg Sommer | 1 | -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-28 | 52440: zle.textobjects: Mark variables as const | Jörg Sommer | 1 | -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-26 | 52405, 52502: add empty elements to $match for optional captures that don't ↵ | Oliver Kiddle | 1 | -1/+4 | |
match | |||||
2024-01-24 | 52492: prevent indexing error on recursive arithmetic in array subscript | Bart Schaefer | 1 | -1/+6 | |
Operator returns error when operand returns error | |||||
2024-01-24 | 52482: strip trailing newlines in emulation modes of ${ command; } | Bart Schaefer | 1 | -0/+6 | |
2024-01-24 | 52477: fix "zcurses mouse delay ..." and one other typo | Bart Schaefer | 1 | -2/+2 | |
2024-01-24 | 52473: zstyle -q for testing existence of a zstyle setting | Bart Schaefer | 1 | -0/+32 | |
2024-01-24 | 52468: save and restore state of correct TTY when using read -s / -d | Bart Schaefer | 2 | -15/+29 | |
2023-12-13 | 52392: use octal escape to match = without error messages from awk | Oliver Kiddle | 1 | -1/+1 | |
2023-12-13 | 52382: avoid the non-standard \e in C code, preferring \033 | Oliver Kiddle | 2 | -2/+2 | |
2023-12-09 | unposted: Fix longstanding typo in comment | Bart Schaefer | 1 | -1/+1 | |
2023-12-09 | 52365: record state of exited background jobs so as to be visible in TRAPCHLD | Bart Schaefer | 2 | -13/+22 | |
2023-12-05 | 52326, 52372: add -q option to kill for sigqueue | Oliver Kiddle | 1 | -2/+34 | |
2023-11-23 | 52325: Clarify doc for edge cases of named references and nofork substitution | Bart Schaefer | 1 | -1/+1 | |
Unposted whitespace change avoids a parse error in ${ ... } with comments. | |||||
2023-11-18 | 52313: Src/exec.c: multios are not interactive and check for write errors. | Bart Schaefer | 1 | -2/+6 | |
2023-11-15 | 52309: fix cases that hang with all signals blocked. | Bart Schaefer | 1 | -2/+2 | |
* no job control inside <<(substition) * allow interrupt of multios reading from a terminal | |||||
2023-11-15 | 52275: rationality in zgetdir() and zgetcwd() | Bart Schaefer | 1 | -48/+52 | |
2023-11-15 | 52202: improve handling of quoting in ${var/pattern/replacement} | Bart Schaefer | 2 | -21/+39 | |
2023-11-08 | 52271: use correct form for unused parameter | Oliver Kiddle | 1 | -1/+1 | |
2023-11-02 | 52253: support pcre callouts with shell evaluation of the callout string | Oliver Kiddle | 1 | -2/+32 | |