summaryrefslogtreecommitdiff
path: root/grep-dctrl/rc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-18grep-dctrl: Hardcode default input file names.Antti-Juhani Kaijanaho1-197/+0
Until now, grep-dctrl has used a configuration file to determine which input file it should use by default. Originally, this was motivated by a desire not to step too much into the toes of dpkg maintainers - it allowed the fiction that this package doesn't in fact depend on dpkg's internal interfaces. Over the last decade, however, this consideration has became essentially moot, and the status and available files are effectively public interfaces. Now, theoretically, this configurability could be in use by someone. However, the same functionality is available by using shell functions and shell scripts. I twice called for actual use cases for this feature, explicitly threatening to remove this feature if nobody stepped up. Nobody did. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-08(en) Runtime strings review by Justin B RyeDavid Prévot1-1/+1
<20111208103543.GA24436@xibalba.demon.co.uk>
2011-07-23Importing 2.18ubuntu1Antti-Juhani Kaijanaho1-9/+9
2009-12-12Update FSF address in license blurbs all over the source tree.Antti-Juhani Kaijanaho1-4/+3
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-12/+15
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>
2008-07-05grep-dctrl/rc.c, lib/msg.c: Recode to UTF-8Antti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-08-05Update copyright linesAntti-Juhani Kaijanaho1-12/+1
2006-10-26create lib/, man/ and $(program)/Antti-Juhani Kaijanaho1-0/+206