Age | Commit message (Expand) | Author |
---|---|---|
2018-03-02 | hush: fix a='a\\'; echo "${a%\\\\}" | Denys Vlasenko |
2018-03-02 | shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests | Denys Vlasenko |
2010-09-12 | shell/match.c: shrink by dropping double bool inversion | Denys Vlasenko |
2010-09-04 | hush: optimize #[#] and %[%] for speed. size -2 bytes. | Denys Vlasenko |
2010-09-04 | hush: fix handling of backslashes in variable assignment | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-01-12 | shell: split read builtin from ash | Denys Vlasenko |
2009-04-26 | hush: fix SEGV in % expansion | Denis Vlasenko |
2009-04-09 | hush: plug the leak of expanded heredoc | Denis Vlasenko |
2009-04-07 | implement support for parameter substitution via #/% operators | Mike Frysinger |