summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko11-58/+22
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko1-22/+128
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko5-27/+40
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-06-02*: better string sharingDenys Vlasenko10-26/+22
2010-03-02head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2-34/+33
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2008-11-11head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko1-4/+4
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-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko11-25/+25
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-11-27Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko5-11/+13
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-09-27silly switch style fixDenis Vlasenko8-10/+10
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-01-30support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)"Vladimir N. Oleynik"1-0/+16
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley5-71/+32
2005-12-15- Stephane Billiart writes:Bernhard Reutner-Fischer2-3/+3
2005-12-13- wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warningBernhard Reutner-Fischer2-7/+11
2005-12-11Add build options to control SuS compatability, allows numeric Glenn L McGrath5-1/+24
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-05-27Added include for isdigit(); simplified -<num> detectionRobert Griebl2-2/+4
2002-05-17SUpport old style -[::digit::] options for head and tailRobert Griebl2-1/+11
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-08-06Use ferror(3) to check for errors, rather than inspecting errno. Thanks toMatt Kraai2-6/+2
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai20-108/+102
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai52-204/+185
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai5-103/+105
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
[next]