aboutsummaryrefslogtreecommitdiff
path: root/libbb/xatonum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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