summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add sys/types.h include for building with muslHEADmasterRichard Dale2015-03-261-0/+1
| | | | Change-Id: I74b1af3b3a26846f1540f6b79d4f28b9ff0f8cc5
* Fix EOF bug in reimplementation of fgetline()Sam Thursfield2013-01-251-1/+1
|
* Rename morphology to mini-utilsSam Thursfield2013-01-111-1/+1
|
* Add morphologySam Thursfield2013-01-101-0/+9
|
* Add MakefileSam Thursfield2013-01-101-0/+4
|
* 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.