Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */local.mk, */*/local.mk: Use "%reldir%" | P. J. McDermott | 2017-07-22 | 1 | -7/+7 |
| | | | | | Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>. | ||||
* | cmd/version: s/PACKAGE_NAME/PACKAGE/ | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Switch to using GNU Autoconf and Automake | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | include: Don't print list of included files | P. J. McDermott | 2015-05-25 | 1 | -1/+1 |
| | | | | This is a small bug introduced in commit 85645cd. | ||||
* | Move package removal message. | P. J. McDermott | 2014-04-30 | 1 | -3/+0 |
| | | | | Also, make it a little more verbose. | ||||
* | Move suite-related messages. | P. J. McDermott | 2014-04-30 | 2 | -4/+0 |
| | |||||
* | Internationalize copyright and license notice. | P. J. McDermott | 2013-10-12 | 1 | -6/+2 |
| | |||||
* | process-incoming: Add missing return. | P. J. McDermott | 2013-10-12 | 1 | -0/+2 |
| | |||||
* | Move init() and fini() calls into commands. | P. J. McDermott | 2013-10-12 | 5 | -0/+20 |
| | | | | Now locking really isn't done for help and version commands. | ||||
* | help: Change "local cmd" to "local cmd=". | P. J. McDermott | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | help: Remove unused variable. | P. J. McDermott | 2013-10-12 | 1 | -1/+0 |
| | |||||
* | OPTSTRING: New global variable. | P. J. McDermott | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | Print option arguments in help output. | P. J. McDermott | 2013-10-12 | 1 | -3/+1 |
| | |||||
* | help: Document options. | P. J. McDermott | 2013-10-11 | 1 | -0/+8 |
| | |||||
* | version: New command. | P. J. McDermott | 2013-10-11 | 2 | -0/+31 |
| | |||||
* | process-incoming: Remove processed files. | P. J. McDermott | 2013-10-11 | 1 | -1/+8 |
| | |||||
* | remove-suite: Implement. | P. J. McDermott | 2013-07-28 | 2 | -1/+41 |
| | |||||
* | copy-suite: Implement. | P. J. McDermott | 2013-07-28 | 2 | -1/+49 |
| | |||||
* | process-incoming: Verify pathname expansion. | P. J. McDermott | 2013-07-28 | 1 | -0/+3 |
| | |||||
* | process-incoming: Use new "include" lib module. | P. J. McDermott | 2013-07-27 | 1 | -1/+2 |
| | |||||
* | include: Rewrite against new library module. | P. J. McDermott | 2013-07-27 | 1 | -114/+3 |
| | |||||
* | generate-index: Remove. | P. J. McDermott | 2013-07-27 | 2 | -60/+0 |
| | |||||
* | remove: Implement. | P. J. McDermott | 2013-07-27 | 2 | -1/+43 |
| | |||||
* | Better organize help command translatable strings. | P. J. McDermott | 2013-07-16 | 1 | -2/+2 |
| | |||||
* | include: Really only cat DB file if it exists. | P. J. McDermott | 2013-07-16 | 1 | -6/+8 |
| | |||||
* | process-incoming: Implement. | P. J. McDermott | 2013-07-16 | 2 | -1/+34 |
| | |||||
* | generate-index: Remove useless use() call. | P. J. McDermott | 2013-07-16 | 1 | -1/+0 |
| | |||||
* | include: Sort and uniq cmd_include_feeds. | P. J. McDermott | 2013-07-16 | 1 | -0/+2 |
| | |||||
* | include: Clear cmd_include_feeds once. | P. J. McDermott | 2013-07-16 | 1 | -1/+2 |
| | |||||
* | include: Add trailing newline to control files. | P. J. McDermott | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | cmd_generate_index(): Fix missing dir separator. | P. J. McDermott | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | include: Fix call to cmd_generate_index(). | P. J. McDermott | 2013-07-16 | 1 | -3/+6 |
| | |||||
* | generate-index: Implement. | P. J. McDermott | 2013-07-16 | 2 | -4/+36 |
| | |||||
* | Make archive var global. | P. J. McDermott | 2013-07-16 | 1 | -3/+0 |
| | |||||
* | generate-index: New command. | P. J. McDermott | 2013-07-16 | 2 | -1/+29 |
| | |||||
* | include: Update indices. | P. J. McDermott | 2013-07-16 | 1 | -4/+10 |
| | |||||
* | include: Clean up output. | P. J. McDermott | 2013-07-16 | 1 | -7/+3 |
| | |||||
* | include: Split cmd_include_main() into a new func. | P. J. McDermott | 2013-07-16 | 1 | -57/+64 |
| | |||||
* | include: Remove old versions of packages. | P. J. McDermott | 2013-07-16 | 1 | -0/+7 |
| | |||||
* | include: Refactor. | P. J. McDermott | 2013-07-16 | 1 | -42/+45 |
| | |||||
* | include: Make a pool database. | P. J. McDermott | 2013-07-16 | 1 | -1/+10 |
| | |||||
* | include: Use ${component} in ${feed}. | P. J. McDermott | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | include: Copy referenced files into the pool. | P. J. McDermott | 2013-07-16 | 1 | -9/+19 |
| | |||||
* | include: Extract and write control information. | P. J. McDermott | 2013-07-16 | 1 | -0/+15 |
| | |||||
* | include: Properly parse 1.0-format changes files. | P. J. McDermott | 2013-07-16 | 1 | -11/+38 |
| | |||||
* | include: Collect some fields. | P. J. McDermott | 2013-07-14 | 1 | -5/+23 |
| | |||||
* | include: Print parsed changes files. | P. J. McDermott | 2013-07-14 | 1 | -1/+18 |
| | |||||
* | Internationalize the rest of the help message. | P. J. McDermott | 2013-07-14 | 1 | -1/+2 |
| | |||||
* | help, include: Don't call cmd_{summary,usage}(). | P. J. McDermott | 2013-07-14 | 2 | -6/+0 |
| | |||||
* | print_cmd_usage(): Implement and use. | P. J. McDermott | 2013-07-12 | 1 | -1/+5 |
| |