summaryrefslogtreecommitdiffstats
path: root/lib/output.sh
Commit message (Collapse)AuthorAgeFilesLines
* ob_error(), ob_warn(), ob_info(): Fix formattingPatrick McDermott2019-03-171-3/+6
|
* ob_error(), ob_warn(), ob_info(): Fix _ob_get_msg() callsPatrick McDermott2019-03-171-3/+3
|
* Fix missing "()" after function names in @detailsPatrick McDermott2019-03-141-4/+3
| | | | | Also fix function name in ob_get_system_plat()'s @details and update ob_error()'s @details.
* ob_error(): Update @pure doc commandPatrick McDermott2019-03-141-1/+1
|
* ob_error(), ob_warn(), ob_info(): Make @stderr doc cmds more consistentPatrick McDermott2019-03-141-6/+5
|
* ob_error(): Make non-fatalPatrick McDermott2019-03-131-3/+2
|
* libopkbuild: Abort on invalid function argumentsPatrick McDermott2019-03-131-6/+6
| | | | | | | | | | Shift arguments and abort instead of returning 125. Incorrect numbers of function arguments suggest application/library incompatibilities or serious errors by the application developer. Either way, the application developer should be made immediately aware of this (and not allowed to simply not check return values), and continuing to run and handle any further API calls may be unsafe.
* lib/output.sh: Update copyright yearsPatrick McDermott2019-03-121-1/+1
| | | | Approximately none of the 2012 code remains.
* ob_error(), ob_warn(), ob_info(): InternationalizePatrick McDermott2019-03-121-3/+3
|
* ob_error(), ob_warn(), ob_info(): RewritePatrick McDermott2019-03-121-17/+12
|
* _ob_get_msg(): New internal functionPatrick McDermott2019-03-111-15/+3
| | | | Use it in _ob_*_msg().
* _ob_*_msg(): New internal functionsPatrick McDermott2019-03-111-1/+43
|
* ob_error(), ob_warn(), ob_info(): Note preceding text in @stderr doc cmdPatrick McDermott2018-12-271-3/+6
|
* ob_warn(), ob_info(): DocumentPatrick McDermott2018-12-271-0/+18
|
* ob_error(): DocumentPatrick McDermott2018-12-271-1/+12
|
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-241-9/+9
|
* libopkbuild: Drop include guardsPatrick McDermott2018-12-221-3/+0
|
* ob_use(): RemovePatrick McDermott2018-12-221-2/+0
|
* lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2013-08-181-2/+2
| | | | This is one step toward adding `set -u` to opkbuild.
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Print informational messages to STDERR.P. J. McDermott2012-10-031-6/+3
|
* Print errors and warnings on STDERR.P. J. McDermott2012-10-021-6/+6
|
* Use ob_use instead of . in all rewritten modules.P. J. McDermott2012-09-081-1/+1
|
* Move and partially rewrite output library module.P. J. McDermott2012-09-041-0/+61