summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko3-44/+56
2011-04-16small fixes atop syslog config patchDenys Vlasenko4-9/+39
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko5-24/+0
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko3-115/+91
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko5-36/+155
2008-07-15libbb: document plans to speed up line-based inputDenis Vlasenko2-3/+15
2008-07-15libbb: experimental faster string reading routines.Denis Vlasenko2-1/+75
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko5-40/+48
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-01-17sed,get_line_from_file: improve commentsDenis Vlasenko2-19/+30
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko48-310/+310
2006-12-20less: somewhat buggy applet, but nice. Muchly reducedDenis Vlasenko3-214/+208
2006-12-02sed: improve handling of NULsDenis Vlasenko2-51/+69
2006-11-30passwd: rework:Denis Vlasenko5-296/+264
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-12cut, mount: small improvementsDenis Vlasenko4-30/+29
2006-10-01sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko4-20/+29
2006-06-10- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removedBernhard Reutner-Fischer1-9/+14
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-24A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley3-78/+50
2005-01-24Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley5-70/+351
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-09-16Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath5-29/+70
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-11-20Treat NUL as the end-of-line.Matt Kraai1-1/+1
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen47-2254/+3901