aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/eval.fish
Commit message (Expand)AuthorAge
* Clean up recent fix for #1892Gravatar ridiculousfish2015-01-17
* Don't define unnamespaced internal function.Gravatar Konrad Borowski2015-01-17
* Fix: eval should preserve previous $status if the evaluated block does not ch...Gravatar Jorge Bucaran2015-01-17
* Add more expository comments to eval, and remove a useless parameterGravatar ridiculousfish2015-01-07
* Support -h/--help with `eval`Gravatar Kevin Ballard2014-10-09
* Initial work towards various IO cleanups with an eye to fixing https://github...Gravatar ridiculousfish2013-08-19
* Fix #684 by putting newline after $argvGravatar Konrad Borowski2013-08-18
* Fix "." function to not shadow scopes, so the tests pass again. Remove eval's...Gravatar ridiculousfish2013-08-17
* Use double quotes in eval.fishGravatar Cheer Xiao2013-01-20
* eval: (eval false) should return an error statusGravatar Dylan Smith2010-11-22
* 'Misfeature' fix for eval function - make it force job control when in intera...Gravatar liljencrantz2007-10-06
* Use IO redirection to make the eval function actually have a working stdinGravatar liljencrantz2007-10-06
* Fix bug in eval function, forgot to turn off new scope creation.Gravatar liljencrantz2007-09-23
* Avoid using -n switch to eccoGravatar axel2007-09-09
* Replace the eval builtin with a functionGravatar axel2007-04-23