aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Patch by Junio C Hamano to workaround a gcc compiler bug.bug12003-09-171-22/+23
* Configuration option to define wether to follows GNU sed's behaviour bug12003-09-165-29/+70
* Fix a bug that creapt in recently with substitution subprinting, and addbug12003-09-162-3/+11
* Compile get_terminal_width_heightbug12003-09-161-7/+8
* Patch from Stephane Billiart to fix an unused variable warning.bug12003-09-151-1/+3
* Patch from Bastian Blank to fix a problem when runing find under ash.bug12003-09-151-3/+3
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 tobug12003-09-151-12/+11
* Fix a simple mistake with pattern space, and add a test for itbug12003-09-152-2/+15
* Patch by Jean Wolter to fix a bug where a script wouldnt be executedbug12003-09-151-1/+4
* Fix some memory allocation problemsbug12003-09-151-18/+21
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-1510-95/+110
* fix function prototypeandersen2003-09-151-1/+1
* Needs prototype for close()andersen2003-09-151-0/+1
* comparison was always false due to limited range of data types.andersen2003-09-151-1/+1
* Do not shadow the global name 'accept'andersen2003-09-151-2/+2
* Add a test for the 'P' command and fix current implementation so itbug12003-09-152-0/+14
* A test and fix for the sed 'n' commandbug12003-09-152-0/+20
* Test for use of newline in regex's, this feature is used by mostbug12003-09-151-0/+10
* Fix for the sed-append-next-line testbug12003-09-151-0/+5
* Test the N commandbug12003-09-151-0/+9
* Fix recursion problembug12003-09-151-0/+2
* Check sed doesnt go into an infinite loop (yes it does)bug12003-09-151-0/+11
* Update Matteo Croce's email addressbug12003-09-151-1/+1
* Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'`bug12003-09-141-6/+20
* Cleanup memory usagebug12003-09-141-17/+32
* Update sed branch testsbug12003-09-143-15/+17
* Add two new tests, sed-recurses-properly should always workbug12003-09-143-1/+16
* The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case ofbug12003-09-141-3/+2
* Preserve substitution flag value within the current line.bug12003-09-141-1/+1
* Fix branching commands.bug12003-09-141-13/+18
* Patch from Rob Landley bug12003-09-141-60/+47
* Stupid typobug12003-09-141-1/+1
* Fix some memory allocation problemsbug12003-09-141-2/+7
* Fix the following testcase by disabling global substitution if the regexbug12003-09-131-3/+5
* Fix the following testcase by storing the state of the adress match withbug12003-09-131-6/+8
* Fix compile error, Vodz, last_path_113bug12003-09-121-4/+8
* Typo.bug12003-09-121-1/+1
* As vodz just pointed out, I screwup up the call to bb_xasprintf!andersen2003-09-121-2/+2
* Remove final \nandersen2003-09-121-1/+1
* Fix obligitory typosandersen2003-09-121-2/+2
* Final changelog updateandersen2003-09-121-0/+102
* Remove version #andersen2003-09-121-2/+1
* I suppose it is now Sept 12...andersen2003-09-121-1/+1
* Update webpage a bitandersen2003-09-123-31/+88
* Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.bug12003-09-121-3/+0
* Use the typeflag to identify if its a hardlink on OLD and GNU posixbug12003-09-121-6/+6
* Invoke run-parts on /etc/network/if-*.d per the behavior ofandersen2003-09-121-7/+4
* Teach rdate to timeout in 10 seconds to avoid blocking foreverandersen2003-09-121-0/+10
* config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must dependandersen2003-09-121-1/+1
* Update changelog for releaseandersen2003-09-121-568/+953