summaryrefslogtreecommitdiff
path: root/libbb/copy_file_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
* Copy files until EOF, not the reported file size, to deal with bad sizes inMatt Kraai2001-06-111-27/+35
* Change size to unsinged long long, so if -1 is passed it will read as much as...Glenn L McGrath2001-04-121-1/+4
* remove unused clearerr statementsGlenn L McGrath2001-04-121-2/+0
* copy_file_chunk uses streams now.Glenn L McGrath2001-04-111-15/+20
* A first pass at making D_FILE_OFFSET_BITS=64 work, fromEric Andersen2001-04-051-2/+2
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+60