From 33c91d854d2ca0200d3d7520fe89a39c135ec86a Mon Sep 17 00:00:00 2001 From: shivers Date: Tue, 22 Apr 1997 17:55:50 +0000 Subject: [PATCH] Release notes said we don't do sighandlers. Fixed. --- RELEASE | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASE b/RELEASE index 25fe8e5..a29e20f 100644 --- a/RELEASE +++ b/RELEASE @@ -36,13 +36,13 @@ as a macro that can be embedded inside general Scheme code. ** Scsh as a systems-programming language ----------------------------------------- Scsh additionally provides the low-level access to the operating system -normally associated with C. With the exception of signal handlers, the current -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, -tty & pty support, file locking, pipes, select, file-name pattern-matching, -time & date, environment variables, and more. +normally associated with C. The current 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, tty & pty support, file +locking, pipes, select, file-name pattern-matching, time & date, environment +variables, signal handlers, and more. In brief, you can now write Unix systems programs in Scheme instead of C. For example, we have implemented an extensible HTTP server at MIT entirely