Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-04 | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | |
tr: stop using globals needlessly. code: -103 bytes | |||
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-03-28 | - move additional fancy options not mandated by SUSv3 into a FANCY option | Bernhard Reutner-Fischer | |
2007-03-26 | split: let me join bikeshed painting frenzy :) | Denis Vlasenko | |
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 | - check the suffix proper plus misc touch up | Bernhard Reutner-Fischer | |
2007-03-26 | - implement suffices as required by SUSv3 | Bernhard Reutner-Fischer | |
- fix glitch in next_file (suffices were exhaused too early). | |||
2007-03-26 | - shrink a tiny bit (-8b) | Bernhard Reutner-Fischer | |
2007-03-25 | - rough prototype for split(1). TODO: Still needs some love since it's way ↵ | Bernhard Reutner-Fischer | |
too big.. text data bss dec hex filename 602 4 0 606 25e coreutils/split.o |