scsh-0.5/NEWS

55 lines
1.9 KiB
Plaintext
Raw Normal View History

1995-10-13 23:34:21 -04:00
-*- Mode: Indented-text; -*-
Recent changes to the Scheme Shell.
1996-11-03 20:58:53 -05:00
11/03/96 (version 0.4.4)
minor fixes for SunOS, Solaris, AIX, NeXTStep, 686 systems
minor static heap linker fixes
1996-11-01 03:02:54 -05:00
10/31/96 (version 0.4.3)
Signal handlers
Static heap linker
Regular expression compilation
AWK pre-compiles regexp patterns outside of main loop
1996-11-01 03:02:54 -05:00
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<fdes> command line switch
Last few bits of Posix: isatty(), ttyname(), ctermid(), fcntl()
More efficient CLOEXEC handling for unrevealed file descriptors.
1996-11-01 03:02:54 -05:00
1995-10-30 11:30:33 -05:00
10/31/95 (version 0.4.0)
1995-10-13 23:34:21 -04:00
New minor versioning introduced
configure upgraded to autoconf-2.4 and overhauled in general
static heap system improved from Scheme 48 version
POSIX job control?
1995-10-30 11:30:33 -05:00
POSIX terminal control with BSD and SVR4 extensions
1995-10-13 23:34:21 -04:00
pseudo terminal (pty) interface
select interface
12/25/94 (version 0.3)
New network package.
New awk and field reader package.
Harris NightHawk support has been added courtesy Brent Benson.
IBM AIX support has been added courtesy Michael Sperber.
Ultrix support has been added.
IRIX support has been added.
Some bugs have been fixed in the manual and elsewhere.
Machine dependent code has been updated.
user-info and group-info routines have be unified.
file-info record used now now for naming consistency.
11/15/94 (version 0.2)
New time package.
Makefile bug has been fixed; makes should be totally painless.
There is now a friendly, ASCII-format cheat sheet with all the
system calls listed in doc/cheat.txt.
Some bugs in the manual have been fixed.
Solaris support has been added courtesy Travis V. Broughton.
10/31/94 (version 0.1)
First release.