| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -9/+9 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -1/+1 |
* | 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 | -0/+9 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+10 |
* | Marked some more applets NOEXEC/NOFORK | Dan Fandrich | 2010-10-01 | 1 | -0/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma... | Denys Vlasenko | 2010-01-04 | 1 | -73/+88 |
* | fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) | Denys Vlasenko | 2009-11-04 | 1 | -8/+7 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -16/+13 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -1/+1 |
* | update Glenn McGrath's email address | Denis Vlasenko | 2007-09-21 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | random shrinkage of statics, -60 bytes saved | Denis Vlasenko | 2007-06-21 | 1 | -4/+3 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | 2006-12-22 | 1 | -1/+1 |
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -8/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | - very minor tweak: save 1 byte. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -65/+65 |
* | remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc... | "Vladimir N. Oleynik" | 2006-01-30 | 1 | -10/+4 |
* | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley | 2006-01-30 | 1 | -16/+16 |
* | Add build options to control SuS compatability, allows numeric | Glenn L McGrath | 2005-12-11 | 1 | -0/+3 |
* | - remove unused variable have_read_stdin | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -8/+3 |
* | avoid mixed declarations, to support older compilers just a little longer. | Paul Fox | 2005-12-08 | 1 | -1/+2 |
* | Another cleanup patch that's been in my tree for a while. Again I think it's | Rob Landley | 2005-12-02 | 1 | -40/+14 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Use bb_xgetlarg | Glenn L McGrath | 2003-04-27 | 1 | -9/+1 |
* | New applet, fold | Glenn L McGrath | 2003-04-27 | 1 | -0/+202 |