File gash.changes of Package gash
-------------------------------------------------------------------
Sun Jan 1 16:07:07 UTC 2023 - Jonathan Brielmaier <jbrielmaier@opensuse.org>
- Update to version 0.3.0:
* New features
** Arithmetic expansion.
** Simple asynchronous commands.
** A language specification is now provided, allowing you to use the
evaluator from the Guile REPL by typing ",L sh".
** Redirects now honor the 'noclobber' option.
** The 'wait' built-in.
** The 'umask' built-in can now display the current umask.
* Bug fixes
** An empty command will now reset the status.
** The 'read-sh' procedure now reads from 'current-input-port' by
default (before it used 'current-output-port').
* Misc
** Various performance improvements.
** Word expansion has been split into two steps, paving the way for a
compiler.
** Guile 3.0 is now explicitly supported.
- Enable build against Guile 3.x
-------------------------------------------------------------------
Sat Jan 18 10:23:40 UTC 2020 - Jonathan Brielmaier <jbrielmaier@suse.de>
- Don't build with Guile 3.0 as Gash is not yet compatible
-------------------------------------------------------------------
Tue Dec 17 09:08:44 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- Update to version 0.2.0:
* Better error handling.
* Some small features added.
* Multiple bug fixes.
-------------------------------------------------------------------
Tue Jul 16 15:08:28 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- require guile-devel >= 2.2
-------------------------------------------------------------------
Mon Jun 3 10:21:53 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
- let there be Gash 0.1, a POSIX-compatible shell written in Guile