Age | Commit message (Collapse) | Author |
|
-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;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
-Erik
|
|
|
|
with "bb_" it seems best to rename this now and avoid starting
an evil KDE style naming trend.
|
|
-Erik
|
|
numbers from getopt which includes careful error checking.
-Erik
|
|
|
|
|
|
during 'mount -a'. If the user wants to do that, hey, its their
lifs. If the nfs server is down and they don't want to wait for
nfs to time out, that is their problem.
-Erik
|