summaryrefslogtreecommitdiffstats
path: root/lib/common.sh
Commit message (Collapse)AuthorAgeFilesLines
* lib/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-061-1/+1
| | | | Also update copyright years.
* Add missing ".sh" to file headers.P. J. McDermott2014-03-011-1/+1
| | | | | All source files were renamed two years ago in e206c66, but the headers were never updated.
* lib/common.sh: Add "set -u".P. J. McDermott2014-02-261-0/+2
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-261-2/+2
| | | | This is one step toward adding `set -u` to opkhelper utilities.
* oh_set_text_domain(): Rename and remove parameter.P. J. McDermott2014-02-251-4/+1
|
* oh_init(): Don't call oh_set_locale_path().P. J. McDermott2014-02-251-1/+0
| | | | The value used here isn't different from the default.
* oh_init(): Remove ob_*() calls.P. J. McDermott2014-02-251-3/+0
|
* oh_init(): Use new locale functions.P. J. McDermott2014-02-251-0/+3
|
* oh_init(): s/ob_use output/oh_use output/.P. J. McDermott2014-02-241-1/+1
| | | | | libopkbuild's locale module still runs `ob_use output`, so now we have both ob_error() etc. and oh_error() etc.
* _ob_local(), _ob_return(): Remove.P. J. McDermott2014-01-201-30/+1
|
* Move common load/init logic into libopkhelper.P. J. McDermott2012-10-221-0/+12
|
* Add "common" and "load" library modules.P. J. McDermott2012-10-211-0/+50