aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/eval.fish
Commit message (Expand)AuthorAge
* 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