Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] View/Pro docs updated

 [1/4] from: holger::rebol::com at: 19-Apr-2001 10:07


The View/Pro Library, Shell and Encryption docs have been updated to reflect the new BeOS and AmigaOS ports and other recent changes. The new versions are available from the web site now. Here are the changes in a nutshell: Library: BeOS works just like Unix. AmigaOS is similar, but requires an ".fd" file for every library, either in the same directory as the library or in "FD:". Shell: BeOS and AmigaOS work like Unix, except that i/o redirection to/from REBOL is not supported (/input, /output, /error, /console refinements). Temporary files have to be used instead, together with shell redirection. Encryption: No differences between platforms. Changes in the documentation include clarifications and corrections regarding encryption strength (full version vs. export), and documentation of the /padding refinement for 'rsa-encrypt, new in View/Pro 1.1. -- Holger Kruse [holger--rebol--com]

 [2/4] from: bga:din:uem at: 19-Apr-2001 14:34


Em Thursday, April 19 2001, 14:07:04, Holger Kruse ([holger--rebol--com]) disse:
>Shell: > >BeOS and AmigaOS work like Unix, except that i/o redirection to/from REBOL >is not supported (/input, /output, /error, /console refinements). Temporary >files have to be used instead, together with shell redirection.
Why is that? I mean, if you're running console apps under BeOS (and you usually will call console apps from a script) you are able to redirect input/ output just like in UNIX. In fact, I think that the code necessary to do it in BeOS should not be that different than the same code in the UNIX world. -Bruno -- Bruno G. Albuquerque [bga--din--uem--br] BeDevId #15362 Grupo Brasileiro de Usuários de BeOS - Presidente http://www.bug-br.org.br And on the seventh day, He exited from append mode.

 [3/4] from: ryan:christiansen:intellisol at: 19-Apr-2001 13:20


>Shell: > >BeOS and AmigaOS work like Unix, except that i/o redirection to/from REBOL >is not supported (/input, /output, /error, /console refinements).
Temporary
>files have to be used instead, together with shell redirection.
I, too, find this strange, because you can compile simple command-line C programs in BeOS without modification. Can you explain the reason for this? Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software _____________________________________ Confidentiality Notice This message may contain privileged and confidential information. If you think, for any reason, that this message may have been addressed to you in error, you must not disseminate, copy or take any action in reliance on it, and we would ask you to notify us immediately by return email to [ryan--christiansen--intellisol--com]

 [4/4] from: holger:rebol at: 19-Apr-2001 11:27


On Thu, Apr 19, 2001 at 02:34:13PM -0300, Bruno G. Albuquerque wrote:
> Em Thursday, April 19 2001, 14:07:04, Holger Kruse ([holger--rebol--com]) disse: > >Shell:
<<quoted lines omitted: 6>>
> output just like in UNIX. In fact, I think that the code necessary to do it > in BeOS should not be that different than the same code in the UNIX world.
Unfortunately the Posix emulation environment in BeOS is extremely incomplete. fork()/execv() are buggy, select() does not work with files/pipes and there are numerous other problems. It would probably be possible to somehow "hack" pipes in BeOS into our event system by using additional threads, but there was no time for that for View/Pro 1.1. Perhaps in a future version, or if BeOS ever gets a more complete Posix environment. -- Holger Kruse [holger--rebol--com]

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted