| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with waldi | Glenn L McGrath | 2003-04-21 | 5 | -13/+47 |
* | unlink() an existing file, before opening it, simply truncating can | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 |
* | Add link to SimplyGNUstep | Eric Andersen | 2003-04-21 | 1 | -0/+1 |
* | Patch from David Updegraff to use calloc so that forward pointers start out | Eric Andersen | 2003-04-19 | 1 | -7/+29 |
* | Patch from David Updegraff to avoid corrupting memory while parsing the | Eric Andersen | 2003-04-19 | 1 | -2/+5 |
* | Minor .o file naming change | Eric Andersen | 2003-04-16 | 2 | -5/+5 |
* | enable CONFIG_USE_BB_PWD_GRP for the debian installer, | Eric Andersen | 2003-04-16 | 4 | -4/+4 |
* | Fix logic error in grouped commands | Glenn L McGrath | 2003-04-12 | 1 | -42/+25 |
* | Fix up indenting | Glenn L McGrath | 2003-04-11 | 1 | -78/+59 |
* | Really fix the 'r' command | Glenn L McGrath | 2003-04-09 | 1 | -4/+7 |
* | Fix the sed 'r' command | Glenn L McGrath | 2003-04-09 | 1 | -3/+2 |
* | fix substitution when replacing with &, we shouldnt check for an escape charc... | Glenn L McGrath | 2003-04-09 | 1 | -2/+1 |
* | Label ends at a newline, update comments, rename linked list field | Glenn L McGrath | 2003-04-09 | 1 | -36/+37 |
* | Run through indent | Glenn L McGrath | 2003-04-08 | 1 | -301/+360 |
* | Fixes block commands to correctly identify end of block, recognise the #n dir... | Glenn L McGrath | 2003-04-08 | 1 | -27/+63 |
* | Add hold space commands 'g', 'h', 'x' | Glenn L McGrath | 2003-04-07 | 1 | -5/+19 |
* | Rename "line" to pattern_space to be more descriptive and closer to the POSIX... | Glenn L McGrath | 2003-04-07 | 1 | -34/+32 |
* | Sync with waldi's package | Glenn L McGrath | 2003-04-06 | 8 | -247/+1160 |
* | Preparation for the new net-udeb based on required applets documented at | Glenn L McGrath | 2003-04-06 | 1 | -0/+369 |
* | Add more help text | Eric Andersen | 2003-04-04 | 1 | -1/+2 |
* | Test that cvs commit messages are working properly | Eric Andersen | 2003-04-04 | 1 | -1/+3 |
* | Fix 'thinko'. | Manuel Novoa III | 2003-04-03 | 1 | -1/+1 |
* | Yet another rather large face lift. It now works for me as expected. | Eric Andersen | 2003-04-02 | 1 | -488/+486 |
* | Avoid errors with buggy preprocessors | Eric Andersen | 2003-03-31 | 1 | -2/+2 |
* | Update config to new menu options | Glenn L McGrath | 2003-03-30 | 1 | -93/+100 |
* | Rename, to specify kernel | Glenn L McGrath | 2003-03-30 | 1 | -1/+1 |
* | Group common string | Glenn L McGrath | 2003-03-30 | 1 | -4/+4 |
* | Small fix for sed 'y' command | Glenn L McGrath | 2003-03-30 | 1 | -1/+1 |
* | sed 'y' command, simplify some other code | Glenn L McGrath | 2003-03-30 | 1 | -33/+97 |
* | Experimental support for embeded newline. (im evil) | Glenn L McGrath | 2003-03-30 | 2 | -10/+64 |
* | trivial fix to make sure we have sufficient arguments before | Eric Andersen | 2003-03-28 | 1 | -4/+3 |
* | Still fine tunning the printing of the substitute command | Glenn L McGrath | 2003-03-28 | 1 | -3/+5 |
* | sed 't' branching command | Glenn L McGrath | 2003-03-28 | 1 | -11/+13 |
* | Fix sed 's' command's 'p' flag, so it can print line twice | Glenn L McGrath | 2003-03-28 | 1 | -12/+10 |
* | fix q command | Glenn L McGrath | 2003-03-28 | 1 | -2/+5 |
* | Add basic branching support, sed ':' and 'b' commands | Glenn L McGrath | 2003-03-28 | 1 | -0/+36 |
* | make sed cleanup use linked list | Glenn L McGrath | 2003-03-28 | 1 | -18/+15 |
* | Use a linked list for sed commands in preparation for branching support | Glenn L McGrath | 2003-03-28 | 1 | -15/+24 |
* | Oops... had != but meant ==. | Manuel Novoa III | 2003-03-23 | 1 | -1/+1 |
* | Minor cleanups. Document the cmp -l option. | Manuel Novoa III | 2003-03-19 | 1 | -4/+7 |
* | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III | 2003-03-19 | 2 | -2/+2 |
* | Obligatory forgotten item. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
* | Things my compiler didn't catch... | Manuel Novoa III | 2003-03-19 | 3 | -4/+4 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 295 | -5533/+6907 |
* | Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pat... | Glenn L McGrath | 2003-03-18 | 1 | -1/+2 |
* | Fix a bug that corrupted the string followed commands that had no arguments (... | Glenn L McGrath | 2003-03-18 | 1 | -8/+8 |
* | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | Eric Andersen | 2003-03-14 | 1 | -55/+144 |
* | oops. args shuffled. | Eric Andersen | 2003-03-13 | 1 | -1/+1 |
* | Fix obviously wrong names from older busybox | Eric Andersen | 2003-03-13 | 1 | -7/+7 |
* | Patch from Tito Ragusa: | Eric Andersen | 2003-03-13 | 1 | -51/+53 |