Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eshld/eshrt: Encode stack in vars with a stack pointer | P. J. McDermott | 2016-02-24 | 1 | -44/+29 |
| | | | | | String manipulations are slow and require fork()ing for sed to escape/encode input data. | ||||
* | eshld/eshrt: Add function begin/end hooks | P. J. McDermott | 2016-02-23 | 1 | -0/+22 |
| | |||||
* | eshld/eshrt: Don't run unset with no arguments | P. J. McDermott | 2016-02-23 | 1 | -2/+8 |
| | | | | | | | | | | | ksh93 and zsh don't like that: $ ksh93 test Usage: unset [-nfv] name... $ zsh test __fn_ctxsw:unset:24: not enough arguments __fn_ctxsw:unset:24: not enough arguments [...] | ||||
* | eshld: Change header comments | P. J. McDermott | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | eshld: Add runtime library | P. J. McDermott | 2016-02-23 | 1 | -0/+248 |