summaryrefslogtreecommitdiff
path: root/libbb/xatonum.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-0/+19
* truncate: new appletAri Sundholm2015-03-221-1/+3
* dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-0/+19
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-0/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-1/+2
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-32/+0
* small improvements in str -> num convertorsDenis Vlasenko2006-11-251-3/+13
* regularize str -> num convertorsDenis Vlasenko2006-11-251-0/+91