gash/geesh
Timothy Sample 0c0227d523 Add support for file descriptors 3 to 9
* geesh/shell.scm (*fd-count*) Increase to 10.
(current-3-port, current-4-port, current-5-port, current-6-port,
current-7-port, current-8-port, current-9-port): New variables.
(fd->current-port): Handle file descriptors 3 to 9.
2018-12-05 16:08:09 -05:00
..
built-ins Add the 'false' utility 2018-12-03 20:15:19 -05:00
built-ins.scm Add the 'false' utility 2018-12-03 20:15:19 -05:00
environment.scm Add 'arguments' field to environment 2018-12-03 20:19:22 -05:00
eval.scm Add 'exec-let' support 2018-12-05 16:08:09 -05:00
lexer.scm Throw an error when missing a single quote 2018-11-28 23:00:10 -05:00
parser.scm Fix parsing of for loops 2018-11-28 23:04:30 -05:00
repl.scm Add 'status' field to environment 2018-12-03 20:17:56 -05:00
shell.scm Add support for file descriptors 3 to 9 2018-12-05 16:08:09 -05:00
word.scm Fix handling of non-whitespace IFS separators 2018-12-05 16:08:09 -05:00