index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
xatonum.c
Age
Commit message (
Expand
)
Author
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2016-12-12
df: implement -B n<suff> and -B <suff> formats of -B option
Denys Vlasenko
2015-03-22
truncate: new applet
Ari Sundholm
2015-03-22
dd: move suffix struct to xatonum.c
Ari Sundholm
2013-07-13
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-06-12
diff: shrink code (-85 bytes):
Denis Vlasenko
2006-12-16
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-11-27
safe_strtoXX interface proved to be a bit unconvenient.
Denis Vlasenko
2006-11-25
small improvements in str -> num convertors
Denis Vlasenko
2006-11-25
regularize str -> num convertors
Denis Vlasenko