Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-16 | Minor .o file naming change | Eric Andersen | |
2003-04-16 | enable CONFIG_USE_BB_PWD_GRP for the debian installer, | Eric Andersen | |
to prevent glibc from trying and failing to use NSS junk that is not present. -Erik | |||
2003-04-12 | Fix logic error in grouped commands | Glenn L McGrath | |
2003-04-11 | Fix up indenting | Glenn L McGrath | |
2003-04-09 | Really fix the 'r' command | Glenn L McGrath | |
2003-04-09 | Fix the sed 'r' command | Glenn L McGrath | |
2003-04-09 | fix substitution when replacing with &, we shouldnt check for an escape ↵ | Glenn L McGrath | |
charcter. Its already been taken care of _somewhere_ else | |||
2003-04-09 | Label ends at a newline, update comments, rename linked list field | Glenn L McGrath | |
2003-04-08 | Run through indent | Glenn L McGrath | |
2003-04-08 | Fixes block commands to correctly identify end of block, recognise the #n ↵ | Glenn L McGrath | |
directive, fix substitue command when regex isnt specified | |||
2003-04-07 | Add hold space commands 'g', 'h', 'x' | Glenn L McGrath | |
2003-04-07 | Rename "line" to pattern_space to be more descriptive and closer to the ↵ | Glenn L McGrath | |
POSIX description | |||
2003-04-06 | Sync with waldi's package | Glenn L McGrath | |
2003-04-06 | Preparation for the new net-udeb based on required applets documented at | Glenn L McGrath | |
http://cvs.debian.org/debian-installer/doc/busybox-applets.txt | |||
2003-04-04 | Add more help text | Eric Andersen | |
2003-04-04 | Test that cvs commit messages are working properly | Eric Andersen | |
-Erik | |||
2003-04-03 | Fix 'thinko'. | Manuel Novoa III | |
2003-04-02 | Yet another rather large face lift. It now works for me as expected. | Eric Andersen | |
-Erik | |||
2003-03-31 | Avoid errors with buggy preprocessors | Eric Andersen | |
2003-03-30 | Update config to new menu options | Glenn L McGrath | |
2003-03-30 | Rename, to specify kernel | Glenn L McGrath | |
2003-03-30 | Group common string | Glenn L McGrath | |
2003-03-30 | Small fix for sed 'y' command | Glenn L McGrath | |
2003-03-30 | sed 'y' command, simplify some other code | Glenn L McGrath | |
2003-03-30 | Experimental support for embeded newline. (im evil) | Glenn L McGrath | |
Fix segfault when using 'N' with an odd number of lines. | |||
2003-03-28 | trivial fix to make sure we have sufficient arguments before | Eric Andersen | |
we mess with a possibly non-existant argv[1] -Erik | |||
2003-03-28 | Still fine tunning the printing of the substitute command | Glenn L McGrath | |
2003-03-28 | sed 't' branching command | Glenn L McGrath | |
2003-03-28 | Fix sed 's' command's 'p' flag, so it can print line twice | Glenn L McGrath | |
2003-03-28 | fix q command | Glenn L McGrath | |
2003-03-28 | Add basic branching support, sed ':' and 'b' commands | Glenn L McGrath | |
2003-03-28 | make sed cleanup use linked list | Glenn L McGrath | |
2003-03-28 | Use a linked list for sed commands in preparation for branching support | Glenn L McGrath | |
2003-03-23 | Oops... had != but meant ==. | Manuel Novoa III | |
2003-03-19 | Minor cleanups. Document the cmp -l option. | Manuel Novoa III | |
2003-03-19 | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III | |
2003-03-19 | Obligatory forgotten item. | Manuel Novoa III | |
2003-03-19 | Things my compiler didn't catch... | Manuel Novoa III | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-03-18 | Match newlines, this fixes matching of ^ or $ when there is a '\n' in the ↵ | Glenn L McGrath | |
pattern being matched. This fixes cases when the N command is used. | |||
2003-03-18 | Fix a bug that corrupted the string followed commands that had no arguments ↵ | Glenn L McGrath | |
(Closes #1304) | |||
2003-03-14 | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | Eric Andersen | |
later re-adjusted by me to fix msh backtick handling | |||
2003-03-13 | oops. args shuffled. | Eric Andersen | |
2003-03-13 | Fix obviously wrong names from older busybox | Eric Andersen | |
2003-03-13 | Patch from Tito Ragusa: | Eric Andersen | |
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; | |||
2003-03-11 | cope with crappy windoze ftp servers | Eric Andersen | |
2003-03-10 | Avoid potential rendering problems | Eric Andersen | |
2003-03-10 | fix n, add N, P | Glenn L McGrath | |
2003-03-10 | add the 'n' command | Glenn L McGrath | |
2003-03-10 | Add the q (quit) option | Glenn L McGrath | |