gash/gash
Timothy Sample 917cbf2aba Speed up getting non-whitespace IFS characters.
* gash/word.scm (split-fields): Compute 'char-set:ifs/nw' using
'string-delete' instead of 'char-set-difference'.
2020-02-04 23:19:27 -05:00
..
built-ins Only throw for specific special built-in errors. 2019-12-08 12:18:31 -05:00
compat gash compat textual-ports: Add put-char. 2019-12-09 13:57:15 -05:00
built-ins.scm Structure 'echo' like all the other built-ins. 2019-05-20 01:18:54 -04:00
compat.scm Allow one-armed 'if-guile-version-below'. 2019-12-09 13:53:55 -05: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 Initialize the current locale on Guile 2.0. 2019-12-09 13:57:09 -05:00
lexer.scm Mark 'next-char' as inlinable. 2020-02-04 23:19:22 -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 Use bindings with regular built-ins. 2019-12-09 13:53:44 -05:00
word.scm Speed up getting non-whitespace IFS characters. 2020-02-04 23:19:27 -05:00