Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-22 | *: remove last function calls to isspace | Denys Vlasenko | |
function old new delta xstrtoul_range_sfx 232 231 -1 xstrtoull_range_sfx 295 293 -2 trim 82 80 -2 trim_trailing_spaces_and_print 57 52 -5 isspace 18 - -18 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-25 | flash_lock, flash_unlock: new applets | Denys Vlasenko | |
By Thierry Reding (thierry.reding AT avionic-design.de) Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-12-07 | Fix forgotten license comments | Denis Vlasenko | |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | |
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | |||
2007-12-11 | num conversions: allow for leading '+' (renice needs that) | Denis Vlasenko | |
2007-07-27 | fix for suffix optimization (which was in previous commit) | Denis Vlasenko | |
2007-06-16 | find: make -size match GNU find | Denis Vlasenko | |
2006-12-16 | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | |
xstrtou: disallow leading '+' | |||
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | |
Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | |||
2006-11-25 | regularize str -> num convertors | Denis Vlasenko | |