aboutsummaryrefslogtreecommitdiff
path: root/head.c
AgeCommit message (Collapse)Author
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
-Erik
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
1999-12-17Make head --version do the right thing. Update TODO listErik Andersen
-Erik
1999-12-15 fixed an embarrasing segfault (head w/ no argsJohn Beppu
used to die (but now it lives))
1999-12-10Fixed John's email address again.Eric Andersen
John. Your email address is "john@lineo.com" not @line.com. :) -Erik
1999-12-10 Implemented head(1).John Beppu
tried to mimic GNU behaviour.