gash/gash
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
..
built-ins Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
compat Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
built-ins.scm Structure 'echo' like all the other built-ins. 2019-05-20 01:18:54 -04:00
compat.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
config.scm.in Remove compression utility configuration. 2019-05-20 01:18:54 -04:00
environment.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
eval.scm Add support for Guile 2.0.9. 2019-05-20 18:07:47 -04:00
gash.scm Clean up module imports in 'gash.scm'. 2019-05-20 01:18:54 -04:00
lexer.scm Add support for Guile 2.0. 2019-05-20 01:18:54 -04:00
parser.scm Add support for Guile 2.0. 2019-05-20 01:18:54 -04:00
pattern.scm Remove (almost) all references to Geesh. 2019-05-20 01:17:40 -04:00
readline.scm Guile As SHell. 2018-11-05 19:59:53 +01:00
repl.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00
shell.scm Add support for Guile 2.0. 2019-05-20 01:18:54 -04:00
textual-ports.scm Add support for Guile 2.0. 2019-05-20 01:18:54 -04:00
word.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00