aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tee.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* - reuse retval for the option handling.aldot2007-01-201-5/+5
* tee: fix bug: argv[-1] is a no-no!vda2006-11-251-38/+38
* rename functions to more understandable namesvda2006-10-261-1/+1
* remove bb_printf and the likevda2006-10-261-3/+3
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-5/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-14/+1
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-5/+1
* If read were to return with an error, bad things would happen. Fix it.mjn32004-05-261-2/+6
* Use STDIN_FILENO rather than '0'andersen2004-05-261-1/+1
* Rob Landley writes:andersen2004-05-261-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Disable any buffering to stdoutandersen2003-10-221-0/+1
* Major coreutils update.mjn32003-03-191-33/+82
* Major rework of the directory structure and the entire build system.andersen2001-10-241-2/+1
* Use wfopen instead of fopen & error_msg, saves 64 bytesbug12001-10-051-2/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-1/+1
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Rewritten by mistake.kraai2000-08-281-88/+32
* Extract usage information into a separate file.kraai2000-07-161-13/+1
* Use errorMsg rather than fprintf.kraai2000-07-141-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+2
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+5
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+2
* My latest ramblings.erik2000-03-231-2/+4
* + changed a static array (FileList) into a dynamically allocated onebeppu2000-03-081-2/+9
* Some formatting updates (ran the code through indent)erik2000-02-081-65/+64
* A few minor updates. ;-)erik2000-02-071-1/+1
* Added poweroff (and adjusted init to use it). Inlined functionandersen1999-12-101-36/+24
* changed tee_usage from being a function to a char[]beppu1999-12-101-20/+11
* Fix beppu's email address.andersen1999-12-101-2/+2
* Implemented tee(1).beppu1999-12-101-0/+147