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