Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Preparation for the new net-udeb based on required applets documented at | Glenn L McGrath | 2003-04-06 | 1 | -0/+369 | |
| | | | | http://cvs.debian.org/debian-installer/doc/busybox-applets.txt | |||||
* | 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 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | -Erik | |||||
* | 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 | |
| | | | | Fix segfault when using 'N' with an odd number of lines. | |||||
* | trivial fix to make sure we have sufficient arguments before | Eric Andersen | 2003-03-28 | 1 | -4/+3 | |
| | | | | | we mess with a possibly non-existant argv[1] -Erik | |||||
* | 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 ↵ | Glenn L McGrath | 2003-03-18 | 1 | -1/+2 | |
| | | | | pattern being matched. This fixes cases when the N command is used. | |||||
* | Fix a bug that corrupted the string followed commands that had no arguments ↵ | Glenn L McGrath | 2003-03-18 | 1 | -8/+8 | |
| | | | | (Closes #1304) | |||||
* | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | Eric Andersen | 2003-03-14 | 1 | -55/+144 | |
| | | | | later re-adjusted by me to fix msh backtick handling | |||||
* | 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 | |
| | | | | | | | The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars; | |||||
* | cope with crappy windoze ftp servers | Eric Andersen | 2003-03-11 | 1 | -2/+2 | |
| | ||||||
* | Avoid potential rendering problems | Eric Andersen | 2003-03-10 | 1 | -1/+1 | |
| | ||||||
* | fix n, add N, P | Glenn L McGrath | 2003-03-10 | 1 | -5/+22 | |
| | ||||||
* | add the 'n' command | Glenn L McGrath | 2003-03-10 | 1 | -1/+4 | |
| | ||||||
* | Add the q (quit) option | Glenn L McGrath | 2003-03-10 | 1 | -12/+15 | |
| | ||||||
* | Fix a delimiter matching bug i introduced. | Glenn L McGrath | 2003-03-09 | 1 | -0/+1 | |
| | ||||||
* | Support grouped commands, i.e. {cmd1;cmd2} | Glenn L McGrath | 2003-03-09 | 1 | -71/+88 | |
| | ||||||
* | alloc array for commands, use string ptr in parse_command_string() | Glenn L McGrath | 2003-03-09 | 1 | -37/+36 | |
| | ||||||
* | use typedef for struct sed_cmd | Glenn L McGrath | 2003-03-09 | 1 | -11/+11 | |
| | ||||||
* | redo get_addres(). save some space. possible fix a bug where the command ↵ | Glenn L McGrath | 2003-03-09 | 1 | -31/+25 | |
| | | | | might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. | |||||
* | Woops, remove the code i didnt mean to commit | Glenn L McGrath | 2003-03-09 | 1 | -30/+23 | |
| | ||||||
* | Mention the opengroup sed reference, add a check which is disabled at present. | Glenn L McGrath | 2003-03-09 | 1 | -23/+43 | |
| | ||||||
* | Fix matching for the $ address (last line) | Glenn L McGrath | 2003-03-08 | 1 | -6/+16 | |
| | ||||||
* | be more careful about cleaning up | Eric Andersen | 2003-03-07 | 2 | -5/+17 | |
| | ||||||
* | Scrub things a bit, shave off a few bytes. | Eric Andersen | 2003-03-07 | 1 | -6/+9 | |
| | | | | -Erik | |||||
* | Save a few bytes and remove a redundant string | Eric Andersen | 2003-03-07 | 1 | -1/+1 | |
| | ||||||
* | With nightmares of libbb ending up with 100 .c files starting | Eric Andersen | 2003-03-07 | 2 | -1/+1 | |
| | | | | | with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend. | |||||
* | audit for proper error handling, apply a few size optimizations | Eric Andersen | 2003-03-07 | 1 | -27/+34 | |
| | | | | -Erik |