summaryrefslogtreecommitdiff
path: root/lib/ifile.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-18grep-dctrl: Hardcode default input file names.Antti-Juhani Kaijanaho1-1/+5
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>
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>
2008-07-05*/*.[ch]: Use the copyright symbol instead of (c) or (C).Antti-Juhani Kaijanaho1-1/+1
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-04-08GNUmakefile. ifile.c: start using -Werror, fix one warningAntti-Juhani Kaijanaho1-1/+1
2006-10-26create lib/, man/ and $(program)/Antti-Juhani Kaijanaho1-0/+149