Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Standardize use of quotes in code style. | P. J. McDermott | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Return rather than print value in _ob_return. | P. J. McDermott | 2012-09-09 | 1 | -3/+6 |
| | | | | | Don't use _ob_return in command substitutions. Doing so unsets stack variables only in a subshell environment. | ||||
* | Make the load module use common module's stack MM. | P. J. McDermott | 2012-09-08 | 1 | -7/+8 |
| | |||||
* | Implement ob_use. | P. J. McDermott | 2012-09-07 | 1 | -0/+44 |