summaryrefslogtreecommitdiff
path: root/head.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-4/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-4/+7
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-65/+69
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-2/+2
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-13/+15
* Make head --version do the right thing. Update TODO listErik Andersen1999-12-171-2/+1
* fixed an embarrasing segfault (head w/ no argsJohn Beppu1999-12-151-2/+3
* Fixed John's email address again.Eric Andersen1999-12-101-6/+6
* Implemented head(1).John Beppu1999-12-101-0/+106