summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Expand)AuthorFilesLines
2024-03-0552641: incarg: add a backward variant and make it repeatablemidchildan1-78/+280
2024-03-0252635: show file name when test has crashedJun. T1-0/+1
2024-02-2852619 (plus tests): no empty element when appending array to unset scalarBart Schaefer1-4/+17
2024-02-2352583: extra check for proper scope and existence of readonly specialsBart Schaefer1-0/+41
2024-02-2052559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer3-6/+25
2024-02-18Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer1-2/+14
2024-02-1852556: regression test for unset referent (left out of last commit)Bart Schaefer1-0/+11
2024-02-1852515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...Stephane Chazelas1-2/+14
2024-02-1552520: add new features and improvements to the "incarg" ZLE widgetmidchildan1-0/+360
2024-02-0352513: fixes and doc for using nofork substitutions with private parametersBart Schaefer1-7/+111
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't m...Oliver Kiddle1-0/+5
2024-01-2552385: avoid "tr" in test output formattingBart Schaefer1-2/+3
2023-12-1352393: fix tests on Solaris by omitting -a option to diff as it is not suppor...Oliver Kiddle1-1/+3
2023-12-0252360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer1-3/+2
2023-11-2352325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer1-1/+1
2023-11-1552202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer1-4/+4
2023-09-2752188: skip tests that fail if multibyte is not availableJun-ichi Takimoto1-6/+14
2023-09-16users/29160, workers/52156: Fix repetition of substitution modifier.Bart Schaefer1-0/+2
2023-09-1652155: Test file missed out from previous commitBart Schaefer1-0/+448
2023-09-1352122 + 52129: fix (#) parameter expansion flagJun-ichi Takimoto1-0/+40
2023-09-0552115: permit repeated "private" declarations as long as types aren't changedBart Schaefer1-0/+17
2023-09-03users/29220: fix bug with assignment to private following explicit unsetBart Schaefer1-0/+7
2023-08-0152008: Pattern bug with branches + exclusionPeter Stephenson1-0/+26
2023-07-2651945: assorted documentation improvements, bug fixes, and new testBart Schaefer1-1/+69
2023-07-2051977: PIPEFAIL interaction with ERREXIT / ERRRETURNPeter Stephenson1-0/+58
2023-06-2651884: reset IFS if it contains invalid charactersJun-ichi Takimoto1-0/+21
2023-06-2251887: namespaces recognized in math, incorrect usages rejected.Bart Schaefer1-2/+50
2023-06-2251860: simplify suffix handling in _prefix to remove less accurate hackMarlon Richert2-1/+55
2023-06-0651816: add :S history modifier with pattern matchPeter Stephenson1-0/+10
2023-06-0651779: update completion test for 51761Marlon Richert1-5/+5
2023-05-2151348: Fix subscript completion bugs inside ~[...]Marlon Richert1-3/+13
2023-05-2151758: Make dynamic dir completion easier to implementMarlon Richert1-0/+11
2023-05-1351738: support pcre's alternative DFA matching algorithmOliver Kiddle1-0/+5
2023-05-1351728: assign pcre named capture groups to a hashOliver Kiddle1-0/+14
2023-05-1351723: migrate pcre module to pcre2Oliver Kiddle1-2/+11
2023-05-0851692: not skip tests for [[ -r/-N file ]] on CygwinJun-ichi Takimoto1-7/+1
2023-04-1751652: fix running of TRAPEXIT explicitly.Peter Stephenson1-0/+11
2023-03-2951608: Don't execute commands after "continue &&"Peter Stephenson1-0/+36
2023-03-0651510: Skip namespaces in "set"/"typeset" output, add tests, fix bugBart Schaefer1-0/+106
2023-02-1451437: Fix incorrectly-passed test case, masked by unrelated bug.Bart Schaefer1-2/+21
2023-02-1451424: $(<...) shouldn't try to open a file with NO_EXECPeter Stephenson1-0/+3
2023-02-1351430: Misc. problems with typeset and $parametersBart Schaefer1-0/+14
2023-02-1251417: Check subscripts in named reference values more rigorously.Bart Schaefer1-2/+2
2023-02-1251403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer1-9/+161
2023-02-1251374: Expose named references in $parameters, fix substitution error.Bart Schaefer2-16/+90
2023-02-1251361: Tests for 51360.Bart Schaefer2-0/+517
2023-02-0951320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle2-2/+2
2023-02-0651350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson1-0/+7
2023-02-0251306: error message in ${unset?error} should be expandedPeter Stephenson1-0/+5
2023-02-0251307: Improve error on attempt to define function from aliased namePeter Stephenson1-1/+6