*** empty log message ***

This commit is contained in:
bdc 1995-11-01 23:27:31 +00:00
parent b62f12fe25
commit eaa1802624
1 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ would be written in scsh as
(< paper.tex.gz)) ; with this redirection
Scsh embeds this process notation within a full Scheme implementation.
The process notation is realised as a set of macro definitions, and is
The process notation is realized as a set of macro definitions, and is
carefully designed to allow full integration with standard Scheme code.
Scsh isn't Scheme-like; it is Scheme.
@ -41,7 +41,7 @@ as a macro that can be embedded inside general Scheme code.
-----------------------------------------
Scsh additionally provides the low-level access to the operating system
normally associated with C. With the exception of signal handlers, the current
release provids full access to Posix, plus important non-Posix extensions,
release provides full access to Posix, plus important non-Posix extensions,
such as complete sockets support. "Complete Posix" means: fork, exec & wait,
sockets, full read, write, open & close, seek & tell, complete file-system
access, including stat, chmod/chgrp/chown, symlink, FIFO & directory access,
@ -71,6 +71,7 @@ also quite portable, providing a consistent interface across different
Unix platforms. We currently have scsh implementations for
AIX,
CXUX,
FreeBSD,
HP-UX,
IRIX,
Linux,