aboutsummaryrefslogtreecommitdiff
path: root/libbb/skip_whitespace.c
AgeCommit message (Expand)Author
2018-02-27libbb: Use return value from is_prefixed_with()Andy Shevchenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2009-10-22*: use better isspace implementationDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-09-25documentation bits in comments, no code changesDenis Vlasenko
2006-12-26leftover of e2fsck surgeryDenis Vlasenko
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2003-03-19Major coreutils update.Manuel Novoa III