summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich10-13/+31
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko11-105/+183
2009-11-04fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko2-8/+21
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-09-21update Glenn McGrath's email addressDenis Vlasenko15-16/+15
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko6-18/+24
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko17-52/+59
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko5-12/+12
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-30- very minor tweak: save 1 byte.Bernhard Reutner-Fischer1-65/+65
2006-01-30remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc..."Vladimir N. Oleynik"1-10/+4
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley5-71/+32
2005-12-11Add build options to control SuS compatability, allows numeric Glenn L McGrath5-1/+24
2005-12-10- remove unused variable have_read_stdinBernhard Reutner-Fischer1-8/+3
2005-12-08avoid mixed declarations, to support older compilers just a little longer.Paul Fox1-1/+2
2005-12-02Another cleanup patch that's been in my tree for a while. Again I think it'sRob Landley1-40/+14
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath19-25/+27
2003-04-27Use bb_xgetlargGlenn L McGrath1-9/+1
2003-04-27New applet, foldGlenn L McGrath5-0/+222