Age | Commit message (Expand) | Author |
2022-01-18 | libbb: shrink lineedit_read_key() | Denys Vlasenko |
2021-06-02 | head,tail: trim --help text | Denys Vlasenko |
2021-04-14 | *: --help text tweaks | Denys Vlasenko |
2021-02-03 | libbb: introduce and use fputs_stdout | Ron Yorston |
2018-12-28 | config: update size information | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2016-11-23 | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko |
2013-07-13 | Commonalize typical [b,]k,m suffix struct | Denys Vlasenko |
2013-02-25 | head: support -n -NUM and -c -NUM | Denys Vlasenko |
2013-02-25 | head,tail: use common suffix struct. simplify help text. | 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-06-02 | *: better string sharing | Denys Vlasenko |
2010-03-02 | head,tail: trim help text; make suffixes unconditional for head too | Denys Vlasenko |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2008-11-11 | head: report file open errors with exitcode 1 (was happily returning 0) | Denis 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-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-27 | multiplier suffixes are short, store them directly in struct suffix_mult | 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-11-27 | Provide our own isdigit macro. saves more than 400 bytes. | 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-09-27 | silly switch style fix | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-01-30 | support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024) | "Vladimir N. Oleynik" |
2006-01-30 | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley |
2005-12-15 | - Stephane Billiart writes: | Bernhard Reutner-Fischer |
2005-12-13 | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning | Bernhard Reutner-Fischer |
2005-12-11 | Add build options to control SuS compatability, allows numeric | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-05-27 | Added include for isdigit(); simplified -<num> detection | Robert Griebl |
2002-05-17 | SUpport old style -[::digit::] options for head and tail | Robert Griebl |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-06 | Use ferror(3) to check for errors, rather than inspecting errno. Thanks to | Matt Kraai |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |