| Commit message (Expand) | Author | Age | Files | Lines |
* | *: --help tweaks | Denys Vlasenko | 2021-06-13 | 1 | -2/+2 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -8/+8 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | expr: make it NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -2/+5 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -5/+5 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -4/+21 |
* | fix "aloc" -> "alloc" typos | Denys Vlasenko | 2016-09-17 | 1 | -2/+2 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -1/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -1/+2 |
* | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -0/+3 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+35 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 1 | -1/+1 |
* | more C standard compat fixes from Dan Fandrich | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | expr: a bit more robust handling of regexps with groups (closes bug 87) | Denis Vlasenko | 2009-03-03 | 1 | -6/+6 |
* | expr: on error, exit with exitcode 2 | Denis Vlasenko | 2008-11-11 | 1 | -7/+4 |
* | expr: fix comparisons 'a < b' where we were overflowing a-b | Denis Vlasenko | 2008-04-02 | 1 | -87/+84 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-08-13 | 1 | -2/+0 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -4/+3 |
* | expr: small code shrink | Denis Vlasenko | 2007-07-01 | 1 | -4/+7 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | add some missed statics on constant objects. | Denis Vlasenko | 2007-04-08 | 1 | -1/+1 |
* | - use bb_error_msg | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -1/+1 |
* | - use xregcomp. Untested. vda, isn't there a regfree missing here? | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -2/+2 |
* | - remove some unneeded forward declarations. No obj-code changes. | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -30/+26 |
* | - remove args from bss, minor misc shrinkage while at it. | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -40/+45 |
* | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko | 2007-03-08 | 1 | -8/+8 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 1 | -4/+4 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 1 | -1/+1 |
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -0/+2 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | 2006-08-28 | 1 | -211/+195 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -11/+5 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -14/+1 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | 2006-01-30 | 1 | -2/+4 |
* | support 64 arith. Close bug 136 | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -18/+33 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -1/+1 |
* | Patch from Shaun Jackman: | Rob Landley | 2005-05-09 | 1 | -22/+15 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -11/+11 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Use bb_xstrdup() instead of strdup(). | Manuel Novoa III | 2004-02-01 | 1 | -1/+1 |
* | Be stricter when converting strings to integers. Should fix the problem | Manuel Novoa III | 2004-01-25 | 1 | -9/+11 |
* | Patch from Jean Wolter | Glenn L McGrath | 2003-09-08 | 1 | -1/+1 |