summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Thomas Lundquist, update for current structureGlenn L McGrath2003-10-011-11/+20
* Patch from Rob Landley to fix backrefsGlenn L McGrath2003-10-011-1/+1
* Patch by Rob Landley, fix "newline after edit command"Glenn L McGrath2003-10-011-2/+3
* Patch by Rob Landley, work in progress update, fixes lots of bugs,Glenn L McGrath2003-10-013-803/+680
* Patch by Guillaume MorinGlenn L McGrath2003-09-261-5/+13
* Patch from Fillod Stephane Glenn L McGrath2003-09-261-18/+68
* add size parameter to syslogd -CGlenn L McGrath2003-09-261-5/+10
* Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath2003-09-261-20/+20
* Use a variable for the config files, makes it easier to syncronise withGlenn L McGrath2003-09-241-10/+13
* Syncronise with debian busybox-cvs packageGlenn L McGrath2003-09-249-37/+887
* Fix some typo's, remove some extra free statementsGlenn L McGrath2003-09-241-4/+2
* Add the -d optionGlenn L McGrath2003-09-241-1/+31
* Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath2003-09-2410-18/+155
* Patch by Steinar H. Gunderson to fix debian bug #211675.Glenn L McGrath2003-09-201-1/+1
* Patch by Junio C Hamano to workaround a gcc compiler bug.Glenn L McGrath2003-09-171-22/+23
* Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath2003-09-165-29/+70
* Fix a bug that creapt in recently with substitution subprinting, and addGlenn L McGrath2003-09-162-3/+11
* Compile get_terminal_width_heightGlenn L McGrath2003-09-161-7/+8
* Patch from Stephane Billiart to fix an unused variable warning.Glenn L McGrath2003-09-151-1/+3
* Patch from Bastian Blank to fix a problem when runing find under ash.Glenn L McGrath2003-09-151-3/+3
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath2003-09-151-12/+11
* Fix a simple mistake with pattern space, and add a test for itGlenn L McGrath2003-09-152-2/+15
* Patch by Jean Wolter to fix a bug where a script wouldnt be executedGlenn L McGrath2003-09-151-1/+4
* Fix some memory allocation problemsGlenn L McGrath2003-09-151-18/+21
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-1510-95/+110
* fix function prototypeEric Andersen2003-09-151-1/+1
* Needs prototype for close()Eric Andersen2003-09-151-0/+1
* comparison was always false due to limited range of data types.Eric Andersen2003-09-151-1/+1
* Do not shadow the global name 'accept'Eric Andersen2003-09-151-2/+2
* Add a test for the 'P' command and fix current implementation so itGlenn L McGrath2003-09-152-0/+14
* A test and fix for the sed 'n' commandGlenn L McGrath2003-09-152-0/+20
* Test for use of newline in regex's, this feature is used by mostGlenn L McGrath2003-09-151-0/+10
* Fix for the sed-append-next-line testGlenn L McGrath2003-09-151-0/+5
* Test the N commandGlenn L McGrath2003-09-151-0/+9
* Fix recursion problemGlenn L McGrath2003-09-151-0/+2
* Check sed doesnt go into an infinite loop (yes it does)Glenn L McGrath2003-09-151-0/+11
* Update Matteo Croce's email addressGlenn L McGrath2003-09-151-1/+1
* Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'`Glenn L McGrath2003-09-141-6/+20
* Cleanup memory usageGlenn L McGrath2003-09-141-17/+32
* Update sed branch testsGlenn L McGrath2003-09-143-15/+17
* Add two new tests, sed-recurses-properly should always workGlenn L McGrath2003-09-143-1/+16
* The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case ofGlenn L McGrath2003-09-141-3/+2
* Preserve substitution flag value within the current line.Glenn L McGrath2003-09-141-1/+1
* Fix branching commands.Glenn L McGrath2003-09-141-13/+18
* Patch from Rob Landley Glenn L McGrath2003-09-141-60/+47
* Stupid typoGlenn L McGrath2003-09-141-1/+1
* Fix some memory allocation problemsGlenn L McGrath2003-09-141-2/+7
* Fix the following testcase by disabling global substitution if the regexGlenn L McGrath2003-09-131-3/+5
* Fix the following testcase by storing the state of the adress match withGlenn L McGrath2003-09-131-6/+8
* Fix compile error, Vodz, last_path_113Glenn L McGrath2003-09-121-4/+8