Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 1 | -10/+9 |
| | | | | | Put big scary warnings in relevant places. | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | 2006-09-27 | 1 | -5/+5 |
| | | | | Few bugs are now exposed... | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | Re-wordwrap the new tests, and fix seq.c to pass them. | Rob Landley | 2006-04-27 | 1 | -7/+5 |
| | |||||
* | Fix "seq 1 1". | Rob Landley | 2006-03-22 | 1 | -2/+2 |
| | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | "sed 2 -2 10" was very unhappy. Made the thing bigger fixing it, | Rob Landley | 2006-02-23 | 1 | -31/+22 |
| | | | | fiddled a bit to get the size back down as much as I could... | ||||
* | Patch from Felipe Kellermann, fix endless loop when first > last and | Glenn L McGrath | 2004-07-23 | 1 | -6/+13 |
| | | | | increment > 0. | ||||
* | Jean Wolter writes: | Eric Andersen | 2004-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Hello, when calling seq with seq 1 1 it generates an "endless" list of numbers until the counter wraps and reaches 1 again. The follwoing small patch should introduce the expected behavior (output of 1 and termination): regards, Jean | ||||
* | New applet, seq. No options, just the basics. | Glenn L McGrath | 2004-01-27 | 1 | -0/+44 |