Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replacement was empty or generated more than one element
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
entries when repeating
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bugreport commands
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
sufficiently wide
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
completion
Also include info output to the right of " -- " for further info node
completion matches and fix quoting of a blank argument to _call_program.
|
|
|
|
|
|
This should detect "-o" as non-empty string; "-a" was alrady working.
Update the test.
|