gash/geesh/built-ins
Timothy Sample 2543ecd2bb Add the exec built-in
* geesh/built-ins/exec.scm: New file.
* Makefile.am: Add it.
* geesh/built-ins.scm (*special-built-ins*): Add exec.
2018-12-05 16:08:09 -05:00
..
break.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
cd.scm Add the cd and pwd built-ins 2018-12-05 16:08:09 -05:00
colon.scm Add the colon built-in 2018-12-05 16:08:09 -05:00
continue.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
dot.scm Add the dot and eval built-ins 2018-12-05 16:08:09 -05:00
echo.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
eval.scm Add the dot and eval built-ins 2018-12-05 16:08:09 -05:00
exec.scm Add the exec built-in 2018-12-05 16:08:09 -05:00
export.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
false.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
pwd.scm Add the cd and pwd built-ins 2018-12-05 16:08:09 -05:00
read.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
readonly.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
set.scm Fix handling of unknown options in set 2018-12-05 16:08:09 -05:00
shift.scm Add the shift built-in 2018-12-05 16:08:09 -05:00
true.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
umask.scm Add the umask built-in 2018-12-05 16:08:09 -05:00
unset.scm Globalize the environment module 2018-12-05 16:08:09 -05:00
utils.scm Add the dot and eval built-ins 2018-12-05 16:08:09 -05:00