Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / tee.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-17 Denys Vlasenkotypo fix
2010-09-09 Dan FandrichAvoid side effects in putc(), which may be implemented...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-07-16 Denis Vlasenkotee: fix infinite looping on open error (echo asd ...
2008-07-15 Denis Vlasenkotee: "-" is a name for stdout, handle it that way
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-20 Bernhard Reutner... - reuse retval for the option handling.
2006-11-25 Denis Vlasenkotee: fix bug: argv[-1] is a no-no!
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
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... 0_49
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).