| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Stephane Billiart to fix an unused variable warning. | Glenn L McGrath | 2003-09-15 | 1 | -1/+3 |
* | Patch from Bastian Blank to fix a problem when runing find under ash. | Glenn L McGrath | 2003-09-15 | 1 | -3/+3 |
* | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to | Glenn L McGrath | 2003-09-15 | 1 | -12/+11 |
* | Fix a simple mistake with pattern space, and add a test for it | Glenn L McGrath | 2003-09-15 | 2 | -2/+15 |
* | Patch by Jean Wolter to fix a bug where a script wouldnt be executed | Glenn L McGrath | 2003-09-15 | 1 | -1/+4 |
* | Fix some memory allocation problems | Glenn L McGrath | 2003-09-15 | 1 | -18/+21 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | 2003-09-15 | 10 | -95/+110 |
* | fix function prototype | Eric Andersen | 2003-09-15 | 1 | -1/+1 |
* | Needs prototype for close() | Eric Andersen | 2003-09-15 | 1 | -0/+1 |
* | comparison was always false due to limited range of data types. | Eric Andersen | 2003-09-15 | 1 | -1/+1 |
* | Do not shadow the global name 'accept' | Eric Andersen | 2003-09-15 | 1 | -2/+2 |
* | Add a test for the 'P' command and fix current implementation so it | Glenn L McGrath | 2003-09-15 | 2 | -0/+14 |
* | A test and fix for the sed 'n' command | Glenn L McGrath | 2003-09-15 | 2 | -0/+20 |
* | Test for use of newline in regex's, this feature is used by most | Glenn L McGrath | 2003-09-15 | 1 | -0/+10 |
* | Fix for the sed-append-next-line test | Glenn L McGrath | 2003-09-15 | 1 | -0/+5 |
* | Test the N command | Glenn L McGrath | 2003-09-15 | 1 | -0/+9 |
* | Fix recursion problem | Glenn L McGrath | 2003-09-15 | 1 | -0/+2 |
* | Check sed doesnt go into an infinite loop (yes it does) | Glenn L McGrath | 2003-09-15 | 1 | -0/+11 |
* | Update Matteo Croce's email address | Glenn L McGrath | 2003-09-15 | 1 | -1/+1 |
* | Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'` | Glenn L McGrath | 2003-09-14 | 1 | -6/+20 |
* | Cleanup memory usage | Glenn L McGrath | 2003-09-14 | 1 | -17/+32 |
* | Update sed branch tests | Glenn L McGrath | 2003-09-14 | 3 | -15/+17 |
* | Add two new tests, sed-recurses-properly should always work | Glenn L McGrath | 2003-09-14 | 3 | -1/+16 |
* | The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of | Glenn L McGrath | 2003-09-14 | 1 | -3/+2 |
* | Preserve substitution flag value within the current line. | Glenn L McGrath | 2003-09-14 | 1 | -1/+1 |
* | Fix branching commands. | Glenn L McGrath | 2003-09-14 | 1 | -13/+18 |
* | Patch from Rob Landley
| Glenn L McGrath | 2003-09-14 | 1 | -60/+47 |
* | Stupid typo | Glenn L McGrath | 2003-09-14 | 1 | -1/+1 |
* | Fix some memory allocation problems | Glenn L McGrath | 2003-09-14 | 1 | -2/+7 |
* | Fix the following testcase by disabling global substitution if the regex | Glenn L McGrath | 2003-09-13 | 1 | -3/+5 |
* | Fix the following testcase by storing the state of the adress match with | Glenn L McGrath | 2003-09-13 | 1 | -6/+8 |
* | Fix compile error, Vodz, last_path_113 | Glenn L McGrath | 2003-09-12 | 1 | -4/+8 |
* | Typo. | Glenn L McGrath | 2003-09-12 | 1 | -1/+1 |
* | As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3 | Eric Andersen | 2003-09-12 | 1 | -2/+2 |
* | Remove final \n | Eric Andersen | 2003-09-12 | 1 | -1/+1 |
* | Fix obligitory typos | Eric Andersen | 2003-09-12 | 1 | -2/+2 |
* | Final changelog update | Eric Andersen | 2003-09-12 | 1 | -0/+102 |
* | Remove version # | Eric Andersen | 2003-09-12 | 1 | -2/+1 |
* | I suppose it is now Sept 12... | Eric Andersen | 2003-09-12 | 1 | -1/+1 |
* | Update webpage a bit | Eric Andersen | 2003-09-12 | 3 | -31/+88 |
* | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | Glenn L McGrath | 2003-09-12 | 1 | -3/+0 |
* | Use the typeflag to identify if its a hardlink on OLD and GNU posix | Glenn L McGrath | 2003-09-12 | 1 | -6/+6 |
* | Invoke run-parts on /etc/network/if-*.d per the behavior of | Eric Andersen | 2003-09-12 | 1 | -7/+4 |
* | Teach rdate to timeout in 10 seconds to avoid blocking forever | Eric Andersen | 2003-09-12 | 1 | -0/+10 |
* | config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend | Eric Andersen | 2003-09-12 | 1 | -1/+1 |
* | Update changelog for release | Eric Andersen | 2003-09-12 | 1 | -568/+953 |
* | Busybox CVS version ipcalc have problems: | Glenn L McGrath | 2003-09-12 | 2 | -27/+32 |
* | Update definition of struct serial_struct, per linux-2.6.0-test5, | Eric Andersen | 2003-09-11 | 1 | -14/+19 |
* | Marc A. Lehmann writes: | Eric Andersen | 2003-09-11 | 1 | -1/+1 |
* | Patch from Philip Blundell: | Eric Andersen | 2003-09-11 | 1 | -2/+2 |