Age | Commit message (Expand) | Author |
2003-09-26 | Patch from Fillod Stephane
| Glenn L McGrath |
2003-09-26 | add size parameter to syslogd -C | Glenn L McGrath |
2003-09-26 | Patch by Fillod Stephane, declare variables as static to not clobber | Glenn L McGrath |
2003-09-24 | Use a variable for the config files, makes it easier to syncronise with | Glenn L McGrath |
2003-09-24 | Syncronise with debian busybox-cvs package | Glenn L McGrath |
2003-09-24 | Fix some typo's, remove some extra free statements | Glenn L McGrath |
2003-09-24 | Add the -d option | Glenn L McGrath |
2003-09-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath |
2003-09-20 | Patch by Steinar H. Gunderson to fix debian bug #211675. | Glenn L McGrath |
2003-09-17 | Patch by Junio C Hamano to workaround a gcc compiler bug. | Glenn L McGrath |
2003-09-16 | Configuration option to define wether to follows GNU sed's behaviour
| Glenn L McGrath |
2003-09-16 | Fix a bug that creapt in recently with substitution subprinting, and add | Glenn L McGrath |
2003-09-16 | Compile get_terminal_width_height | Glenn L McGrath |
2003-09-15 | Patch from Stephane Billiart to fix an unused variable warning. | Glenn L McGrath |
2003-09-15 | Patch from Bastian Blank to fix a problem when runing find under ash. | Glenn L McGrath |
2003-09-15 | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to | Glenn L McGrath |
2003-09-15 | Fix a simple mistake with pattern space, and add a test for it | Glenn L McGrath |
2003-09-15 | Patch by Jean Wolter to fix a bug where a script wouldnt be executed | Glenn L McGrath |
2003-09-15 | Fix some memory allocation problems | Glenn L McGrath |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen |
2003-09-15 | fix function prototype | Eric Andersen |
2003-09-15 | Needs prototype for close() | Eric Andersen |
2003-09-15 | comparison was always false due to limited range of data types. | Eric Andersen |
2003-09-15 | Do not shadow the global name 'accept' | Eric Andersen |
2003-09-15 | Add a test for the 'P' command and fix current implementation so it | Glenn L McGrath |
2003-09-15 | A test and fix for the sed 'n' command | Glenn L McGrath |
2003-09-15 | Test for use of newline in regex's, this feature is used by most | Glenn L McGrath |
2003-09-15 | Fix for the sed-append-next-line test | Glenn L McGrath |
2003-09-15 | Test the N command | Glenn L McGrath |
2003-09-15 | Fix recursion problem | Glenn L McGrath |
2003-09-15 | Check sed doesnt go into an infinite loop (yes it does) | Glenn L McGrath |
2003-09-15 | Update Matteo Croce's email address | Glenn L McGrath |
2003-09-14 | Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'` | Glenn L McGrath |
2003-09-14 | Cleanup memory usage | Glenn L McGrath |
2003-09-14 | Update sed branch tests | Glenn L McGrath |
2003-09-14 | Add two new tests, sed-recurses-properly should always work | Glenn L McGrath |
2003-09-14 | 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 | Preserve substitution flag value within the current line. | Glenn L McGrath |
2003-09-14 | Fix branching commands. | Glenn L McGrath |
2003-09-14 | Patch from Rob Landley
| Glenn L McGrath |
2003-09-14 | Stupid typo | Glenn L McGrath |
2003-09-14 | Fix some memory allocation problems | Glenn L McGrath |
2003-09-13 | Fix the following testcase by disabling global substitution if the regex | Glenn L McGrath |
2003-09-13 | Fix the following testcase by storing the state of the adress match with | Glenn L McGrath |
2003-09-12 | Fix compile error, Vodz, last_path_113 | Glenn L McGrath |
2003-09-12 | Typo. | Glenn L McGrath |
2003-09-12 | As vodz just pointed out, I screwup up the call to bb_xasprintf! | Eric Andersen |
2003-09-12 | Remove final \n | Eric Andersen |
2003-09-12 | Fix obligitory typos | Eric Andersen |
2003-09-12 | Final changelog update | Eric Andersen |