summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2015-03-22truncate: new appletAri Sundholm2-1/+4
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm3-25/+26
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko11-58/+22
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko11-67/+69
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko8-42/+41
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko16-280/+145
2006-11-25small improvements in str -> num convertorsDenis Vlasenko3-9/+25
2006-11-25regularize str -> num convertorsDenis Vlasenko6-271/+362