gash/gash/built-ins
Timothy Sample 878b9c3dca Add support for Guile 2.0.9.
* gash/compat.scm: New file.
* gash/compat/hash-table.scm: New file.
* Makefile.am: Add them.
* .dir-locals.scm: Add indentation for 'if-guile-version-below'.
* guix.scm (guile-2.0.9): New variable.
* gash/built-ins/echo.scm (escape->control): Use '#\esc'.
* gash/environment.scm: Use '(gash compat hash-table)'.
* gash/built-ins/break.scm,
gash/built-ins/cd.scm,
gash/built-ins/command.scm,
gash/built-ins/continue.scm,
gash/built-ins/dot.scm,
gash/built-ins/exec.scm,
gash/built-ins/exit.scm,
gash/built-ins/pwd.scm,
gash/built-ins/return.scm,
gash/built-ins/set.scm,
gash/built-ins/shift.scm,
gash/built-ins/trap.scm,
gash/built-ins/type.scm,
gash/built-ins/umask.scm,
gash/eval.scm,
tests/unit/automake.scm: Use '(gash compat)'.

squash! Add support for Guile 2.0.9.
2019-05-20 18:07:47 -04:00
..
break.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
cd.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
colon.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
command.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
continue.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
dot.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
echo.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
eval.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
exec.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
exit.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
export.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
false.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
pwd.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
read.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
readonly.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
return.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
set.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
shift.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
trap.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
true.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
type.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
umask.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
unset.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
utils.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00