- f193aea tail: do not lose the tail of old file if new file (-F) is detected by Denys Vlasenko · 3 years, 6 months ago
- e0ea125 tail: fix typo in variable name by Denys Vlasenko · 3 years, 6 months ago
- b9258b8 head,tail: trim --help text by Denys Vlasenko · 3 years, 6 months ago
- ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 8 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 1bdbf26 tail: adjust help/usage texts by Cristian Ionescu-Idbohrn · 11 years ago
- 6493801 tail compat: fix header printing for tail -f by Bartosz Golaszewski · 11 years ago
- c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
- d87fcd4 tail: code shrink by Denys Vlasenko · 11 years ago
- 6651e42 tail: track file size only in -f mode by Denys Vlasenko · 11 years ago
- 3305c00 tail: make help text for -n +N syntax more correct by Denys Vlasenko · 12 years ago
- af0255f head,tail: use common suffix struct. simplify help text. by Denys Vlasenko · 12 years ago
- 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
- 0851d12 tail: fix -c +N. Closes 4111 by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 9e933d9 tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. by Denys Vlasenko · 14 years ago
- 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
- 2348e09 tail: free tailbuf upon cleaning up by Alexander Shishkin · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- 6eaeb77 tailk: fix error detected by testsuite by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 79b021d tail: read only a portion of a file if it's huge. closes bug 551 by Denys Vlasenko · 15 years ago
- a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
- 3b5a664 tail: implement -F by Eric Lammerts · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 3603cd2 tail: fix tail +N syntax not working. Closes bug 221. by Denis Vlasenko · 16 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
- e8419c9 tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 226002e tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ by Denis Vlasenko · 17 years ago
- 368a12e tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 18 years ago
- ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
- d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
- 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
- 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
- ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
- e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
- 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
- 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago
- b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
- 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
- f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
- 9a14bd0 - Stephane Billiart writes: Fix the compilation of head and tail. by Bernhard Reutner-Fischer · 19 years ago
- 5816ccb - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning by Bernhard Reutner-Fischer · 19 years ago
- 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
- 58a651b Very minor tweak to tail. by Rob Landley · 19 years ago
- dbc049f remove unused variable ret as reported by apgo in Bug 350 and touchup syntax along the way by Mike Frysinger · 19 years ago
- 4905434 applying fix for: by Paul Fox · 19 years ago
- b9dfb8c Manuel points out that if printf needs a flush to act like dprintf, the result by Rob Landley · 20 years ago
- cce1ae2 Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. by Rob Landley · 20 years ago
- f86391e Patch from William Barsse to fix a segfault when multiple files are specified. by Glenn L McGrath · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 4ef5a84 Move the tail -c option from FANCY_TAIL to the default tail, this makes by Glenn L McGrath · 21 years ago
- b5b5ac3 trivial fix to make sure we have sufficient arguments before by Eric Andersen · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 76ff0da Support the obsolete '+' option by Glenn L McGrath · 22 years ago
- 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 23 years ago
- 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
- ce98c19 A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> by Eric Andersen · 23 years ago
- 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 24 years ago
- 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 963791a Another patch from Vladimir to eliminate obsolete junk. by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- eb60d8b Turned some #define constants into static const ints. by Mark Whitley · 24 years ago
- 55bccf3 Rewrote tail. by Matt Kraai · 24 years ago
- 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago