From eaa18026244fcd134bffac58ddfbb07705b49367 Mon Sep 17 00:00:00 2001 From: bdc Date: Wed, 1 Nov 1995 23:27:31 +0000 Subject: [PATCH] *** empty log message *** --- RELEASE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 99aebc2..4410fa8 100644 --- a/RELEASE +++ b/RELEASE @@ -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,