Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _ob_get_msg(): New internal function | Patrick McDermott | 2019-03-11 | 1 | -15/+3 |
| | | | | Use it in _ob_*_msg(). | ||||
* | _ob_*_msg(): New internal functions | Patrick McDermott | 2019-03-11 | 1 | -1/+43 |
| | |||||
* | ob_error(), ob_warn(), ob_info(): Note preceding text in @stderr doc cmd | Patrick McDermott | 2018-12-27 | 1 | -3/+6 |
| | |||||
* | ob_warn(), ob_info(): Document | Patrick McDermott | 2018-12-27 | 1 | -0/+18 |
| | |||||
* | ob_error(): Document | Patrick McDermott | 2018-12-27 | 1 | -1/+12 |
| | |||||
* | libopkbuild: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
| | |||||
* | libopkbuild: Drop include guards | Patrick McDermott | 2018-12-22 | 1 | -3/+0 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -2/+0 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2013-08-18 | 1 | -2/+2 |
| | | | | This is one step toward adding `set -u` to opkbuild. | ||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Print informational messages to STDERR. | P. J. McDermott | 2012-10-03 | 1 | -6/+3 |
| | |||||
* | Print errors and warnings on STDERR. | P. J. McDermott | 2012-10-02 | 1 | -6/+6 |
| | |||||
* | Use ob_use instead of . in all rewritten modules. | P. J. McDermott | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Move and partially rewrite output library module. | P. J. McDermott | 2012-09-04 | 1 | -0/+61 |