gash/gash
Timothy Sample 121d9cb435 Close ports opened for redirects.
* gash/shell.scm (redir->parameter+port): Rename this...
(process-redirect): ...to this, and make it return a list with the
third element being a boolean indicating if the port was opened by us.
(sh:with-redirects): Close ports when the new boolean is set.
2019-12-09 13:36:41 -05:00
..
built-ins Only throw for specific special built-in errors. 2019-12-08 12:18:31 -05:00
compat Fix pathname expansion. 2019-12-09 13:23:54 -05:00
built-ins.scm Structure 'echo' like all the other built-ins. 2019-05-20 01:18:54 -04:00
compat.scm Fix 'setvbuf' wrapper for Guile 2.0. 2019-06-01 11:09:29 -04:00
config.scm.in Remove compression utility configuration. 2019-05-20 01:18:54 -04:00
environment.scm Initialize the 'IFS' variable. 2019-12-08 12:18:31 -05:00
eval.scm Reset exit status on assignment. 2019-12-08 12:18:31 -05:00
gash.scm Fix readline-related compiler warnings. 2019-05-20 18:07:47 -04:00
lexer.scm Correctly parse double-quoted backquoted commands. 2019-12-09 13:04:18 -05:00
parser.scm Fix case statements in '$(...)' substitutions. 2019-12-09 13:04:20 -05:00
pattern.scm Fix pathname expansion. 2019-12-09 13:23:54 -05: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 Close ports opened for redirects. 2019-12-09 13:36:41 -05:00
word.scm Respect the 'noglob' option. 2019-12-09 13:35:01 -05:00