summaryrefslogtreecommitdiff
path: root/shell/match.c
Commit message (Expand)AuthorAgeFilesLines
* hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-021-1/+1
* shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-021-0/+2
* shell/match.c: shrink by dropping double bool inversionDenys Vlasenko2010-09-121-6/+4
* hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko2010-09-041-44/+62
* hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-041-20/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* shell: split read builtin from ashDenys Vlasenko2010-01-121-5/+5
* hush: fix SEGV in % expansionDenis Vlasenko2009-04-261-10/+8
* hush: plug the leak of expanded heredocDenis Vlasenko2009-04-091-2/+1
* implement support for parameter substitution via #/% operatorsMike Frysinger2009-04-071-0/+141