Go to file
shivers 7e66a68afa - Interrupt handlers really installed and documented.
- File locking fixed to use proc objects instead of pids, and bugs in code
  and documentation fixed.
1996-11-10 13:56:13 +00:00
alt
bcomp Hacked file-loading code so that we could load from ports. This to support 1996-08-30 07:15:14 +00:00
big
cig
debug Hacked file-loading code so that we could load from ports. This to support 1996-08-30 07:15:14 +00:00
doc - Interrupt handlers really installed and documented. 1996-11-10 13:56:13 +00:00
emacs
env
infix
link
misc
opt
rts Hacked file-loading code so that we could load from ports. This to support 1996-08-30 07:15:14 +00:00
scsh - Interrupt handlers really installed and documented. 1996-11-10 13:56:13 +00:00
vm
.gdbinit
.gitignore
.notify
COPYING
Changes
Error-log updated with new sin/cos bug 1996-11-09 02:08:42 +00:00
INSTALL
Makefile.in Makefile.in needs to rerun ranlib after installing libscshvm.a 1996-11-04 18:12:06 +00:00
NEWS - Interrupt handlers really installed and documented. 1996-11-10 13:56:13 +00:00
NEWS.s48-0.36
README
README.s48-0.36
RELEASE - Interrupt handlers really installed and documented. 1996-11-10 13:56:13 +00:00
TODO Cleaned them up a bit, added a few bits and pieces. 1996-11-08 15:49:04 +00:00
TODO.s48-0.36
alt-packages.scm
build-usual-image
comp-packages.scm
config.guess new config.guess from emacs-19.34b 1996-11-04 01:48:28 +00:00
config.sub new config.sub from emacs-19.34b 1996-11-04 01:48:42 +00:00
configure Fix building problem under Linux ELF systems; no nlist.h 1996-10-29 23:22:20 +00:00
configure.in Fix building problem under Linux ELF systems; no nlist.h 1996-10-29 23:22:20 +00:00
debug-packages.scm
dynload.c
extension.c
filenames.make
filenames.scm
initial-packages.scm
initial.debug Hacked file-loading code so that we could load from ports. This to support 1996-08-30 07:15:14 +00:00
initial.image New primitive exports for the scsh interrupt-handler stuff. 1996-09-13 01:47:51 +00:00
initial.scm
install-sh
interfaces.scm The INTERRUPTS-INTERFACE now exports WITH-INTERRUPTS for scsh. 1996-09-13 01:46:36 +00:00
link-packages.scm
low-packages.scm
main-original.c
main.c factored out arg parsing; have not gotten the static linker to support linking in a new one yet; probably no more work required here though 1996-11-01 07:39:07 +00:00
minor-version-number
more-interfaces.scm
more-packages.scm
packages.scm
postgcstub.c
prescheme.c
prescheme.h
proc2.c I changed the meta-arg parsers (C and Scheme) so that newline *always* 1996-08-29 08:35:25 +00:00
rts-packages.scm
scheme48.1
scheme48.h
scheme48.man
scheme48vm.c
scsh.man
sysdep.h.in Fix building problem under Linux ELF systems; no nlist.h 1996-10-29 23:22:20 +00:00
unix.c Fix building problem under Linux ELF systems; no nlist.h 1996-10-29 23:22:20 +00:00

README

-*- Mode: Text; -*-

Copyright (c) 1994 Brian D. Carlstrom
See file COPYING for copying information.

Please report bugs to scsh-bugs@martigny.ai.mit.edu, and include
the version number in your message.

Installation instructions in file INSTALL.

A scsh manual is in file doc/scsh-manual{/*.tex,.ps}.
A scsh paper is in file doc/scsh-paper.{tex,ps}.
A scsh quick reference is in file doc/cheat.txt.

Recent changes are listed in file NEWS.

Known bugs and things to do in the future are listed in TODO.

Send mail to scsh-request@martigny.ai.mit.edu to be put on a
mailing list for announcements, discussion, bug reports, and bug
fixes.

A road-map of the source tree is also in the doc directory.