summaryrefslogtreecommitdiff
path: root/head.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.