summaryrefslogtreecommitdiff
path: root/libbb/get_line_from_file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath2003-09-161-2/+1
| | | | | or the posix standard. Put the cleanup code back the way it was.
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
|
* Major coreutils update.Manuel Novoa III2003-03-191-16/+32
|
* Treat NUL as the end-of-line.Matt Kraai2001-11-201-1/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+2
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+72
files. Clean up the resulting damage and fix up the makefile. -Erik