aboutsummaryrefslogtreecommitdiff
path: root/coreutils/head.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-03-02head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2008-11-11head: 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 appropriateDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko
2006-11-27Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko
2006-10-26rename functions to more understandable namesDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-27silly switch style fixDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-01-30support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)"Vladimir N. Oleynik"
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob 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 warningBernhard Reutner-Fischer
2005-12-11Add build options to control SuS compatability, allows numeric Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-05-27Added include for isdigit(); simplified -<num> detectionRobert Griebl
2002-05-17SUpport old style -[::digit::] options for head and tailRobert Griebl
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-06Use ferror(3) to check for errors, rather than inspecting errno. Thanks toMatt Kraai
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen