summaryrefslogtreecommitdiff
path: root/tee.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-101-36/+24
* changed tee_usage from being a function to a char[]John Beppu1999-12-101-20/+11
* Fix beppu's email address.Eric Andersen1999-12-101-2/+2
* Implemented tee(1).John Beppu1999-12-101-0/+147