Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Fix quoting in ob_get_msg(). | P. J. McDermott | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Factor out name of internal text domain. | P. J. McDermott | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | Fix ob_use() arguments. | P. J. McDermott | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Return rather than print value in _ob_return. | P. J. McDermott | 2012-09-09 | 1 | -11/+22 |
| | | | | | Don't use _ob_return in command substitutions. Doing so unsets stack variables only in a subshell environment. | ||||
* | Use new stack MM in locale module. | P. J. McDermott | 2012-09-08 | 1 | -18/+19 |
| | |||||
* | Use ob_use instead of . in all rewritten modules. | P. J. McDermott | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | Implement ob_set_locale_path. | P. J. McDermott | 2012-09-08 | 1 | -1/+20 |
| | |||||
* | Add ob_get_text_domain. | P. J. McDermott | 2012-09-04 | 1 | -0/+10 |
| | |||||
* | Change ob_add_text_domain to ob_set_text_domain. | P. J. McDermott | 2012-09-04 | 1 | -16/+26 |
| | | | | Also add ob_get_msg. | ||||
* | Remove ob_set_locale and add ob_add_text_domain. | P. J. McDermott | 2012-09-04 | 1 | -33/+30 |
| | |||||
* | Clean up "stack variables". | P. J. McDermott | 2012-09-04 | 1 | -0/+5 |
| | |||||
* | Partially rewrite locale library module. | P. J. McDermott | 2012-09-04 | 1 | -22/+46 |
| | |||||
* | 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 |