summaryrefslogtreecommitdiff
path: root/libbb/full_write.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen2003-10-091-1/+1
| | | | | full_write to use safe_write internally, which is needed to guarantee proper behavior, i.e. when writing to a pipe.
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+66
files. Clean up the resulting damage and fix up the makefile. -Erik