don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / tail.c
2001-06-26 Eric AndersenA patch from Erik Meusel <erik@wh58-709.st.uni-magdebur...
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenAnother patch from Vladimir to eliminate obsolete junk.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-05 Matt KraaiMake suffix_mult structures const. Thanks to Vladimir...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-05 Mark WhitleyTurned some #define constants into static const ints.
2001-01-05 Matt KraaiRewrote tail.
2000-12-18 Matt KraaiRewrote dd.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-10-19 Matt KraaiPiss people off by removing [+-][0-9]+ options from...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-22 Pavel RoskinFixed misuse of type "char"
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenCleaner way to handle -NUM and +NUM, reduces the mem...
2000-08-02 Eric AndersenUpdate to the tail rewrite by "Allen Soard" <esp-softwa...
2000-07-31 Eric AndersenCommit the rewrite of tail by Allen Soard
2000-07-26 Mark WhitleyFixed a syntax error & superfluous param decl that...
2000-07-26 Eric AndersenFix some bitrot.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenMore cleanups.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-06 Erik AndersenSome more minor updates to better use some gcc attributes.
2000-02-18 Erik AndersenSome updates for the day,
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-12-09 Eric AndersenTail now works (costs 6k). Several other updates.
1999-12-08 Eric AndersenLatest and greatest