summaryrefslogtreecommitdiff
path: root/coreutils/tail.c
Commit message (Expand)AuthorAgeFilesLines
...
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-8/+13
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-2/+1
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-1/+1
* Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley2006-01-301-21/+4
* - Stephane Billiart writes:Bernhard Reutner-Fischer2005-12-151-2/+2
* - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warningBernhard Reutner-Fischer2005-12-131-2/+4
* Add build options to control SuS compatability, allows numeric Glenn L McGrath2005-12-111-0/+2
* Very minor tweak to tail.Rob Landley2005-08-131-4/+1
* remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ...Mike Frysinger2005-07-261-8/+5
* applying fix for:Paul Fox2005-07-201-0/+12
* Manuel points out that if printf needs a flush to act like dprintf, the resultRob Landley2005-05-071-2/+1
* Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.Rob Landley2005-05-071-1/+2
* Patch from William Barsse to fix a segfault when multiple files are specified.Glenn L McGrath2004-09-301-0/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Move the tail -c option from FANCY_TAIL to the default tail, this makesGlenn L McGrath2003-10-311-16/+6
* trivial fix to make sure we have sufficient arguments beforeEric Andersen2003-03-281-4/+3
* Major coreutils update.Manuel Novoa III2003-03-191-164/+232
* Support the obsolete '+' optionGlenn L McGrath2002-12-231-4/+19
* Added include for isdigit(); simplified -<num> detectionRobert Griebl2002-05-271-1/+2
* SUpport old style -[::digit::] options for head and tailRobert Griebl2002-05-171-0/+5
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-6/+6
* Scrub up some function prototypes.Eric Andersen2001-10-181-1/+1
* A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>Eric Andersen2001-06-261-0/+4
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen2001-05-211-6/+6
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Another patch from Vladimir to eliminate obsolete junk.Eric Andersen2001-02-181-7/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai2001-02-051-2/+2
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+5
* Turned some #define constants into static const ints.Mark Whitley2001-01-051-2/+2
* Rewrote tail.Matt Kraai2001-01-051-253/+203
* Rewrote dd.Matt Kraai2000-12-181-34/+14
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Piss people off by removing [+-][0-9]+ options from tail.Matt Kraai2000-10-191-23/+3
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-131-6/+6
* Fixed misuse of type "char"Pavel Roskin2000-08-221-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen2000-08-021-24/+25
* Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen2000-08-021-74/+93
* Commit the rewrite of tail by Allen SoardEric Andersen2000-07-311-1119/+245
* Fixed a syntax error & superfluous param decl that was causing the build toMark Whitley2000-07-261-1/+1
* Fix some bitrot.Eric Andersen2000-07-261-7/+7
* Extract usage information into a separate file.Matt Kraai2000-07-161-34/+0
* More cleanups.Eric Andersen2000-07-141-12/+12
* 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
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-1/+1