Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
charcter. Its already been taken care of _somewhere_ else
|
|
|
|
|
|
directive, fix substitue command when regex isnt specified
|
|
|
|
POSIX description
|
|
|
|
http://cvs.debian.org/debian-installer/doc/busybox-applets.txt
|
|
|
|
-Erik
|
|
|
|
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix segfault when using 'N' with an odd number of lines.
|
|
we mess with a possibly non-existant argv[1]
-Erik
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pattern being matched. This fixes cases when the N command is used.
|
|
(Closes #1304)
|
|
later re-adjusted by me to fix msh backtick handling
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|