| Commit message (Expand) | Author | Age | Files | Lines |
* | A couple of patches from Tito <farmatito@tiscali.it> | andersen | 2003-04-27 | 2 | -18/+21 |
* | Use bb_xgetlarg | bug1 | 2003-04-27 | 1 | -9/+1 |
* | New applet, fold | bug1 | 2003-04-27 | 5 | -0/+222 |
* | Config option to create an fgrep alias | bug1 | 2003-04-27 | 2 | -0/+12 |
* | Fix segfault when cleaning up | bug1 | 2003-04-27 | 1 | -1/+1 |
* | grep -f support, adds only 60 Bytes, but regex's now compiled as | bug1 | 2003-04-27 | 1 | -27/+48 |
* | Always preserve date | bug1 | 2003-04-26 | 1 | -2/+1 |
* | New commands, 'G' and 'H' | bug1 | 2003-04-26 | 1 | -1/+21 |
* | Add the -d option, its used by old versions of config.guess, change to | bug1 | 2003-04-26 | 1 | -3/+26 |
* | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | bug1 | 2003-04-26 | 1 | -0/+14 |
* | Patch from Steven Scholz to fix telnetd compile problem | andersen | 2003-04-25 | 1 | -2/+2 |
* | There have been many reports of init failing to reboot and/or failing to halt | andersen | 2003-04-24 | 1 | -7/+21 |
* | unlink a previous file before its extracted | bug1 | 2003-04-21 | 1 | -1/+2 |
* | sync with waldi | bug1 | 2003-04-21 | 5 | -13/+47 |
* | unlink() an existing file, before opening it, simply truncating can | bug1 | 2003-04-21 | 1 | -1/+2 |
* | Add link to SimplyGNUstep | andersen | 2003-04-21 | 1 | -0/+1 |
* | Patch from David Updegraff to use calloc so that forward pointers start out | andersen | 2003-04-19 | 1 | -7/+29 |
* | Patch from David Updegraff to avoid corrupting memory while parsing the | andersen | 2003-04-19 | 1 | -2/+5 |
* | Minor .o file naming change | andersen | 2003-04-16 | 2 | -5/+5 |
* | enable CONFIG_USE_BB_PWD_GRP for the debian installer, | andersen | 2003-04-16 | 4 | -4/+4 |
* | Fix logic error in grouped commands | bug1 | 2003-04-12 | 1 | -42/+25 |
* | Fix up indenting | bug1 | 2003-04-11 | 1 | -78/+59 |
* | Really fix the 'r' command | bug1 | 2003-04-09 | 1 | -4/+7 |
* | Fix the sed 'r' command | bug1 | 2003-04-09 | 1 | -3/+2 |
* | fix substitution when replacing with &, we shouldnt check for an escape charc... | bug1 | 2003-04-09 | 1 | -2/+1 |
* | Label ends at a newline, update comments, rename linked list field | bug1 | 2003-04-09 | 1 | -36/+37 |
* | Run through indent | bug1 | 2003-04-08 | 1 | -301/+360 |
* | Fixes block commands to correctly identify end of block, recognise the #n dir... | bug1 | 2003-04-08 | 1 | -27/+63 |
* | Add hold space commands 'g', 'h', 'x' | bug1 | 2003-04-07 | 1 | -5/+19 |
* | Rename "line" to pattern_space to be more descriptive and closer to the POSIX... | bug1 | 2003-04-07 | 1 | -34/+32 |
* | Sync with waldi's package | bug1 | 2003-04-06 | 8 | -247/+1160 |
* | Preparation for the new net-udeb based on required applets documented at | bug1 | 2003-04-06 | 1 | -0/+369 |
* | Add more help text | andersen | 2003-04-04 | 1 | -1/+2 |
* | Test that cvs commit messages are working properly | andersen | 2003-04-04 | 1 | -1/+3 |
* | Fix 'thinko'. | mjn3 | 2003-04-03 | 1 | -1/+1 |
* | Yet another rather large face lift. It now works for me as expected. | andersen | 2003-04-02 | 1 | -488/+486 |
* | Avoid errors with buggy preprocessors | andersen | 2003-03-31 | 1 | -2/+2 |
* | Update config to new menu options | bug1 | 2003-03-30 | 1 | -93/+100 |
* | Rename, to specify kernel | bug1 | 2003-03-30 | 1 | -1/+1 |
* | Group common string | bug1 | 2003-03-30 | 1 | -4/+4 |
* | Small fix for sed 'y' command | bug1 | 2003-03-30 | 1 | -1/+1 |
* | sed 'y' command, simplify some other code | bug1 | 2003-03-30 | 1 | -33/+97 |
* | Experimental support for embeded newline. (im evil) | bug1 | 2003-03-30 | 2 | -10/+64 |
* | trivial fix to make sure we have sufficient arguments before | andersen | 2003-03-28 | 1 | -4/+3 |
* | Still fine tunning the printing of the substitute command | bug1 | 2003-03-28 | 1 | -3/+5 |
* | sed 't' branching command | bug1 | 2003-03-28 | 1 | -11/+13 |
* | Fix sed 's' command's 'p' flag, so it can print line twice | bug1 | 2003-03-28 | 1 | -12/+10 |
* | fix q command | bug1 | 2003-03-28 | 1 | -2/+5 |
* | Add basic branching support, sed ':' and 'b' commands | bug1 | 2003-03-28 | 1 | -0/+36 |
* | make sed cleanup use linked list | bug1 | 2003-03-28 | 1 | -18/+15 |