Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|