Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | session: Prefix "static" vars with "_" | Patrick McDermott | 2020-06-25 | 1 | -50/+50 |
| | |||||
* | session: Don't end on signal; don't run cb on end | Patrick McDermott | 2020-06-25 | 1 | -11/+0 |
| | | | | Let the caller do all of this. | ||||
* | session: Don't exit on signal | Patrick McDermott | 2020-06-25 | 1 | -2/+10 |
| | | | | Return to caller to allow for more cleanup. | ||||
* | session_exec(): Make "set -e"-safe | Patrick McDermott | 2019-04-25 | 1 | -2/+3 |
| | |||||
* | src/session.sh: Make some functions "static" | Patrick McDermott | 2019-04-25 | 1 | -9/+9 |
| | |||||
* | src/session.sh: Define functions before references | Patrick McDermott | 2019-04-25 | 1 | -73/+73 |
| | |||||
* | src/session.sh: Define functions before references | Patrick McDermott | 2019-04-25 | 1 | -70/+70 |
| | |||||
* | src/session.sh: Delimit command operands | Patrick McDermott | 2019-04-25 | 1 | -12/+12 |
| | |||||
* | src/session.sh: Shift function arguments | Patrick McDermott | 2019-04-25 | 1 | -0/+2 |
| | |||||
* | Update remaining copyright notices | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Add braces to param exps in arith substs | Patrick McDermott | 2019-04-19 | 1 | -2/+2 |
| | |||||
* | Add explicit returns to some functions | P. J. McDermott | 2016-01-18 | 1 | -0/+6 |
| | |||||
* | session_handle_sig(): Drop ${exit_status} handling | P. J. McDermott | 2016-01-17 | 1 | -5/+1 |
| | | | | This is an artifact from error() setting exit_status and sending SIGINT. | ||||
* | session_begin(), session_end(): Use non-exiting error() | P. J. McDermott | 2016-01-17 | 1 | -3/+8 |
| | |||||
* | Move lib/*.sh to src/ | P. J. McDermott | 2015-12-06 | 1 | -0/+210 |