summaryrefslogtreecommitdiff
path: root/join-dctrl
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10Include config.hIgor Pashev1-0/+3
2012-06-09lib/fsaf.c and others: Remove mmap support (recognize but ignore --mmap).Antti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2012-06-08Add -Wextra to non-package builds (and clean up the resulting warnings).Antti-Juhani Kaijanaho1-19/+19
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-07-23Importing 2.18ubuntu1Antti-Juhani Kaijanaho1-1/+1
2009-12-12Update FSF address in license blurbs all over the source tree.Antti-Juhani Kaijanaho1-3/+3
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-08-08join-dctrl/join-dctrl.c: Avoid a compiler warningAntti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2008-07-05msg.[ch] (and others): allow the message functions to handle format stringsAntti-Juhani Kaijanaho1-17/+17
There are some places in the code where it would simplify both the code and the translations to have message strings be printf-formatted. This change changes the message function interfaces so that they can take a variable number of arguments. This required changes at all call sites. At the same time, the key logic of the message functions is moved out of the headers, leaving only the "shall we output this" test for inlining. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-12-06Fix git ignore targetsJon Bernard1-0/+3
Files listed in .gitignore should not list files that are generated in specific subdirectories. Add them in the ".gitignore" file in that subdirectory instead. For example, having "grep-dctrl" in ".gitignore" causes the directory "grep-dctrl" and all of its contents to be ignored, rather than the executable which was intended. Signed-off-by: Jon Bernard <jbernard@debian.org>
2007-08-05join-dctrl: new option '-a'Antti-Juhani Kaijanaho1-42/+87
With this new option, join-dctrl solves the following longstanding wishlist item. Closes: #136097 (grep-dctrl: Merging status and available would be helpful) Requested by Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
2007-04-11new program join-dctrlAntti-Juhani Kaijanaho1-0/+322