summaryrefslogtreecommitdiff
path: root/join.c
Commit message (Collapse)AuthorAgeFilesLines
* Import join from OpenBSDSam Thursfield2013-01-101-0/+679
join is in GNU coreutils, but not in Busybox. It is needed by GNUlib, which is needed in turn to build coreutils. Extracting join from coreutils is a huge task, but the BSD implementation is very clean so we can use it to break the circular dependency.