Denis Vlasenko
|
fe7cd642b0
|
don't pass argc in getopt32, it's superfluous
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes
text data bss dec hex filename
773469 1058 11092 785619 bfcd3 busybox_old
772644 1058 11092 784794 bf99a busybox_unstripped
|
2007-08-18 15:32:12 +00:00 |
|
Denis Vlasenko
|
f868963c67
|
multiplier suffixes are short, store them directly in struct suffix_mult
function old new delta
xstrtoul_range_sfx 226 217 -9
xstrtoull_range_sfx 291 280 -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-20) Total: -20 bytes
text data bss dec hex filename
669128 2668 13616 685412 a7564 busybox_old
669108 2668 13616 685392 a7550 busybox_unstripped
|
2007-07-27 15:06:25 +00:00 |
|
Denis Vlasenko
|
74324c8666
|
Audit bb_common_bufsiz usage, add script which looks for misuse.
tr: stop using globals needlessly.
code: -103 bytes
|
2007-06-04 10:16:52 +00:00 |
|
Denis Vlasenko
|
b6adbf1be2
|
usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
|
2007-05-26 19:00:18 +00:00 |
|
Bernhard Reutner-Fischer
|
0a537a0c57
|
- move additional fancy options not mandated by SUSv3 into a FANCY option
|
2007-03-28 16:48:40 +00:00 |
|
Denis Vlasenko
|
91dd275f05
|
split: let me join bikeshed painting frenzy :)
this one should be able to handle huge files.
text data bss dec hex filename
664 4 0 668 29c busybox.t0/coreutils/split.o
628 0 0 628 274 busybox.t1/coreutils/split.o
split_main 488 525 +37
suffix_len 4 - -4
next_file 77 - -77
(add/remove: 0/2 grow/shrink: 1/0 up/down: 37/-81) Total: -44 bytes
|
2007-03-26 20:15:40 +00:00 |
|
Bernhard Reutner-Fischer
|
576de34d1c
|
- check the suffix proper plus misc touch up
|
2007-03-26 18:19:29 +00:00 |
|
Bernhard Reutner-Fischer
|
b813eaff23
|
- implement suffices as required by SUSv3
- fix glitch in next_file (suffices were exhaused too early).
|
2007-03-26 14:28:12 +00:00 |
|
Bernhard Reutner-Fischer
|
cd43dfdeec
|
- shrink a tiny bit (-8b)
|
2007-03-26 10:46:31 +00:00 |
|
Bernhard Reutner-Fischer
|
10f8f5f443
|
- rough prototype for split(1). TODO: Still needs some love since it's way too big..
text data bss dec hex filename
602 4 0 606 25e coreutils/split.o
|
2007-03-25 21:50:18 +00:00 |
|