Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
expressions for sh emulation
|
|
|
|
|
|
backslash
|
|
|
|
|
|
|
|
for existence instead of doing math evaluation
|
|
|
|
|
|
|
|
following an error when loading a module
|
|
|
|
short for the coanchor
|
|
|
|
We use references for efficient function copy, so there is no useful limit any more.
|
|
|
|
also used
|
|
see also 49392 (Vincent) and 49412 (Axel)
|
|
If the file was sourced from an interactive shell with
INTERACTIVE_COMMENTS not set, comments were not parsed.
Note there is a remaining edge case where the sourced
file is in fact entered at the comment line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
entries when repeating
|
|
|
|
|
|
The previous method allowed memory management to interact with signal
handlers, causing occasional crashes on some system.
Instead, use a simple pre-allocated buffer and raw system calls.
|
|
With POSIX_TRAPS set, an ignored signal stays ignored when entering
a subshell.
|
|
If ENONENT it could be the other argument that doesn't exist, so check.
|
|
This should detect "-o" as non-empty string; "-a" was alrady working.
Update the test.
|
|
|
|
In "A=$(PWD)" we dont't have the information to correct at the level of the
PWD subcommand, so don't try to do it as this causes a crash.
|
|
|
|
|
|
|
|
in $compstate[insert]
|
|
|
|
Bart apologizes for waiting 7 years to apply this change.
|
|
|
|
an exit hook
|
|
|
|
|
|
If "if" had a hard error in the condition, and there was no
else clause, the command status was incorrectly cleared to zero.
Add test.
|
|
|