aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tail.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-2/+2
* Piss people off by removing [+-][0-9]+ options from tail.kraai2000-10-191-23/+3
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-6/+6
* Fixed misuse of type "char"proski2000-08-221-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.andersen2000-08-021-24/+25
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>andersen2000-08-021-74/+93
* Commit the rewrite of tail by Allen Soardandersen2000-07-311-1119/+245
* Fixed a syntax error & superfluous param decl that was causing the build tomarkw2000-07-261-1/+1
* Fix some bitrot.andersen2000-07-261-7/+7
* Extract usage information into a separate file.kraai2000-07-161-34/+0
* More cleanups.andersen2000-07-141-12/+12
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-021-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-8/+15
* Some accrued fixes/updates.erik2000-05-011-2/+4
* Some more minor updates to better use some gcc attributes.erik2000-04-061-0/+2
* Some updates for the day,erik2000-02-181-1/+1
* Updateserik2000-02-111-7/+8
* Some formatting updates (ran the code through indent)erik2000-02-081-941/+848
* A few minor updates. ;-)erik2000-02-071-1/+1
* Some busybox updates. See the changelog for details if you care.erik2000-01-251-23/+423
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-0/+1
* Tail now works (costs 6k). Several other updates.andersen1999-12-091-111/+65
* Latest and greatestandersen1999-12-081-0/+955