| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-09-10 | 1 | -1/+3 |
|\ |
|
| * | libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file() | Denys Vlasenko | 2018-09-02 | 1 | -1/+1 |
| * | Revert "libbb: remove unnecessary variable in xmalloc_fgets" | Denys Vlasenko | 2018-09-02 | 1 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -7/+8 |
|\| |
|
| * | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 1 | -1/+1 |
| * | sed: prevent overflow of length from bb_get_chunk_from_file | Quentin Rameau | 2018-04-01 | 1 | -4/+7 |
| * | libbb: remove unnecessary variable in xmalloc_fgets | Quentin Rameau | 2018-04-01 | 1 | -3/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-11-03 | 1 | -1/+0 |
|\| |
|
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
* | | Strip trailing CR in xmalloc_fgetline | Ron Yorston | 2012-04-02 | 1 | -0/+4 |
|/ |
|
* | libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation | Denys Vlasenko | 2011-06-17 | 1 | -34/+8 |
* | small fixes atop syslog config patch | Denys Vlasenko | 2011-04-16 | 1 | -1/+5 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway | Denys Vlasenko | 2010-06-18 | 1 | -5/+0 |
* | optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) | Denis Vlasenko | 2008-08-09 | 1 | -7/+23 |
* | grep: option to use GNU regex matching instead of POSIX one. | Denis Vlasenko | 2008-08-09 | 1 | -1/+42 |
* | libbb: document plans to speed up line-based input | Denis Vlasenko | 2008-07-15 | 1 | -2/+13 |
* | libbb: experimental faster string reading routines. | Denis Vlasenko | 2008-07-15 | 1 | -0/+70 |
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -3/+3 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 1 | -1/+1 |
* | Fix xmalloc_fgets_str so that it really does NOT strip terminator. | Denis Vlasenko | 2007-12-26 | 1 | -3/+2 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -4/+5 |
* | sed,get_line_from_file: improve comments | Denis Vlasenko | 2007-01-17 | 1 | -2/+3 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
* | less: somewhat buggy applet, but nice. Muchly reduced | Denis Vlasenko | 2006-12-20 | 1 | -2/+2 |
* | sed: improve handling of NULs | Denis Vlasenko | 2006-12-02 | 1 | -5/+5 |
* | passwd: rework: | Denis Vlasenko | 2006-11-30 | 1 | -7/+7 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -2/+2 |
* | cut, mount: small improvements | Denis Vlasenko | 2006-10-12 | 1 | -0/+1 |
* | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko | 2006-10-01 | 1 | -3/+3 |
* | - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed | Bernhard Reutner-Fischer | 2006-06-10 | 1 | -9/+14 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -2/+2 |
* | A few changes falling out from the effort to make sed handle embedded NUL bytes. | Rob Landley | 2006-02-24 | 1 | -46/+20 |
* | Sort rewrite to be SUSv3 compliant. New config option, updated help, and | Rob Landley | 2005-01-24 | 1 | -1/+7 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Configuration option to define wether to follows GNU sed's behaviour
| Glenn L McGrath | 2003-09-16 | 1 | -2/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -16/+32 |
* | Treat NUL as the end-of-line. | Matt Kraai | 2001-11-20 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+2 |
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+72 |