On 19.04.2018 19:21, Erich Steinböck wrote:
> I just committed the Unix implementation of a redirecting system command 
> handler, that passes all
> tests in (an updated) ADDRESS.testGroup.
>
> It handles OUTPUT in the main thread, and INPUT and ERROR in additional 
> threads when required.
> (Handling OUTPUT in the main thread will allow Rexx code to get concurrent 
> progress information
> for long running commands; ERROR information becomes available only after the 
> ERROR thread ends).
>
> Redirection is available for all Unix environments - with the update we now 
> have sh, bsh, csh,
> bash, ksh, tcsh, zsh.
> Redirection is also available for the direct, no-shell environment (now 
> called "path" instead of
> "noshell" which is the same name as Regina uses)
Does that mean that in theory it also should work on Android? You mentioned in 
one of your posts,
that Android's Linux might pose a problem.

---rony

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to