From c92057dbdf3ea5298632cb74969e903dde8d92e1 Mon Sep 17 00:00:00 2001 From: shivers Date: Thu, 7 Nov 1996 16:10:23 +0000 Subject: [PATCH] Added some missing stuff to the release info. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 3d40ca1..279b83e 100644 --- a/NEWS +++ b/NEWS @@ -9,10 +9,17 @@ Recent changes to the Scheme Shell. 10/31/96 (version 0.4.3) Signal handlers Static heap linker + Regular expression compilation + AWK pre-compiles regexp patterns outside of main loop Solaris 2 on i386 support AIX 4 support HP-UX now uses dld for faster loading a few small networking bug fixs + Bug fixes to I/O system. + New meta-arg second-line syntax + New -s command line switch + Last few bits of Posix: isatty(), ttyname(), ctermid(), fcntl() + More efficient CLOEXEC handling for unrevealed file descriptors. 10/31/95 (version 0.4.0) New minor versioning introduced