aboutsummaryrefslogtreecommitdiff
path: root/coreutils/head.c
AgeCommit message (Expand)Author
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
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen
1999-12-15 fixed an embarrasing segfault (head w/ no argsJohn Beppu
1999-12-10Fixed John's email address again.Eric Andersen
1999-12-10 Implemented head(1).John Beppu