aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-24Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath
2003-09-20Patch by Steinar H. Gunderson to fix debian bug #211675.Glenn L McGrath
2003-09-17Patch by Junio C Hamano to workaround a gcc compiler bug.Glenn L McGrath
2003-09-16Configuration option to define wether to follows GNU sed's behaviour Glenn L McGrath
2003-09-16Fix a bug that creapt in recently with substitution subprinting, and addGlenn L McGrath
2003-09-16Compile get_terminal_width_heightGlenn L McGrath
2003-09-15Patch from Stephane Billiart to fix an unused variable warning.Glenn L McGrath
2003-09-15Patch from Bastian Blank to fix a problem when runing find under ash.Glenn L McGrath
2003-09-15Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath
2003-09-15Fix a simple mistake with pattern space, and add a test for itGlenn L McGrath
2003-09-15Patch by Jean Wolter to fix a bug where a script wouldnt be executedGlenn L McGrath
2003-09-15Fix some memory allocation problemsGlenn L McGrath
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-09-15fix function prototypeEric Andersen
2003-09-15Needs prototype for close()Eric Andersen
2003-09-15comparison was always false due to limited range of data types.Eric Andersen
2003-09-15Do not shadow the global name 'accept'Eric Andersen
2003-09-15Add a test for the 'P' command and fix current implementation so itGlenn L McGrath
2003-09-15A test and fix for the sed 'n' commandGlenn L McGrath
2003-09-15Test for use of newline in regex's, this feature is used by mostGlenn L McGrath
2003-09-15Fix for the sed-append-next-line testGlenn L McGrath
2003-09-15Test the N commandGlenn L McGrath
2003-09-15Fix recursion problemGlenn L McGrath
2003-09-15Check sed doesnt go into an infinite loop (yes it does)Glenn L McGrath
2003-09-15Update Matteo Croce's email addressGlenn L McGrath
2003-09-14Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'`Glenn L McGrath
2003-09-14Cleanup memory usageGlenn L McGrath
2003-09-14Update sed branch testsGlenn L McGrath
2003-09-14Add two new tests, sed-recurses-properly should always workGlenn L McGrath
2003-09-14The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case ofGlenn L McGrath
2003-09-14Preserve substitution flag value within the current line.Glenn L McGrath
2003-09-14Fix branching commands.Glenn L McGrath
2003-09-14Patch from Rob Landley Glenn L McGrath
2003-09-14Stupid typoGlenn L McGrath
2003-09-14Fix some memory allocation problemsGlenn L McGrath
2003-09-13Fix the following testcase by disabling global substitution if the regexGlenn L McGrath
2003-09-13Fix the following testcase by storing the state of the adress match withGlenn L McGrath
2003-09-12Fix compile error, Vodz, last_path_113Glenn L McGrath
2003-09-12Typo.Glenn L McGrath
2003-09-12As vodz just pointed out, I screwup up the call to bb_xasprintf!Eric Andersen
2003-09-12Remove final \nEric Andersen
2003-09-12Fix obligitory typosEric Andersen
2003-09-12Final changelog updateEric Andersen
2003-09-12Remove version #Eric Andersen
2003-09-12I suppose it is now Sept 12...Eric Andersen
2003-09-12Update webpage a bitEric Andersen
2003-09-12Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.Glenn L McGrath
2003-09-12Use the typeflag to identify if its a hardlink on OLD and GNU posixGlenn L McGrath
2003-09-12Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen
2003-09-12Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen