OSDN Git Service

When setting an environment variable by piping something into grep, backquotes
[android-x86/external-busybox.git] / coreutils / tee.c
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2004-05-26 Manuel Novoa III If read were to return with an error, bad things would...
2004-05-26 Eric AndersenUse STDIN_FILENO rather than '0'
2004-05-26 Eric AndersenRob Landley writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-10-22 Eric AndersenDisable any buffering to stdout
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-05 Glenn L McGrathUse wfopen instead of fopen & error_msg, saves 64 bytes
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-28 Matt KraaiRewritten by mistake.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-08 John Beppu+ changed a static array (FileList) into a dynamically...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-12-10 Eric AndersenAdded poweroff (and adjusted init to use it). Inlined...
1999-12-10 John Beppu changed tee_usage from being a function to a char[]
1999-12-10 Eric AndersenFix beppu's email address.
1999-12-10 John Beppu Implemented tee(1).