Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new build system macros in source files. | P. J. McDermott | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | lib/locale.sh: Improve [ cmds with unset vars. | P. J. McDermott | 2014-02-26 | 1 | -3/+3 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2014-02-26 | 1 | -2/+2 |
| | | | | This is one step toward adding `set -u` to opkhelper utilities. | ||||
* | oh_load_locale() Simplify warning message. | P. J. McDermott | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | oh_load_locale(): Remove an old comment. | P. J. McDermott | 2014-02-25 | 1 | -2/+0 |
| | |||||
* | oh_set_text_domain(): Rename and remove parameter. | P. J. McDermott | 2014-02-25 | 1 | -7/+1 |
| | |||||
* | lib/locale.sh: Remove unused functions. | P. J. McDermott | 2014-02-25 | 1 | -25/+0 |
| | |||||
* | oh_get_msg(): Use printf instead of echo. | P. J. McDermott | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Remove unused _OH_INTERNAL_TEXT_DOMAIN variable. | P. J. McDermott | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | lib/locale.sh: New file. | P. J. McDermott | 2014-02-25 | 1 | -0/+121 |
| | |||||
* | Delete opkhelper library. | P. J. McDermott | 2012-10-09 | 1 | -57/+0 |
| | | | | libopkbuild.1 is the library now. | ||||
* | Fix some problems with locale loading. | P. J. McDermott | 2012-08-02 | 1 | -4/+3 |
| | |||||
* | Always load at least the default locale. | P. J. McDermott | 2012-08-01 | 1 | -0/+2 |
| | |||||
* | Set locale parameters in oh_locale_set(). | P. J. McDermott | 2012-08-01 | 1 | -3/+9 |
| | |||||
* | Prevent double execution/inclusion. | P. J. McDermott | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | Remove a spare line break from the locale library. | P. J. McDermott | 2012-08-01 | 1 | -1/+0 |
| | |||||
* | Fix substring patterns in oh_locale_set(). | P. J. McDermott | 2012-07-31 | 1 | -4/+4 |
| | |||||
* | Support locale setting. | P. J. McDermott | 2012-07-31 | 1 | -0/+48 |