Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Print parsed dep, reducing arches if host given. | P. J. McDermott | 2012-09-09 | 1 | -1/+13 |
| | |||||
* | Fix substring pattern in dependency parsing. | P. J. McDermott | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Only set arch qual if it exists in dependency. | P. J. McDermott | 2012-09-09 | 1 | -1/+3 |
| | |||||
* | Return rather than print value in _ob_return. | P. J. McDermott | 2012-09-09 | 6 | -33/+61 |
| | | | | | Don't use _ob_return in command substitutions. Doing so unsets stack variables only in a subshell environment. | ||||
* | Unify dependency component variable setting. | P. J. McDermott | 2012-09-09 | 1 | -16/+14 |
| | |||||
* | Build only the files that currently exist. | P. J. McDermott | 2012-09-09 | 1 | -1/+4 |
| | |||||
* | Fix sed command in lib/Makefile.in. | P. J. McDermott | 2012-09-09 | 1 | -2/+2 |
| | |||||
* | Use new stack MM in deps module. | P. J. McDermott | 2012-09-08 | 1 | -31/+16 |
| | |||||
* | Use new stack MM in changelog module. | P. J. McDermott | 2012-09-08 | 1 | -39/+14 |
| | |||||
* | Use new stack MM in control module. | P. J. McDermott | 2012-09-08 | 1 | -28/+10 |
| | |||||
* | 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 | 4 | -8/+8 |
| | |||||
* | Make sure that _ob_return only unsets variables. | P. J. McDermott | 2012-09-08 | 1 | -1/+1 |
| | | | | | | | | According to POSIX.1-2008, some conformant shells might try to unset a function if: 1. Neither -f nor -v is specified and 2. A variable by a specified name does not exist. | ||||
* | Make the load module use common module's stack MM. | P. J. McDermott | 2012-09-08 | 1 | -7/+8 |
| | |||||
* | Implement ob_set_locale_path. | P. J. McDermott | 2012-09-08 | 1 | -1/+20 |
| | |||||
* | Implement _ob_local and _ob_return. | P. J. McDermott | 2012-09-08 | 1 | -0/+42 |
| | |||||
* | Implement ob_use. | P. J. McDermott | 2012-09-07 | 1 | -0/+44 |
| | |||||
* | Implement ob_parse_dep, _ob_dep_arch_is_concerned. | P. J. McDermott | 2012-09-07 | 1 | -0/+185 |
| | | | | Also, begin ob_reduce_deps. | ||||
* | Set text domain before getting message strings. | P. J. McDermott | 2012-09-05 | 2 | -2/+26 |
| | |||||
* | Largely rewrite changelog library module. | P. J. McDermott | 2012-09-05 | 1 | -123/+174 |
| | |||||
* | Largely rewrite control library module. | P. J. McDermott | 2012-09-05 | 1 | -191/+97 |
| | |||||
* | 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 |
| | |||||
* | Add "libopkbuild" macro to build system. | P. J. McDermott | 2012-09-04 | 1 | -2/+3 |
| | |||||
* | Clean up "stack variables". | P. J. McDermott | 2012-09-04 | 1 | -0/+5 |
| | |||||
* | Move and partially rewrite output library module. | P. J. McDermott | 2012-09-04 | 1 | -45/+21 |
| | |||||
* | Partially rewrite locale library module. | P. J. McDermott | 2012-09-04 | 1 | -22/+46 |
| | |||||
* | Update makefiles for opkbuild 3.0.0. | P. J. McDermott | 2012-09-04 | 1 | -8/+7 |
| | |||||
* | Remove remaining (old) magic numbers from library. | P. J. McDermott | 2012-08-03 | 4 | -8/+0 |
| | |||||
* | Better describe paths in output of object targets. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Get rid of old INSTALL macros. | P. J. McDermott | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | Fix case of libdir makefile macro. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Portably install, set better file modes. | P. J. McDermott | 2012-08-02 | 1 | -1/+3 |
| | | | | | | | The install utility is not required by POSIX, and it's easily replaced by mkdir, cp, and chmod. Libraries, locales, and manual pages should not be executable. | ||||
* | Fix oh_cache() read/write behavior. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Write oh_cache(). | P. J. McDermott | 2012-08-02 | 2 | -0/+38 |
| | |||||
* | 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 |
| | |||||
* | Don't separate expect string into fields. | P. J. McDermott | 2012-08-02 | 1 | -5/+5 |
| | |||||
* | Prevent field splitting on usage and help strings. | P. J. McDermott | 2012-08-02 | 1 | -2/+14 |
| | |||||
* | Fix some problems with locale loading. | P. J. McDermott | 2012-08-02 | 1 | -4/+3 |
| | |||||
* | Update lib and man input makefiles. | P. J. McDermott | 2012-08-02 | 1 | -22/+26 |
| | |||||
* | Start rewriting build system. | P. J. McDermott | 2012-08-02 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Remove obsolete library files. | P. J. McDermott | 2012-08-01 | 2 | -160/+0 |
| | |||||
* | 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 |
| | |||||
* | Fix eval commands. | P. J. McDermott | 2012-08-01 | 1 | -2/+2 |
| |