summaryrefslogtreecommitdiff
path: root/lib/sorter.c
AgeCommit message (Collapse)AuthorFilesLines
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-05msg.[ch] (and others): allow the message functions to handle format stringsAntti-Juhani Kaijanaho1-3/+3
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-10export para_compare from lib/sorter.[ch]Antti-Juhani Kaijanaho1-9/+14
2006-10-26create lib/, man/ and $(program)/Antti-Juhani Kaijanaho1-0/+85