aboutsummaryrefslogtreecommitdiff
path: root/libbb/parse_number.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-50/+0
|
* random style fixesDenis Vlasenko2006-10-031-2/+2
|
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* More extern removal from Robert P. Day.Rob Landley2006-03-291-1/+0
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-45/+39
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+74
files. Clean up the resulting damage and fix up the makefile. -Erik