aboutsummaryrefslogtreecommitdiff
path: root/head.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract usage information into a separate file.kraai2000-07-161-12/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use errorMsg rather than fprintf.kraai2000-07-141-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+2
| | | | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-4/+7
| | | | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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