summaryrefslogtreecommitdiff
path: root/lib/predicate.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-08Add -Wextra to non-package builds (and clean up the resulting warnings).Antti-Juhani Kaijanaho1-6/+6
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-10-20Rewrite the paragraph logic to use a tree structure.Antti-Juhani Kaijanaho1-68/+144
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-10-19Move atom into its own lib module.Antti-Juhani Kaijanaho1-150/+5
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-8/+10
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-04-16grep-dctrl: add new mode for exact package name matchingStefano Zacchiroli1-2/+16
Add to grep-dctrl the new matching mode --whole-pkg / -w. It behaves as -e (extended regexp matching), but matches over exact package names, thus avoiding sub-package name matching. Closes: #383921 Signed-off-by: Stefano Zacchiroli <zack@debian.org>
2008-07-05msg.[ch] (and others): allow the message functions to handle format stringsAntti-Juhani Kaijanaho1-4/+4
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-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-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/+241