Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eshld/eshrt: Add "unset IFS" before for loops | P. J. McDermott | 2016-02-26 | 1 | -0/+7 |
| | |||||
* | 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 [...] | ||||
* | eshtrans/Makefile, eshld/Makefile: Make executables executable | P. J. McDermott | 2016-02-23 | 1 | -0/+1 |
| | |||||
* | eshld: Change header comments | P. J. McDermott | 2016-02-23 | 2 | -2/+2 |
| | |||||
* | eshld: Add runtime library | P. J. McDermott | 2016-02-23 | 4 | -24/+257 |
| | |||||
* | eshld/Makefile: New file | P. J. McDermott | 2016-02-22 | 1 | -0/+21 |
| | |||||
* | Add basic eshld | P. J. McDermott | 2016-02-22 | 2 | -0/+215 |