summaryrefslogtreecommitdiff
path: root/coreutils/head.c
Commit message (Expand)AuthorAgeFilesLines
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-3/+1
* head: support -n -NUM and -c -NUMDenys Vlasenko2013-02-251-22/+128
* head,tail: use common suffix struct. simplify help text.Denys Vlasenko2013-02-251-14/+13
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+20
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: better string sharingDenys Vlasenko2010-06-021-1/+1
* head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2010-03-021-6/+0
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* head: report file open errors with exitcode 1 (was happily returning 0)Denis Vlasenko2008-11-111-4/+4
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-5/+5
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-221-3/+3
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-271-3/+2
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-4/+5
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-19/+17
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-6/+1
* support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)"Vladimir N. Oleynik"2006-01-301-0/+16
* Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley2006-01-301-16/+3
* - Stephane Billiart writes:Bernhard Reutner-Fischer2005-12-151-1/+1
* - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warningBernhard Reutner-Fischer2005-12-131-5/+7
* Add build options to control SuS compatability, allows numeric Glenn L McGrath2005-12-111-0/+3
* Major coreutils update.Manuel Novoa III2003-03-191-59/+95
* Added include for isdigit(); simplified -<num> detectionRobert Griebl2002-05-271-1/+2
* SUpport old style -[::digit::] options for head and tailRobert Griebl2002-05-171-1/+6
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+2
* Use ferror(3) to check for errors, rather than inspecting errno. Thanks toMatt Kraai2001-08-061-3/+1
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-2/+2
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-1/+1
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Rewrote head to perservere when it can't open a file, and share codeMatt Kraai2000-09-271-50/+43
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-2/+2
* Extract usage information into a separate file.Matt Kraai2000-07-161-12/+1