Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | xstrdup'ing and memory consumption. Made linewrap saner. regex matching code was awful - still buggy, but not as leaky as before. Made buffer size configurable. Killed several static and on-stack buffers. Hopefully eliminated staircase effect on Ctrl-C (unable to reproduce). | ||||
* | sed: improve handling of NULs | Denis Vlasenko | 2006-12-02 | 1 | -5/+5 |
| | |||||
* | passwd: rework: | Denis Vlasenko | 2006-11-30 | 1 | -7/+7 |
| | | | | | | | | | * do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes | ||||
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -2/+2 |
| | | | | Renaming... | ||||
* | 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 |
| | | | | | | unconditionally, even if it was not a newline. This was apparently broken by r14254 - whitespace while at it. | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -2/+2 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | A few changes falling out from the effort to make sed handle embedded NUL bytes. | Rob Landley | 2006-02-24 | 1 | -46/+20 |
| | | | | Checking in to reduce the diff between my tree and svn... | ||||
* | Sort rewrite to be SUSv3 compliant. New config option, updated help, and | Rob Landley | 2005-01-24 | 1 | -1/+7 |
| | | | | a couple of infrastructure bits. | ||||
* | 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 |
| | | | | | 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 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 |
| | | | | -Erik | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+72 |
files. Clean up the resulting damage and fix up the makefile. -Erik |