aboutsummaryrefslogtreecommitdiff
path: root/libbb/xatonum_template.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+4
|
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-14/+14
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* num conversions: allow for leading '+' (renice needs that)Denis Vlasenko2007-12-111-5/+7
|
* fix for suffix optimization (which was in previous commit)Denis Vlasenko2007-07-271-1/+1
|
* find: make -size match GNU findDenis Vlasenko2007-06-161-2/+2
|
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-3/+3
| | | | xstrtou: disallow leading '+'
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-0/+10
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* regularize str -> num convertorsDenis Vlasenko2006-11-251-0/+175