| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
from the emulate command
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
directories to the default `$fpath'.
|
| |
|
|
|
|
| |
use char * for pointer arithmetic rather than void *
|
| |
|
|
|
|
| |
only use "." if setting pwd
|
| |
|
| |
|
|
|
|
| |
unposted: note & needs quoting in :s in glob qualifier
|
| |
|
|
|
|
| |
Turn off repeat and turn on ulimit in emulation modes
|
| |
|
|
|
|
|
|
| |
Gets rid of all the remaining "ignoring return value" compiler
warnings, and makes some read/write operations safer by ensuring
that an EINTR is handled.
|
| |
|
|
|
|
|
| |
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save
parent job table.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
environments, plus documentation
|
|
|
|
| |
tidy up interface to doshfunc()
|
| |
|
|
|
|
|
| |
try to fix oddities with funcstack and sourced files,
simplify use of caller element of funcstack
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reuse ERR_EXIT in DEBUG traps.
Clean up trapreturn code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
-c and SHIN_STDIN inconsistent with manual
|
| |
|
|
|
|
| |
to return immediately
|