summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2024-09-1453083: handle Haiku specific resource limit for open vnode monitorsOliver Kiddle1-0/+4
2024-09-1453081: remove old BeOS support codeOliver Kiddle4-34/+2
2024-09-1453080: remove code for systems that only have the old pre-POSIX signal()Oliver Kiddle3-233/+5
2024-08-3153060: silence build warningsClinton Bunch1-0/+4
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵Clinton Bunch3-0/+542
and zrand_int() math functions
2024-08-15unposted: fix parsing of Bang token in value side of array element assignmentBart Schaefer1-1/+2
2024-08-0653026: fix failure to free old value when setting new value of referenceJun. T1-1/+2
2024-08-0553025: fix memory leaks and pointer errors upon named reference self-referenceBart Schaefer2-6/+8
2024-08-0553023: fix memory leak of unset private parameterBart Schaefer1-1/+1
2024-08-0453005: off-by-one error when resetting signals on subshell entrancePhilippe Altherr1-2/+2
2024-07-2852999: import OLDPWD from environment if setPeter Stephenson1-1/+5
2024-07-0452985: avoid adding original param to restorelistJun-ichi Takimoto1-4/+3
2024-06-2852977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || listsPhilippe Altherr1-0/+1
2024-06-1352951: make sure to close memstream for 'print -v'Jun-ichi Takimoto1-3/+2
2024-05-13Ooops, missed the actualy patch from the foregoing...Peter Stephenson1-0/+1
2024-04-0752878: Fix ${foo:^bar} where bar is an associative arrayMikael Magnusson1-0/+3
2024-04-0152864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}Bart Schaefer2-45/+97
2024-04-0152781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significantBart Schaefer1-0/+8
2024-03-2152780: unneccessary returns in hlgroupPeter Stephenson1-2/+2
2024-03-2052783: allow for unset hash elementOliver Kiddle1-1/+2
2024-03-1852750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle22-146/+130
2024-03-1752759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer1-2/+6
2024-03-1452752: typeset -p fixes for local exports and "export -x" / "readonly -r" ↵Bart Schaefer1-3/+18
output.
2024-03-12unposted: "typeset -p" has problems with special parameters having NULL valuesBart Schaefer1-7/+8
2024-03-1252742: fix bad interactions of "typeset -p" with GLOBAL_EXPORTBart Schaefer1-8/+27
2024-03-1352724: fix .zle.sgr for empty sequencesOliver Kiddle1-0/+4
2024-03-0952725: updated named reference semanticsBart Schaefer1-12/+32
2024-03-0952721: fix metafication and regexp/subject confusion in pcre_match error messageStephane Chazelas1-1/+1
2024-03-0552692: local typeset of the name of a named reference hides the referenceBart Schaefer2-8/+10
2024-03-04unposted (cf. 52615): use META_NOALLOC for 52591Bart Schaefer1-5/+5
2024-03-04unposted (cf. 52617): only scalars can instantiate a declared named referenceBart Schaefer1-2/+8
2024-03-0452659: Fix crash on unset-through-nameref, add regression testBart Schaefer1-2/+4
2024-03-0452650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer4-15/+43
2024-03-0552646: extend support for highlight groups to completion explanation strings ↵Oliver Kiddle4-4/+28
and WATCHFMT
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 +