Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shell/match.c: shrink by dropping double bool inversion | Denys Vlasenko | 2010-09-12 | 1 | -6/+4 |
* | hush: optimize #[#] and %[%] for speed. size -2 bytes. | Denys Vlasenko | 2010-09-04 | 1 | -44/+62 |
* | hush: fix handling of backslashes in variable assignment | Denys Vlasenko | 2010-09-04 | 1 | -20/+14 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | shell: split read builtin from ash | Denys Vlasenko | 2010-01-12 | 1 | -5/+5 |
* | hush: fix SEGV in % expansion | Denis Vlasenko | 2009-04-26 | 1 | -10/+8 |
* | hush: plug the leak of expanded heredoc | Denis Vlasenko | 2009-04-09 | 1 | -2/+1 |
* | implement support for parameter substitution via #/% operators | Mike Frysinger | 2009-04-07 | 1 | -0/+141 |