aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tee.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+17
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+13
* typo fixDenys Vlasenko2010-10-171-1/+1
* Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-091-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-1/+0
* tee: fix infinite looping on open error (echo asd | tee "")Denis Vlasenko2008-07-161-1/+3
* tee: "-" is a name for stdout, handle it that wayDenis Vlasenko2008-07-151-4/+7
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - reuse retval for the option handling.Bernhard Reutner-Fischer2007-01-201-5/+5
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-251-38/+38
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-5/+1
* If read were to return with an error, bad things would happen. Fix it.Manuel Novoa III2004-05-261-2/+6
* Use STDIN_FILENO rather than '0'Eric Andersen2004-05-261-1/+1
* Rob Landley writes:Eric Andersen2004-05-261-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Disable any buffering to stdoutEric Andersen2003-10-221-0/+1
* Major coreutils update.Manuel Novoa III2003-03-191-33/+82
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+1
* Use wfopen instead of fopen & error_msg, saves 64 bytesGlenn L McGrath2001-10-051-2/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-1/+1
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Rewritten by mistake.Matt Kraai2000-08-281-88/+32
* Extract usage information into a separate file.Matt Kraai2000-07-161-13/+1
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+5
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
* My latest ramblings.Erik Andersen2000-03-231-2/+4
* + changed a static array (FileList) into a dynamically allocated oneJohn Beppu2000-03-081-2/+9
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-65/+64