about summary refs log tree commit diff
path: root/Test
Commit message (Expand)AuthorAgeFilesLines
* 52405, 52502: add empty elements to $match for optional captures that don't m...Oliver Kiddle2024-01-261-0/+5
* 52385: avoid "tr" in test output formattingBart Schaefer2024-01-251-2/+3
* 52393: fix tests on Solaris by omitting -a option to diff as it is not suppor...Oliver Kiddle2023-12-131-1/+3
* 52360: simplify and improve bad-descriptor detection in %prep sectionBart Schaefer2023-12-021-3/+2
* 52325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer2023-11-231-1/+1
* 52202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer2023-11-151-4/+4
* 52188: skip tests that fail if multibyte is not availableJun-ichi Takimoto2023-09-271-6/+14
* users/29160, workers/52156: Fix repetition of substitution modifier.Bart Schaefer2023-09-161-0/+2
* 52155: Test file missed out from previous commitBart Schaefer2023-09-161-0/+448
* 52122 + 52129: fix (#) parameter expansion flagJun-ichi Takimoto2023-09-131-0/+40
* 52115: permit repeated "private" declarations as long as types aren't changedBart Schaefer2023-09-051-0/+17
* users/29220: fix bug with assignment to private following explicit unsetBart Schaefer2023-09-031-0/+7
* 52008: Pattern bug with branches + exclusionPeter Stephenson2023-08-011-0/+26
* 51945: assorted documentation improvements, bug fixes, and new testBart Schaefer2023-07-261-1/+69
* 51977: PIPEFAIL interaction with ERREXIT / ERRRETURNPeter Stephenson2023-07-201-0/+58
* 51884: reset IFS if it contains invalid charactersJun-ichi Takimoto2023-06-261-0/+21
* 51887: namespaces recognized in math, incorrect usages rejected.Bart Schaefer2023-06-221-2/+50
* 51860: simplify suffix handling in _prefix to remove less accurate hackMarlon Richert2023-06-222-1/+55
* 51816: add :S history modifier with pattern matchPeter Stephenson2023-06-061-0/+10
* 51779: update completion test for 51761Marlon Richert2023-06-061-5/+5
* 51348: Fix subscript completion bugs inside ~[...]Marlon Richert2023-05-211-3/+13
* 51758: Make dynamic dir completion easier to implementMarlon Richert2023-05-211-0/+11
* 51738: support pcre's alternative DFA matching algorithmOliver Kiddle2023-05-131-0/+5
* 51728: assign pcre named capture groups to a hashOliver Kiddle2023-05-131-0/+14
* 51723: migrate pcre module to pcre2Oliver Kiddle2023-05-131-2/+11
* 51692: not skip tests for [[ -r/-N file ]] on CygwinJun-ichi Takimoto2023-05-081-7/+1
* 51652: fix running of TRAPEXIT explicitly.Peter Stephenson2023-04-171-0/+11
* 51608: Don't execute commands after "continue &&"Peter Stephenson2023-03-291-0/+36
* 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bugBart Schaefer2023-03-061-0/+106
* 51437: Fix incorrectly-passed test case, masked by unrelated bug.Bart Schaefer2023-02-141-2/+21
* 51424: $(<...) shouldn't try to open a file with NO_EXECPeter Stephenson2023-02-141-0/+3
* 51430: Misc. problems with typeset and $parametersBart Schaefer2023-02-131-0/+14
* 51417: Check subscripts in named reference values more rigorously.Bart Schaefer2023-02-121-2/+2
* 51403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer2023-02-121-9/+161
* 51374: Expose named references in $parameters, fix substitution error.Bart Schaefer2023-02-122-16/+90
* 51361: Tests for 51360.Bart Schaefer2023-02-122-0/+517
* 51320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle2023-02-092-2/+2
* 51350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson2023-02-061-0/+7
* 51306: error message in ${unset?error} should be expandedPeter Stephenson2023-02-021-0/+5
* 51307: Improve error on attempt to define function from aliased namePeter Stephenson2023-02-021-1/+6
* unposted (cribbed from users/28784 by Roman): Add XFail tests for substitutin...Daniel Shahaf2023-01-271-0/+15
* 51278: make (i) subscript flag for zero-length string consistentPeter Stephenson2023-01-161-0/+9
* 51297: update expected test results to match more optimised escape sequences ...Oliver Kiddle2023-01-111-8/+8
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle2023-01-102-7/+20
* 51214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle2022-12-172-0/+18
* 51207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto2022-12-171-0/+6
* 51215: consume whole CSI sequences from the inputOliver Kiddle2022-12-162-0/+29
* 51134: ! return doesn't change the return statusPeter Stephenson2022-12-121-0/+12
* 51076: fix ERR_EXIT when used with "eval" or "source"; documentary commentsPhilippe Altherr2022-12-031-0/+41
* 51071: fix ERR_RETURN for functions in conditional statementsPhilippe Altherr2022-12-031-0/+16