| Commit message (Expand) | Author | Age | Files | Lines |
* | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 1 | -4/+5 |
* | tail: fix fallout from tail -c optimization | Denis Vlasenko | 2008-03-23 | 1 | -13/+9 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -3/+2 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -13/+9 |
* | tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) | Denis Vlasenko | 2008-02-19 | 1 | -37/+42 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ | Denis Vlasenko | 2007-10-05 | 1 | -2/+2 |
* | tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) | Denis Vlasenko | 2007-10-02 | 1 | -7/+14 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko | 2007-07-27 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | tail: fix SEGV on "tail -N" | Denis Vlasenko | 2007-05-08 | 1 | -5/+11 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | - minor shrinkage | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -26/+21 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -11/+11 |
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 |
* | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | 2007-01-02 | 1 | -1/+1 |
* | tail: -50 text bytes | Denis Vlasenko | 2006-12-22 | 1 | -88/+48 |
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | 2006-12-22 | 1 | -2/+2 |
* | tail: fix tail +N | Denis Vlasenko | 2006-12-21 | 1 | -11/+9 |
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -7/+0 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -2/+2 |
* | Provide our own isdigit macro. saves more than 400 bytes. | Denis Vlasenko | 2006-11-27 | 1 | -5/+4 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | 2006-08-28 | 1 | -8/+13 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -2/+1 |
* | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley | 2006-01-30 | 1 | -21/+4 |
* | - Stephane Billiart writes: | Bernhard Reutner-Fischer | 2005-12-15 | 1 | -2/+2 |
* | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning | Bernhard Reutner-Fischer | 2005-12-13 | 1 | -2/+4 |
* | Add build options to control SuS compatability, allows numeric | Glenn L McGrath | 2005-12-11 | 1 | -0/+2 |
* | Very minor tweak to tail. | Rob Landley | 2005-08-13 | 1 | -4/+1 |
* | remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ... | Mike Frysinger | 2005-07-26 | 1 | -8/+5 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+12 |
* | Manuel points out that if printf needs a flush to act like dprintf, the result | Rob Landley | 2005-05-07 | 1 | -2/+1 |
* | Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. | Rob Landley | 2005-05-07 | 1 | -1/+2 |
* | Patch from William Barsse to fix a segfault when multiple files are specified. | Glenn L McGrath | 2004-09-30 | 1 | -0/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Move the tail -c option from FANCY_TAIL to the default tail, this makes | Glenn L McGrath | 2003-10-31 | 1 | -16/+6 |
* | trivial fix to make sure we have sufficient arguments before | Eric Andersen | 2003-03-28 | 1 | -4/+3 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -164/+232 |
* | Support the obsolete '+' option | Glenn L McGrath | 2002-12-23 | 1 | -4/+19 |
* | Added include for isdigit(); simplified -<num> detection | Robert Griebl | 2002-05-27 | 1 | -1/+2 |
* | SUpport old style -[::digit::] options for head and tail | Robert Griebl | 2002-05-17 | 1 | -0/+5 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -6/+6 |
* | Scrub up some function prototypes. | Eric Andersen | 2001-10-18 | 1 | -1/+1 |