aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDavid N. Welton <davidw@efn.org>1998-11-09 21:18:01 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:27 -0800
commit926b1b647ac830660933a5e63eb52d4a2552e264 (patch)
treee25db5f6e1441d67f5d9af063432018ee20a5f51 /README
parentb21cac3362022718634f7086964208b2eed8e897 (diff)
parentfa3f23105ddcf07c5900de47f19af43d1db1b597 (diff)
downloadslib-926b1b647ac830660933a5e63eb52d4a2552e264.tar.gz
slib-926b1b647ac830660933a5e63eb52d4a2552e264.zip
Import Debian changes 2c3-3debian/2c3-3
slib (2c3-3) frozen unstable; urgency=low * Fixes #16235. * Fixes #19943. * Fixes #20265. * Fixes #24917. * Fixes #27389. slib (2c3-2) frozen unstable; urgency=low * Re-uploaded for slink freeze. slib (2c3-1) unstable; urgency=low * New upstream release.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 17 insertions, 5 deletions
diff --git a/README b/README
index e440663..ab01989 100644
--- a/README
+++ b/README
@@ -1,9 +1,10 @@
-This directory contains the distribution of Scheme Library slib2c0.
-Slib conforms to Revised^4 Report on the Algorithmic Language Scheme
+This directory contains the distribution of Scheme Library slib2c3.
+Slib conforms to Revised^5 Report on the Algorithmic Language Scheme
and the IEEE P1178 specification. Slib supports Unix and similar
systems, VMS, and MS-DOS.
-The maintainer can be reached at jaffer@ai.mit.edu.
+The maintainer can be reached at jaffer @ life.ai.mit.edu.
+ http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
MANIFEST
@@ -32,6 +33,7 @@ The maintainer can be reached at jaffer@ai.mit.edu.
`require.scm' has code which allows system independent access to
the library files.
+ `Bev2slib.scm' Converts Stephen Bevan's "*.map" files to SLIB catalog entries.
`format.scm' has Common-Lisp style format.
`formatst.scm' has code to test format.scm
`pp.scm' has pretty-print.
@@ -80,9 +82,15 @@ The maintainer can be reached at jaffer@ai.mit.edu.
`alistab.scm' has association list base tables.
`dbutil.scm' has utilities for creating and manipulating relational
databases.
+ `htmlform' generates HTML2.0 forms and service CGI requests from RDB
+ command tables.
`dbrowse.scm' browses relational databases.
`paramlst.scm' has procedures for passing parameters by name.
+ `getparam.scm' has procedures for converting getopt to parameters.
`report.scm' prints database reports.
+ `schmooz.scm' is a simple, lightweight markup language for
+ interspersing Texinfo documentation with Scheme source code.
+ `glob.scm' has filename matching and manipulation.
`batch.scm' Group and execute commands on various operating systems.
`makcrc.scm' Create Scheme procedure to calculate POSIX.2 checksums
or other CRCs.
@@ -134,6 +142,7 @@ The maintainer can be reached at jaffer@ai.mit.edu.
`trnscrpt.scm' has transcript-on and transcript-off from Revised^4 spec.
`withfile.scm' has with-input-from-file and with-output-to-file from R4RS.
`dynwind.scm' has proposed dynamic-wind from R5RS.
+ `eval.scm' has proposed eval with environments from R5RS.
`dwindtst.scm' has routines for characterizing dynamic-wind.
`dynamic.scm' has proposed DYNAMIC data type.
`fluidlet.scm' has fluid-let syntax.
@@ -185,8 +194,11 @@ the name `slib48' which will invoke the saved image.
If there is no initialization file for your Scheme implementation, you
will have to create one. Your Scheme implementation must be largely
-compliant with `IEEE Std 1178-1990' or `Revised^4 Report on the
-Algorithmic Language Scheme' to support SLIB.
+compliant with
+ `IEEE Std 1178-1990',
+ `Revised(4) Report on the Algorithmic Language Scheme', or
+ `Revised(5) Report on the Algorithmic Language Scheme'
+in order to support SLIB.
`Template.scm' is an example configuration file. The comments inside
will direct you on how to customize it to reflect your system. Give