summaryrefslogtreecommitdiff
path: root/libbb/print_file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This patch from Adam Heath <doogie@debian.org>, makes print_fileEric Andersen2001-05-151-5/+2
| | | | (used by cat, grep, sed, etc) quite a bit faster.
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-12/+17
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+59
files. Clean up the resulting damage and fix up the makefile. -Erik