Patch from Rogelio Serrano to defer checking whether the tty exists until
[oweals/busybox.git] / libbb / copyfd.c
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-13 Rob LandleyBug fix from Kim B. Heino, manifested via:
2006-01-31 "Vladimir N. Oleynik"avoid signed<->unsigned warning
2006-01-25 Tim Rikerjust whitespace
2005-11-12 Rob LandleyMy last change to this file broke tar x. Sigh. (Tryin...
2005-11-04 Rob LandleyFix bug 424: doing full_read breaks things like cat...
2005-11-04 Rob LandleyWhen cp ran out of space it didn't return a nonzero...
2005-04-27 Eric AndersenCorrect errors preventing busybox tar from working...
2005-04-16 Eric AndersenRework to fix bugs.uclibc.org/view.php?id=107
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-23 Glenn L McGrathbb_full_fd_action was incorrectly returning an error...
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2003-11-24 Glenn L McGrathWhen a size of 0 is passed to copyfd_size, dont do...
2003-11-22 Glenn L McGrathFix warning
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-13 Glenn L McGrathMerge copyfd and copy_file_chunk
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-05-18 Matt KraaiRewrote copyfd to use library functions, terminate...
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...