aboutsummaryrefslogtreecommitdiff
path: root/libbb/xatonum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
| | | | | | | | | | | | function old new delta fiddle_sum 8 - -8 diffreg 2717 2690 -27 prepare 334 284 -50 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/2 up/down: 0/-85) Total: -85 bytes s/ATTRIBUTE_ALWAYS_INLINE/ALWAYS_INLINE/g
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-1/+2
| | | | xstrtou: disallow leading '+'
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-32/+0
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* small improvements in str -> num convertorsDenis Vlasenko2006-11-251-3/+13
|
* regularize str -> num convertorsDenis Vlasenko2006-11-251-0/+91