summaryrefslogtreecommitdiff
path: root/sort-dctrl
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10Include config.hIgor Pashev1-0/+4
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-7/+7
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2010-09-11tbl-dctrl: Figure out the fields from the input if no '-c' is given.Antti-Juhani Kaijanaho1-2/+2
Closes: #596424 reported by myself 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>
2009-12-05Fix Debian bug #559543.Antti-Juhani Kaijanaho1-3/+8
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-08-08Fix Debian bug #511022.Antti-Juhani Kaijanaho1-0/+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-5/+5
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-11-07Fix Debian bug #440348Antti-Juhani Kaijanaho1-0/+7
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2007-08-05Update copyright linesAntti-Juhani Kaijanaho1-1/+1
2007-04-08grep-dctrl: new option --invert-show (-I)Antti-Juhani Kaijanaho1-2/+2
Closes: #144174 (please provide a --filter-fields option of some sort) Reported by Yann Dirson <dirson@debian.org> Merged with #264905 (show all fields except FIELD,FIELD,...) Reported by Dan Jacobson <jidanni@jidanni.org>
2006-10-26create lib/, man/ and $(program)/Antti-Juhani Kaijanaho1-0/+177