diff options
author | Thomas Bushnell <tb@debian.org> | 2005-10-27 12:00:49 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 4e063c0de0bf319c9201cefa6f399364041bb7b9 (patch) | |
tree | 61a326cd4ab69f610d2e10313db2a641b6d0b4dd /hobbit.texi | |
parent | 5f7b0413c1bb0f96bb613ad74c0978f44116a136 (diff) | |
parent | 302e3218b7d487539ec305bf23881a6ee7d5be99 (diff) | |
download | scm-4e063c0de0bf319c9201cefa6f399364041bb7b9.tar.gz scm-4e063c0de0bf319c9201cefa6f399364041bb7b9.zip |
Import Debian changes 5e1-1debian/5e1-1
scm (5e1-1) unstable; urgency=low
* New upstream release. (Closes: #335970)
* debian/rules (SCM_OPTIONS): Remove -F turtlegr; the file supporting
this option seems to have gone by the wayside.
* debian/rules (binary-arch): Don't try to install grtest.scm; it's gone
now.
* debian/rules (build-stamp): Use tee to capture output of ./build so
that we can capture a copy of the file in the build log.
* scm.1: Fix spelling errors in manual page:
verobse -> verbose;
qoutes -> quotes;
aguments -> arguments;
neccessary -> necessary;
preceeds -> precedes.
syncronization -> synchronization.
(Closes: #300131)
* debian/postinst, debian/prerm: Assume that install-docs is in the
standard place, and test for it there with test -x. (Closes: #292996)
Diffstat (limited to 'hobbit.texi')
-rw-r--r-- | hobbit.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hobbit.texi b/hobbit.texi index f87c1b0..1afa9c4 100644 --- a/hobbit.texi +++ b/hobbit.texi @@ -123,7 +123,7 @@ Hobbit (derived from hobbit5x) is now part of the SCM Scheme implementation. The most recent information about SCM can be found on SCM's @dfn{WWW} home page: -@center @url{http://swissnet.ai.mit.edu/~jaffer/SCM} +@center @url{http://swiss.csail.mit.edu/~jaffer/SCM} Hobbit4d has also been ported to the Guile Scheme implementation: @@ -665,9 +665,10 @@ upper row, C ops below): @end group @end example -The following alternative names @t{logical:logand}, @t{logical:logior}, -@t{logical:logxor}, @t{logical:lognot}, @t{ash}, @t{logical:ash} are compiled for the -generic case, not immediate-integers-only and are thus much slower. +The following alternative names @t{logical:logand}, +@t{logical:logior}, @t{logical:logxor}, @t{logical:lognot}, and +@t{ash} are compiled for the generic case, not immediate-integers-only +and are thus much slower. Notice that the procedures @t{logsleft}, @t{logsright} are @b{NOT} in the the library file @file{logical.scm:} the universal procedure |