Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Make optional first line of control value text. | P. J. McDermott | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Make optional the space after ":" in control info. | P. J. McDermott | 2012-10-23 | 1 | -1/+2 |
| | |||||
* | Implement ob_substvars(). | P. J. McDermott | 2012-10-23 | 1 | -0/+54 |
| | |||||
* | Implement ob_set_substvar(). | P. J. McDermott | 2012-10-23 | 1 | -0/+30 |
| | |||||
* | Make optional params 3 & 4 of ob_parse_control(). | P. J. McDermott | 2012-10-23 | 1 | -20/+31 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Run control cb after continuation lines are found. | P. J. McDermott | 2012-10-03 | 1 | -7/+19 |
| | |||||
* | Fix old variable names in ob_parse_control(). | P. J. McDermott | 2012-10-02 | 1 | -4/+4 |
| | |||||
* | Fix an old variable name. | P. J. McDermott | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Fix uses of an old function name. | P. J. McDermott | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Factor out name of internal text domain. | P. J. McDermott | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Don't use the old "util" module. | P. J. McDermott | 2012-09-26 | 1 | -1/+0 |
| | |||||
* | Fix ob_use() arguments. | P. J. McDermott | 2012-09-26 | 1 | -3/+3 |
| | |||||
* | Return rather than print value in _ob_return. | P. J. McDermott | 2012-09-09 | 1 | -4/+8 |
| | | | | | Don't use _ob_return in command substitutions. Doing so unsets stack variables only in a subshell environment. | ||||
* | Use new stack MM in control module. | P. J. McDermott | 2012-09-08 | 1 | -28/+10 |
| | |||||
* | Use ob_use instead of . in all rewritten modules. | P. J. McDermott | 2012-09-08 | 1 | -3/+3 |
| | |||||
* | Set text domain before getting message strings. | P. J. McDermott | 2012-09-05 | 1 | -1/+8 |
| | |||||
* | Largely rewrite control library module. | P. J. McDermott | 2012-09-05 | 1 | -191/+97 |
| | |||||
* | Remove remaining (old) magic numbers from library. | P. J. McDermott | 2012-08-03 | 1 | -2/+0 |
| | |||||
* | Internationalize list item separator. | P. J. McDermott | 2012-08-02 | 1 | -1/+2 |
| | |||||
* | Fix problems is control parsing and generation. | P. J. McDermott | 2012-08-02 | 1 | -18/+25 |
| | |||||
* | Calculate installed size of packages. | P. J. McDermott | 2012-08-02 | 1 | -3/+32 |
| | |||||
* | Set more fields for "src:" binary packages. | P. J. McDermott | 2012-08-01 | 1 | -5/+14 |
| | |||||
* | Write oh_control_gen_*() and fix tr commands. | P. J. McDermott | 2012-08-01 | 1 | -2/+57 |
| | |||||
* | Report control file parse errors. | P. J. McDermott | 2012-08-01 | 1 | -11/+33 |
| | |||||
* | Write control library file. | P. J. McDermott | 2012-08-01 | 1 | -0/+126 |