| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also use variables set in the command line and environment.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Review-by: Oliver Kiddle
|
|
|
|
| |
aliases and unwanted in any case
|
| |
|
|
|
|
| |
whitespace
|
|
|
|
|
| |
This was causing a segmentation violation in completion when parsing
an incomplete math expression, e.g. 'echo $((3*4)<TAB>'.
|
|
|
|
|
| |
This changes internal quoting of the form still including tokens
not to add unnecessary internal backslashes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Bug reported and fix suggested by Mikael.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Leaving these hanging in parent could cause deadlock: test added.
|
| |
|
| |
|
|
|
|
| |
backslash quoting
|
| |
|
| |
|
|
|
|
| |
paste in cut buffers
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Also move some more recent code so an old comment is connected to the
correct bit of older code
|
| |
|
|
|
|
| |
references to non-special params
|
| |
|
| |
|
| |
|
| |
|