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