summaryrefslogtreecommitdiff
path: root/libbb/skip_whitespace.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-19/+4
| | | | that and callers wind up typecasting it back.
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Major coreutils update.Manuel Novoa III2003-03-191-0/+33