summaryrefslogtreecommitdiff
path: root/libbb/get_line_from_file.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-171-34/+8
* small fixes atop syslog config patchDenys Vlasenko2011-04-161-1/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-5/+0
* optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko2008-08-091-7/+23
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-091-1/+42
* libbb: document plans to speed up line-based inputDenis Vlasenko2008-07-151-2/+13
* libbb: experimental faster string reading routines.Denis Vlasenko2008-07-151-0/+70
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-3/+2
* style fixes. No code changesDenis Vlasenko2007-04-121-4/+5
* sed,get_line_from_file: improve commentsDenis Vlasenko2007-01-171-2/+3
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* less: somewhat buggy applet, but nice. Muchly reducedDenis Vlasenko2006-12-201-2/+2
* sed: improve handling of NULsDenis Vlasenko2006-12-021-5/+5
* passwd: rework:Denis Vlasenko2006-11-301-7/+7
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-2/+2
* cut, mount: small improvementsDenis Vlasenko2006-10-121-0/+1
* sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko2006-10-011-3/+3
* - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removedBernhard Reutner-Fischer2006-06-101-9/+14
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
* A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley2006-02-241-46/+20
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley2005-01-241-1/+7
* 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
* 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
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+72