Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -65/+69 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -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 Andersen | 2000-01-25 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 1 | -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 list | Erik Andersen | 1999-12-17 | 1 | -2/+1 |
| | | | | -Erik | ||||
* | fixed an embarrasing segfault (head w/ no args | John Beppu | 1999-12-15 | 1 | -2/+3 |
| | | | | used to die (but now it lives)) | ||||
* | Fixed John's email address again. | Eric Andersen | 1999-12-10 | 1 | -6/+6 |
| | | | | | John. Your email address is "john@lineo.com" not @line.com. :) -Erik | ||||
* | Implemented head(1). | John Beppu | 1999-12-10 | 1 | -0/+106 |
tried to mimic GNU behaviour. |