gash/gash
Timothy Sample df43ca7215 Add support for Guile 2.0.
* configure.ac (GUILE_PKG): Add 2.0.
* gash/textual-ports.scm: New file.
* Makefile.am: Add it.
* gash/lexer.scm, gash/parser.scm, gash/shell.scm: Use it in place of
'(ice-9 textual-ports)'.
* tests/unit/shell.scm: Use it in place of '(ice-9 textual-ports)';
replace '(ice-9 textual-ports)' with '(rnrs io ports)' in sub-scripts;
and add a shim for 'setvbuf'.
2019-05-20 01:18:54 -04:00
..
built-ins Structure 'echo' like all the other built-ins. 2019-05-20 01:18:54 -04:00
built-ins.scm Structure 'echo' like all the other built-ins. 2019-05-20 01:18:54 -04:00
builtins.scm Add the 'command' built-in. 2019-05-20 01:17:30 -04:00
config.scm.in Use built-in compress without an external file. 2019-01-12 11:42:26 -05:00
environment.scm Allow setting the status with a Boolean. 2019-05-20 01:18:48 -04:00
eval.scm Support redirects with empty commands. 2019-05-20 01:18:36 -04:00
gash.scm Remove the unused 'geesh' module. 2019-05-20 01:18:54 -04:00
io.scm Add missing copyright headers. 2019-05-20 01:17:48 -04:00
job.scm Add missing copyright headers. 2019-05-20 01:17:48 -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
pipe.scm Add missing copyright headers. 2019-05-20 01:17:48 -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
script.scm Add missing copyright headers. 2019-05-20 01:17:48 -04:00
shell-utils.scm chmod: Recurse also chmod's directories. 2018-12-04 10:10:05 +01: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
util.scm fix: 100-sed-fooRbar. 2018-12-02 09:03:02 +01:00
word.scm Add copyright sign to headers. 2019-05-20 01:18:22 -04:00