- Jan 25, 2019
-
-
Tom Almeida authored
Add the ability to use numbers for indexing map types Closes #840 See merge request redox-os/ion!891
-
Tom Almeida authored
-
Tom Almeida authored
Allow for empty arrays when printing all variables Closes #841 See merge request redox-os/ion!893
-
- Jan 24, 2019
-
-
Tom Almeida authored
-
Michael Aaron Murphy authored
Update debian packaging See merge request redox-os/ion!892
-
Michael Aaron Murphy authored
-
- Jan 23, 2019
-
-
Michael Aaron Murphy authored
Make map value reassignment actually work Closes #839 See merge request redox-os/ion!890
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
-
Tom Almeida authored
Merge branch 'xTibor/doc-btreemap'
-
Michael Aaron Murphy authored
Add the ability to get the last exit status from any scope Closes #812 See merge request redox-os/ion!888
-
Tom Almeida authored
-
Nagy Tibor authored
-
Tom Almeida authored
-
Tom Almeida authored
Merge branch 'zen3ger/ion-expand-before-glob'
-
-
-
Tom Almeida authored
Merge branch 'zen3ger/ion-glob-zero-match'
-
Fixes #799
-
- Jan 15, 2019
-
-
Michael Aaron Murphy authored
Closes #823 See merge request redox-os/ion!885
-
- Jan 13, 2019
-
-
Roland Kovács authored
This commit adds separate quote handling to parsing arguments inside the method body instead of checking the global quoting state of the shell.
-
Roland Kovács authored
-
Roland Kovács authored
-
Roland Kovács authored
-
- Dec 29, 2018
-
-
Michael Aaron Murphy authored
See merge request redox-os/ion!884
-
Michael Neumann authored
__dfly_error() was removed from Rust many years ago. DragonFly uses a thread-local errno variable, but #[thread_local] is feature-gated and not available in stable Rust as of this writing (Rust 1.31.0). We have to use a C extension to access it. Tracking issue for `thread_local` stabilization: https://github.com/rust-lang/rust/issues/29594 Once this becomes stable, we can simply use: extern { #[thread_local] static errno: c_int; }
-
- Dec 23, 2018
-
-
Michael Aaron Murphy authored
Fix `time` to measure control-flow blocks Closes #829 See merge request redox-os/ion!883
-
Roland Kovács authored
Do as bash does, and ignore multiple calls of `time`.
-
- Dec 22, 2018
-
-
Roland Kovács authored
This commit fixes the control-flow stack building for the `Statement::Time` variant. `Statement::Time` is handled as a block if `parse()` returns a block-like (partial) statement wrapped by `time`. For convenience `is_block()` is added to make the check less verbose. Fixes #829
-
- Dec 08, 2018
-
-
Michael Aaron Murphy authored
-
- Dec 06, 2018
-
-
Michael Aaron Murphy authored
Comment in test for 'or' since it now works. See merge request redox-os/ion!882
-
Tormod G. Hellen authored
-
- Nov 27, 2018
-
-
Michael Aaron Murphy authored
Update manual See merge request redox-os/ion!881
-
Michael Aaron Murphy authored
-
Michael Aaron Murphy authored
Fix autocomplete for paths beginning with ./ (ie scripts). See merge request redox-os/ion!880
-