gash/geesh/built-ins
Timothy Sample 79e5c6eafc Add the trap built-in
* geesh/built-ins/trap.scm: New file.
* Makefile.am: Add it.
* geesh/built-ins.scm (*special-built-ins*): Add trap.
2018-12-05 16:08:09 -05:00
..
break.scm Add a prefix to break and continue 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 Add a prefix to break and continue 2018-12-05 16:08:09 -05:00
dot.scm Add return and exit semantics 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
exit.scm Add the return and exit built-ins 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
return.scm Add the return and exit built-ins 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
trap.scm Add the trap 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