summaryrefslogtreecommitdiffstats
path: root/lib/common.sh
Commit message (Expand)AuthorAgeFilesLines
* _ob_validate_var_name(): Check for empty var namePatrick McDermott2019-03-181-1/+1
* _ob_validate_var_name(): Abort on missing argumentPatrick McDermott2019-03-181-1/+4
* _OB_LF: Make publicPatrick McDermott2019-03-171-1/+1
* lib/, locale/, tests/: Update copyright yearsPatrick McDermott2019-03-161-1/+1
* _ob_abort(): New internal function to crash hardPatrick McDermott2019-03-131-0/+7
* _OB_LF: Define and use newline constantPatrick McDermott2019-01-051-0/+3
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-241-9/+9
* libopkbuild: Drop include guardsPatrick McDermott2018-12-221-3/+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
* _ob_local(), _ob_return(): Remove.feature/remove-_ob_localP. J. McDermott2013-08-181-29/+0
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
* More properly set IFS to its default value.P. J. McDermott2012-10-091-1/+2
* Protect library functions from IFS changes.P. J. McDermott2012-10-091-0/+9
* Fix _ob_local().P. J. McDermott2012-10-041-1/+1
* Add a function to validate shell variable names.P. J. McDermott2012-09-281-0/+10
* Return rather than print value in _ob_return.P. J. McDermott2012-09-091-3/+1
* Make sure that _ob_return only unsets variables.P. J. McDermott2012-09-081-1/+1
* Implement _ob_local and _ob_return.P. J. McDermott2012-09-081-0/+42