summaryrefslogtreecommitdiffstats
path: root/src/session.sh
Commit message (Collapse)AuthorAgeFilesLines
* install_system(), session_end(): Remove prokit dirPatrick McDermott2021-01-171-0/+2
|
* session_begin(): Drop atexit parameterPatrick McDermott2020-06-251-3/+2
|
* session: Prefix "static" vars with "_"Patrick McDermott2020-06-251-50/+50
|
* session: Don't end on signal; don't run cb on endPatrick McDermott2020-06-251-11/+0
| | | | Let the caller do all of this.
* session: Don't exit on signalPatrick McDermott2020-06-251-2/+10
| | | | Return to caller to allow for more cleanup.
* session_exec(): Make "set -e"-safePatrick McDermott2019-04-251-2/+3
|
* src/session.sh: Make some functions "static"Patrick McDermott2019-04-251-9/+9
|
* src/session.sh: Define functions before referencesPatrick McDermott2019-04-251-73/+73
|
* src/session.sh: Define functions before referencesPatrick McDermott2019-04-251-70/+70
|
* src/session.sh: Delimit command operandsPatrick McDermott2019-04-251-12/+12
|
* src/session.sh: Shift function argumentsPatrick McDermott2019-04-251-0/+2
|
* Update remaining copyright noticesPatrick McDermott2019-04-251-1/+1
|
* Add braces to param exps in arith substsPatrick McDermott2019-04-191-2/+2
|
* Add explicit returns to some functionsP. J. McDermott2016-01-181-0/+6
|
* session_handle_sig(): Drop ${exit_status} handlingP. J. McDermott2016-01-171-5/+1
| | | | This is an artifact from error() setting exit_status and sending SIGINT.
* session_begin(), session_end(): Use non-exiting error()P. J. McDermott2016-01-171-3/+8
|
* Move lib/*.sh to src/P. J. McDermott2015-12-061-0/+210