summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-30wip! Port the evaluator to Mes.wip-mesTimothy Sample
2021-06-25wip! Port the back end to Mes.Timothy Sample
2021-06-24wip! Port the front end to Mes.Timothy Sample
2021-06-23parser: Simplify default port handling.Timothy Sample
2021-06-23parser: Fix port name typo.Timothy Sample
2021-05-26Add arithmetic expansion.Timothy Sample
2021-04-19Move evaluation code from 'word' to 'eval'.Timothy Sample
2021-04-19Add an 'expand-qword' procedure.Timothy Sample
2021-04-16Fix long lines in the examples in the manual.Timothy Sample
2021-04-16Correct ice cream parsing example in the manual.Timothy Sample
2020-08-21Remove asynchronous commands as a missing feature.Timothy Sample
2020-08-21List variable operators as working in the manual.Timothy Sample
2020-08-21Add a language specification.Stephen J. Scheck
2020-03-30Reset status on empty commands.Timothy Sample
2020-03-22Respect noclobber when redirecting.Timothy Sample
2020-03-22Support printing the current umask.Timothy Sample
2020-03-17Add the wait built-in.Timothy Sample
2020-03-17Add basic support for asynchronous commands.Timothy Sample
2020-02-06Install Git in the CI environment.Timothy Sample
2020-02-06Use the configured system shell in tests.Timothy Sample
2020-02-06Restore 'guix build -f guix.scm'.Timothy Sample
2020-02-04Speed up getting non-whitespace IFS characters.Timothy Sample
2020-02-04Mark 'next-char' as inlinable.Timothy Sample
2020-02-04Speed up checking for operators.Timothy Sample
2019-12-15Update the NEWS file.v0.2.0Timothy Sample
2019-12-15Make the bootstrap test work with current Guix.Timothy Sample
2019-12-10Generate 'version.texi' reproducibly.Timothy Sample
2019-12-09Add janneke to the ChangeLog copyright notice.Timothy Sample
2019-12-09Allow 'make dist' in a Git worktree.Jan Nieuwenhuizen
2019-12-09Generate the ChangeLog reproducibly.Timothy Sample
2019-12-09Generate reproducible source tarballs.Jan Nieuwenhuizen
2019-12-09Allow running 'make dist' from extracted tarball.Timothy Sample
2019-12-09Generate ChangeLog from Git.Timothy Sample
2019-12-09gash compat textual-ports: Add put-char.Jan Nieuwenhuizen
2019-12-09Initialize the current locale on Guile 2.0.Timothy Sample
2019-12-09Allow one-armed 'if-guile-version-below'.Timothy Sample
2019-12-09Use bindings with regular built-ins.Timothy Sample
2019-12-09Reap every process in a pipeline.Timothy Sample
2019-12-09Do not leak ports into pipeline processes.Timothy Sample
2019-12-09Test executing redirect-created files immediately.Jan Nieuwenhuizen
2019-12-09Close ports opened for redirects.Timothy Sample
2019-12-09Enable 'glob' specification testTimothy Sample
2019-12-09Respect the 'noglob' option.Timothy Sample
2019-12-09Fix pathname expansion.Timothy Sample
2019-12-09Simplify the 'pattern' data structure.Timothy Sample
2019-12-09Swap semantics of ':+' and '+'.Timothy Sample
2019-12-09Enable 'command-sub' specification testTimothy Sample
2019-12-09Fix case statements in '$(...)' substitutions.Timothy Sample
2019-12-09Add test for backquoted commands in heredocs.Timothy Sample
2019-12-09Correctly parse double-quoted backquoted commands.Timothy Sample