aboutsummaryrefslogtreecommitdiff
path: root/shell/match.c
AgeCommit message (Expand)Author
2018-03-02hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko
2018-03-02shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko
2010-09-12shell/match.c: shrink by dropping double bool inversionDenys Vlasenko
2010-09-04hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko
2010-09-04hush: fix handling of backslashes in variable assignmentDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-12shell: split read builtin from ashDenys Vlasenko
2009-04-26hush: fix SEGV in % expansionDenis Vlasenko
2009-04-09hush: plug the leak of expanded heredocDenis Vlasenko
2009-04-07implement support for parameter substitution via #/% operatorsMike Frysinger