summaryrefslogtreecommitdiff
path: root/tbl-dctrl
AgeCommit message (Collapse)AuthorFilesLines
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-10/+10
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2012-06-07Switch from mblen to mbrlen in tbl-dctrl.c.Antti-Juhani Kaijanaho1-8/+13
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2011-12-14Bug #652034: Handle multiple instances of the same field gracefully.Antti-Juhani Kaijanaho1-2/+2
For grep-dctrl, this means having -F search for all of the same-name fields disjunctively. The -s option selects all same-name fields for printing. For the other tools, all but the first are ignored. No string changes, so committing to maint-2.20 for release with 2.20.1. 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-5/+22
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-12tbl-dctrl (linewrap): Force a line break where the field has one.Antti-Juhani Kaijanaho1-0/+7
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-12-12tbl-dctrl: Fix field line length detection for multi-line fieldsAntti-Juhani Kaijanaho1-3/+9
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-01-06tbl-dctrl.c [linewrap]: Do not include the breakpoint in the next line.Antti-Juhani Kaijanaho1-1/+1
Closes: #508953 (when greping through source packages, tbl-control can't list Files Reported by Gerfried Fuchs <rhonda@debian.at>. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
2009-01-06tbl-dctrl.c [linewrap]: Clarify.Antti-Juhani Kaijanaho1-12/+17
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-6/+6
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-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>
2007-02-03tbl-dctrl: new option '-H'Antti-Juhani Kaijanaho1-17/+26
Closes: #326660 (Please add option to tbl-dctrl to not print any title) Reported by Frank Lichtenheld <djpig@debian.org>.
2006-10-26create lib/, man/ and $(program)/Antti-Juhani Kaijanaho1-0/+426