summaryrefslogtreecommitdiff
path: root/tail.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-6/+6
| | | | segfaulting or handling errors the same way themselves.
* Fixed misuse of type "char"Pavel Roskin2000-08-221-1/+1
|
* Some #include updates.Eric Andersen2000-08-101-1/+0
| | | | -Erik
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen2000-08-021-24/+25
| | | | -Erik
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen2000-08-021-74/+93
| | | | -Erik
* Commit the rewrite of tail by Allen SoardEric Andersen2000-07-311-1119/+245
| | | | | | <esp-software@mail.hypermart.net>. Thanks Allen for you work at getting this into shape, -Erik
* Fixed a syntax error & superfluous param decl that was causing the build toMark Whitley2000-07-261-1/+1
| | | | fail.
* Fix some bitrot.Eric Andersen2000-07-261-7/+7
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-34/+0
|
* More cleanups.Eric Andersen2000-07-141-12/+12
| | | | -Erik
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-3/+2
|
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-1/+1
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-8/+15
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Some accrued fixes/updates.Erik Andersen2000-05-011-2/+4
| | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet
* Some more minor updates to better use some gcc attributes.Erik Andersen2000-04-061-0/+2
| | | | -Erik
* Some updates for the day,Erik Andersen2000-02-181-1/+1
| | | | -Erik
* UpdatesErik Andersen2000-02-111-7/+8
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-941/+848
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-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 Andersen2000-01-251-23/+423
| | | | -Erik
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-0/+1
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-091-111/+65
| | | | -Erik
* Latest and greatestEric Andersen1999-12-081-0/+955