summaryrefslogtreecommitdiff
path: root/libbb/platform.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2014-04-131-0/+18
* vasprintf: return -1 on strdup failureDenys Vlasenko2013-02-101-1/+1
* vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko2013-02-071-3/+5
* platform.c: provide getline implementationTimo Teras2011-06-291-0/+29
* straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2011-04-171-3/+3
* Move stpcpy replacement function into libbbDan Fandrich2011-02-131-0/+11
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* Added code for nonstandard function strsep()Dan Fandrich2010-06-191-0/+27
* libbb: fix vasprintf implementationDenys Vlasenko2009-11-171-1/+2
* Add more compat code for non GNU environmentsDan Fandrich2009-11-011-8/+59
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-271-0/+57