Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
various job and process control fixes
|
|
|
|
of math functions and builtins
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
27122: add POSIX_JOBS option
|
|
some compiler warnings, and improves error handling/notification.
|
|
|
|
environments, plus documentation
|
|
|
|
allow <(...) and >(...) to occur in the middle of strings
and =(...) to have extra text following
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tidy up interface to doshfunc()
|
|
|
|
|
|
|
|
|
|
|
|
try to fix oddities with funcstack and sourced files,
simplify use of caller element of funcstack
|
|
|
|
make lineno zlong in another place
|
|
|