summaryrefslogtreecommitdiff
path: root/lib/atom.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Bug #652034: Handle multiple instances of the same field gracefully.Antti-Juhani Kaijanaho1-18/+18
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>
2011-10-19Move atom into its own lib module.Antti-Juhani Kaijanaho1-0/+171
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>