| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some warnings that have crept in recently | Eric Andersen | 2003-10-09 | 1 | -6/+6 |
* | Patch from Tito, size optimisation and fix error in exit code of -V | Glenn L McGrath | 2003-10-09 | 1 | -1056/+1265 |
* | Comaptability with gcc-2.95 | Glenn L McGrath | 2003-10-09 | 1 | -1/+2 |
* | Vodz last_patch_105 without his xargs patch which doenst apply cleanly | Glenn L McGrath | 2003-10-06 | 2 | -2/+14 |
* | Add the x, n, s and E options, remove -r as its expected behaviour. | Glenn L McGrath | 2003-10-04 | 1 | -14/+115 |
* | Patch from Rob Landley; | Glenn L McGrath | 2003-10-04 | 1 | -23/+24 |
* | Woops, the previous patch reversal wasnt complete, breaking everything. | Glenn L McGrath | 2003-10-04 | 1 | -1/+1 |
* | Reverse my previous changes and make a note about why its dont this way | Glenn L McGrath | 2003-10-03 | 1 | -1/+12 |
* | Dont mix xarg options with utility option, fixes example of | Glenn L McGrath | 2003-10-03 | 1 | -11/+15 |
* | Vodz, last_patch_114 | Glenn L McGrath | 2003-10-03 | 1 | -139/+115 |
* | Patch by Rob Landley, fix warning | Glenn L McGrath | 2003-10-03 | 1 | -2/+2 |
* | argc has already been decremented | Glenn L McGrath | 2003-10-03 | 1 | -2/+3 |
* | Patch from Rob Landley, Simplify organisation of arguments. | Glenn L McGrath | 2003-10-03 | 1 | -13/+2 |
* | Fix -C option when creating tar files. | Glenn L McGrath | 2003-10-02 | 1 | -30/+37 |
* | Thomas Lundquist, update for current structure | Glenn L McGrath | 2003-10-01 | 1 | -11/+20 |
* | Patch from Rob Landley to fix backrefs | Glenn L McGrath | 2003-10-01 | 1 | -1/+1 |
* | Patch by Rob Landley, fix "newline after edit command" | Glenn L McGrath | 2003-10-01 | 1 | -2/+3 |
* | Patch by Rob Landley, work in progress update, fixes lots of bugs, | Glenn L McGrath | 2003-10-01 | 3 | -803/+680 |
* | Patch by Guillaume Morin | Glenn L McGrath | 2003-09-26 | 1 | -5/+13 |
* | Patch from Fillod Stephane
| Glenn L McGrath | 2003-09-26 | 1 | -18/+68 |
* | add size parameter to syslogd -C | Glenn L McGrath | 2003-09-26 | 1 | -5/+10 |
* | Patch by Fillod Stephane, declare variables as static to not clobber | Glenn L McGrath | 2003-09-26 | 1 | -20/+20 |
* | Use a variable for the config files, makes it easier to syncronise with | Glenn L McGrath | 2003-09-24 | 1 | -10/+13 |
* | Syncronise with debian busybox-cvs package | Glenn L McGrath | 2003-09-24 | 9 | -37/+887 |
* | Fix some typo's, remove some extra free statements | Glenn L McGrath | 2003-09-24 | 1 | -4/+2 |
* | Add the -d option | Glenn L McGrath | 2003-09-24 | 1 | -1/+31 |
* | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | 2003-09-24 | 10 | -18/+155 |
* | Patch by Steinar H. Gunderson to fix debian bug #211675. | Glenn L McGrath | 2003-09-20 | 1 | -1/+1 |
* | Patch by Junio C Hamano to workaround a gcc compiler bug. | Glenn L McGrath | 2003-09-17 | 1 | -22/+23 |
* | Configuration option to define wether to follows GNU sed's behaviour
| Glenn L McGrath | 2003-09-16 | 5 | -29/+70 |
* | Fix a bug that creapt in recently with substitution subprinting, and add | Glenn L McGrath | 2003-09-16 | 2 | -3/+11 |
* | Compile get_terminal_width_height | Glenn L McGrath | 2003-09-16 | 1 | -7/+8 |
* | 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 |