Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/othervise/otherwise/g | Denis Vlasenko | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174 | Denis Vlasenko | 2008-07-18 | 1 | -8/+22 |
| | | | | | | | | | function old new delta bb_strtol 82 85 +3 handle_errors 75 66 -9 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 3/-9) Total: -6 bytes | ||||
* | bb_strtoXXX: close bug 4174 (potential use of buf[-1]) | Denis Vlasenko | 2008-07-17 | 1 | -6/+5 |
| | |||||
* | sleep: if FANCY && DESKTOP, support fractional seconds, minutes, | Denis Vlasenko | 2008-07-12 | 1 | -30/+0 |
| | | | | | | | | | | | | | | | | | hours and so on. It's coreutils compat. bloatcheck is atrocious :( function old new delta sleep_main 71 362 +291 bb_strtod - 127 +127 make_device 1269 1294 +25 getoptscmd 708 713 +5 switch_root_main 402 401 -1 display_speed 90 85 -5 show_entry 295 289 -6 parse_expr 841 833 -8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/4 up/down: 448/-20) Total: 428 bytes | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -7/+7 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -0/+1 |
| | |||||
* | fix bug in new str -> num convertors | Denis Vlasenko | 2006-11-28 | 1 | -4/+12 |
| | |||||
* | svn add bb_strtonum.c :( | Denis Vlasenko | 2006-11-27 | 1 | -0/+147 |