summaryrefslogtreecommitdiff
path: root/combine
AgeCommit message (Collapse)AuthorFilesLines
2012-04-09cleanupJoey Hess1-12/+12
2012-04-09combine: Avoid reading files twice, to support data coming from pipes. ↵Joey Hess1-3/+26
Closes: #667960 Thanks, Carsten Hey
2007-08-01* Add pointer to join from combine's man page. Closes: #435516joeyh1-0/+4
2006-11-26* Typo fixes from Ralf Wildenhues.joeyh1-2/+2
2006-07-26* combine: Man page improvements, to clarify even more that order doesjoeyh1-5/+7
matter and that the operations are not commutative. Closes: #361123 * combine: The behavior of "or" was fairly strange if lines were repeated in a file. Changed behavior to just print all lines from both files, even if this means printing dups. Not sure I like this behavior either, but it's consistent with the very useful behaviors of "and" and "not".
2006-06-28* ifdata: Fix bug in argument parsing that could make it segfault.joeyh1-1/+1
* combine: Allow operators to be written in any case.
2006-06-25* zrun: Add usage message.joeyh1-1/+1
2006-05-27releasing version 0.110.11joeyh1-1/+1
2006-03-08releasing version 0.50.5joeyh1-1/+2
2006-03-08* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.joeyh1-0/+137