aboutsummaryrefslogtreecommitdiff
path: root/head.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some formatting updates (ran the code through indent)erik2000-02-081-65/+69
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-071-1/+1
| | | | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. See the changelog for details if you care.erik2000-01-251-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * added (and documented) "-n" option for head -erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make head --version do the right thing. Update TODO listerik1999-12-171-2/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@244 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fixed an embarrasing segfault (head w/ no argsbeppu1999-12-151-2/+3
| | | | | | | used to die (but now it lives)) git-svn-id: svn://busybox.net/trunk/busybox@233 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed John's email address again.andersen1999-12-101-6/+6
| | | | | | | | John. Your email address is "john@lineo.com" not @line.com. :) -Erik git-svn-id: svn://busybox.net/trunk/busybox@200 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implemented head(1).beppu1999-12-101-0/+106
tried to mimic GNU behaviour. git-svn-id: svn://busybox.net/trunk/busybox@197 69ca8d6d-28ef-0310-b511-8ec308f3f277