summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-10-04 20:33:59 +0000
committeragc <agc>2003-10-04 20:33:59 +0000
commit8e8abc7be6c3273930a41dc24290062e6c3ccd44 (patch)
treef50d2249fed8d744b8a4db41a1c75bd219730187
parent02872616f55078497cf01ce9fde83842f317cc0c (diff)
downloadpkgsrc-8e8abc7be6c3273930a41dc24290062e6c3ccd44.tar.gz
You can never have enough scheme interpreters.
Initial import of scm-5d8 into the NetBSD Packages Collection. Provided in PR 22186 by David S., modified slighly by myself. Scm is a portable R5RS Scheme implementation written in C. * Support for SICP, R2RS, R3RS, and R5RS scheme code. * Is fully documented in TeXinfo form, allowing documentation to be generated in info, TeX, html, nroff, and troff formats. * Supports inexact real and complex numbers, 30 bit immediate integers and large precision integers. * Many Common Lisp functions: logand, logor, logxor, lognot, ash, logcount, integer-length, bit-extract, defmacro, macroexpand, macroexpand1, gentemp, defvar, force-output, software-type, get-decoded-time, get-internal-run-time, get-internal-real-time, delete-file, rename-file, copy-tree, acons, and eval. * Char-code-limit, most-positive-fixnum, most-negative-fixnum, and internal-time-units-per-second constants. *Features* and *load-pathname* variables. * Arrays and bit-vectors. String ports and software emulation ports. I/O extensions providing ANSI C and POSIX.1 facilities. * Interfaces to standard libraries * Available add-on packages including an interactive debugger, database, X-window graphics, BGI graphics, Motif, and Open-Windows packages. * A compiler (HOBBIT) and dynamic linking of compiled modules. * User definable responses to interrupts and errors, Process-syncronization primitives. Setable levels of monitoring and timing information printed interactively (the verbose function).
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index beb791de344..3056d2dbc5a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3633 2003/10/04 19:19:12 jschauma Exp $
+$NetBSD: CHANGES,v 1.3634 2003/10/04 20:33:59 agc Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -4068,3 +4068,4 @@ Changes to the packages collection and infrastructure in 2003:
Added chkfontpath-1.9.7 [hubertf 2003-10-03]
Updated navi2ch to 1.7.1 [toshii 2003-10-04]
Added xylem-1.8.7 [jschauma 2003-10-04]
+ Added scm-5d8 [agc 2003-10-04]