Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-12 | shell/match.c: shrink by dropping double bool inversion | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||
2010-09-04 | hush: optimize #[#] and %[%] for speed. size -2 bytes. | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||
2010-09-04 | hush: fix handling of backslashes in variable assignment | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko | |
This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-01-12 | shell: split read builtin from ash | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-26 | hush: fix SEGV in % expansion | Denis Vlasenko | |
function old new delta expand_variables 2203 2217 +14 | |||
2009-04-09 | hush: plug the leak of expanded heredoc | Denis Vlasenko | |
2009-04-07 | implement support for parameter substitution via #/% operators | Mike Frysinger | |