summaryrefslogtreecommitdiff
path: root/head.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-65/+69
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-2/+2
| | | | -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-13/+15
| | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
* Make head --version do the right thing. Update TODO listErik Andersen1999-12-171-2/+1
| | | | -Erik
* fixed an embarrasing segfault (head w/ no argsJohn Beppu1999-12-151-2/+3
| | | | used to die (but now it lives))
* Fixed John's email address again.Eric Andersen1999-12-101-6/+6
| | | | | John. Your email address is "john@lineo.com" not @line.com. :) -Erik
* Implemented head(1).John Beppu1999-12-101-0/+106
tried to mimic GNU behaviour.