summaryrefslogtreecommitdiff
path: root/coreutils/tail.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-4/+5
* tail: fix fallout from tail -c optimizationDenis Vlasenko2008-03-231-13/+9
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-3/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-13/+9
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-191-37/+42
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko2007-10-051-2/+2
* tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko2007-10-021-7/+14
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* tail: fix SEGV on "tail -N"Denis Vlasenko2007-05-081-5/+11
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* - minor shrinkageBernhard Reutner-Fischer2007-04-041-26/+21
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* - remove nested function. Saves ~30 bytes.Bernhard Reutner-Fischer2007-01-241-11/+11
* - small size tweakBernhard Reutner-Fischer2007-01-201-1/+1
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-021-1/+1
* tail: -50 text bytesDenis Vlasenko2006-12-221-88/+48
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-221-2/+2
* tail: fix tail +NDenis Vlasenko2006-12-211-11/+9
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-7/+0
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+2
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-271-5/+4
* 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