diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:31 -0800 |
commit | ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7 (patch) | |
tree | eee15e02ae016333546d3841712be591b2bcb06f /scm.info | |
parent | 302e3218b7d487539ec305bf23881a6ee7d5be99 (diff) | |
download | scm-ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7.tar.gz scm-ae2b295c7deaf2d7c18ad1ed9b6050970e56bae7.zip |
Import Upstream version 5e2upstream/5e2
Diffstat (limited to 'scm.info')
-rw-r--r-- | scm.info | 4483 |
1 files changed, 2243 insertions, 2240 deletions
@@ -1,4 +1,4 @@ -This is scm.info, produced by makeinfo version 4.7 from scm.texi. | +This is scm.info, produced by makeinfo version 4.7 from scm.texi. INFO-DIR-SECTION The Algorithmic Language Scheme START-INFO-DIR-ENTRY @@ -9,10 +9,10 @@ END-INFO-DIR-ENTRY File: scm.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) This manual documents the SCM Scheme implementation. SCM version -5e1 was released June 2005. The most recent information about SCM can | -be found on SCM's "WWW" home page: | +5e2 was released February 2006. The most recent information about SCM | +can be found on SCM's "WWW" home page: | - `http://swiss.csail.mit.edu/~jaffer/SCM' | + `http://swiss.csail.mit.edu/~jaffer/SCM' Copyright (C) 1990-1999 Free Software Foundation @@ -43,8 +43,8 @@ approved by the author. File: scm.info, Node: Overview, Next: Installing SCM, Prev: Top, Up: Top -1 Overview | -********** | +1 Overview +********** Scm is a portable Scheme implementation written in C. Scm provides a machine independent platform for [JACAL], a symbolic algebra system. @@ -59,8 +59,8 @@ machine independent platform for [JACAL], a symbolic algebra system. File: scm.info, Node: SCM Features, Next: SCM Authors, Prev: Overview, Up: Overview -1.1 Features | -============ | +1.1 Features +============ * Conforms to Revised^5 Report on the Algorithmic Language Scheme [R5RS] and the [IEEE] P1178 specification. @@ -109,8 +109,8 @@ File: scm.info, Node: SCM Features, Next: SCM Authors, Prev: Overview, Up: O File: scm.info, Node: SCM Authors, Next: Copying, Prev: SCM Features, Up: Overview -1.2 Authors | -=========== | +1.2 Authors +=========== Aubrey Jaffer (agj @ alum.mit.edu) Most of SCM. @@ -138,70 +138,70 @@ file `ChangeLog', a log of changes that have been made to scm. File: scm.info, Node: Copying, Next: Bibliography, Prev: SCM Authors, Up: Overview -1.3 Copyright | -============= | +1.3 Copyright +============= Authors have assigned their SCM copyrights to: Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111, USA -* Menu: | - | -* The SCM License:: | -* SIOD copyright:: | - | +* Menu: + +* The SCM License:: +* SIOD copyright:: + File: scm.info, Node: The SCM License, Next: SIOD copyright, Prev: Copying, Up: Copying - | -1.3.1 The SCM License | ---------------------- | - | -The license of SCM consists of the GNU GPL plus a special statement | -giving blanket permission to link with non-free software. This is the | -license statement as found in any individual file that it applies to: | - | - This program is free software; you can redistribute it and/or | - modify it under the terms of the GNU General Public License as | - published by the Free Software Foundation; either version 2, or | - (at your option) any later version. | - | - This program is distributed in the hope that it will be useful, but | - WITHOUT ANY WARRANTY; without even the implied warranty of | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | - General Public License for more details. | - | - You should have received a copy of the GNU General Public License | - along with this software; see the file COPYING. If not, write to | - the Free Software Foundation, Inc., 59 Temple Place, Suite 330, | - Boston, MA 02111-1307 USA | - | - As a special exception, the Free Software Foundation gives | - permission for additional uses of the text contained in its | - release of SCM. | - | - The exception is that, if you link the SCM library with other | - files to produce an executable, this does not by itself cause the | - resulting executable to be covered by the GNU General Public | - License. Your use of that executable is in no way restricted on | - account of linking the SCM library code into it. | - | - This exception does not however invalidate any other reasons why | - the executable file might be covered by the GNU General Public | - License. | - | - This exception applies only to the code released by the Free | - Software Foundation under the name SCM. If you copy code from | - other Free Software Foundation releases into a copy of SCM, as the | - General Public License permits, the exception does not apply to | - the code that you add in this way. To avoid misleading anyone as | - to the status of such modified files, you must delete this | - exception notice from them. | - | - If you write modifications of your own for SCM, it is your choice | - whether to permit this exception to apply to your modifications. | - If you do not wish that, delete this exception notice. | - | + +1.3.1 The SCM License +--------------------- + +The license of SCM consists of the GNU GPL plus a special statement +giving blanket permission to link with non-free software. This is the +license statement as found in any individual file that it applies to: + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this software; see the file COPYING. If not, write to + the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + Boston, MA 02111-1307 USA + + As a special exception, the Free Software Foundation gives + permission for additional uses of the text contained in its + release of SCM. + + The exception is that, if you link the SCM library with other + files to produce an executable, this does not by itself cause the + resulting executable to be covered by the GNU General Public + License. Your use of that executable is in no way restricted on + account of linking the SCM library code into it. + + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public + License. + + This exception applies only to the code released by the Free + Software Foundation under the name SCM. If you copy code from + other Free Software Foundation releases into a copy of SCM, as the + General Public License permits, the exception does not apply to + the code that you add in this way. To avoid misleading anyone as + to the status of such modified files, you must delete this + exception notice from them. + + If you write modifications of your own for SCM, it is your choice + whether to permit this exception to apply to your modifications. + If you do not wish that, delete this exception notice. + Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that @@ -232,9 +232,9 @@ OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. File: scm.info, Node: SIOD copyright, Prev: The SCM License, Up: Copying - | -1.3.2 SIOD copyright | --------------------- | + +1.3.2 SIOD copyright +-------------------- COPYRIGHT (c) 1989 BY @@ -267,8 +267,8 @@ Cambridge, MA 02138 File: scm.info, Node: Bibliography, Prev: Copying, Up: Overview -1.4 Bibliography | -================ | +1.4 Bibliography +================ [IEEE] `IEEE Standard 1178-1990. IEEE Standard for the Scheme @@ -331,8 +331,8 @@ File: scm.info, Node: Bibliography, Prev: Copying, Up: Overview File: scm.info, Node: Installing SCM, Next: Operational Features, Prev: Overview, Up: Top -2 Installing SCM | -**************** | +2 Installing SCM +**************** * Menu: @@ -352,8 +352,8 @@ File: scm.info, Node: Installing SCM, Next: Operational Features, Prev: Overv File: scm.info, Node: Making SCM, Next: SLIB, Prev: Installing SCM, Up: Installing SCM -2.1 Making SCM | -============== | +2.1 Making SCM +============== The SCM distribution has "Makefile" which contains rules for making "scmlit", a "bare-bones" version of SCM sufficient for running `build'. @@ -364,7 +364,7 @@ Makefiles are not portable to the majority of platforms. If `Makefile' works for you, good; If not, I don't want to hear about it. If you need to compile SCM without build, there are several ways to proceed: - * Use the build (http://swiss.csail.mit.edu/~jaffer/buildscm.html) | + * Use the build (http://swiss.csail.mit.edu/~jaffer/buildscm.html) web page to create custom batch scripts for compiling SCM. * Use SCM on a different platform to run `build' to create a script @@ -378,8 +378,8 @@ need to compile SCM without build, there are several ways to proceed: File: scm.info, Node: SLIB, Next: Building SCM, Prev: Making SCM, Up: Installing SCM -2.2 SLIB | -======== | +2.2 SLIB +======== [SLIB] is a portable Scheme library meant to provide compatibility and utility functions for all standard Scheme implementations. Although @@ -387,18 +387,18 @@ SLIB is not _neccessary_ to run SCM, I strongly suggest you obtain and install it. Bug reports about running SCM without SLIB have very low priority. SLIB is available from the same sites as SCM: - * swiss.csail.mit.edu:/pub/scm/slib3a2.tar.gz | + * swiss.csail.mit.edu:/pub/scm/slib3a3.tar.gz | - * ftp.gnu.org:/pub/gnu/jacal/slib3a2.tar.gz | + * ftp.gnu.org:/pub/gnu/jacal/slib3a3.tar.gz | - * ftp.cs.indiana.edu:/pub/scheme-repository/imp/slib3a2.tar.gz | + * ftp.cs.indiana.edu:/pub/scheme-repository/imp/slib3a3.tar.gz | -Unpack SLIB (`tar xzf slib3a2.tar.gz' or `unzip -ao slib3a2.zip') in an | +Unpack SLIB (`tar xzf slib3a3.tar.gz' or `unzip -ao slib3a3.zip') in an | appropriate directory for your system; both `tar' and `unzip' will create the directory `slib'. Then create a file `require.scm' in the SCM "implementation-vicinity" -(this is the same directory as where the file `Init5e1.scm' is | +(this is the same directory as where the file `Init5e2.scm' is | installed). `require.scm' should have the contents: (define (library-vicinity) "/usr/local/lib/slib/") @@ -422,8 +422,8 @@ overrides `require.scm'. Again, absolute pathnames are recommended. File: scm.info, Node: Building SCM, Next: Installing Dynamic Linking, Prev: SLIB, Up: Installing SCM -2.3 Building SCM | -================ | +2.3 Building SCM +================ The file "build" loads the file "build.scm", which constructs a relational database of how to compile and link SCM executables. @@ -441,8 +441,8 @@ ai.mit.edu. File: scm.info, Node: Invoking Build, Next: Build Options, Prev: Building SCM, Up: Building SCM -2.3.1 Invoking Build | --------------------- | +2.3.1 Invoking Build +-------------------- The _all_ method will also work for MS-DOS and unix. Use the _all_ method if you encounter problems with `build'. @@ -470,7 +470,7 @@ script with the `arrays', `inexact', and `bignums' options as defaults. # unix (linux) script created by SLIB/batch # ================ Write file with C defines rm -f scmflags.h - echo '#define IMPLINIT "Init5e1.scm"'>>scmflags.h | + echo '#define IMPLINIT "Init5e2.scm"'>>scmflags.h | echo '#define BIGNUMS'>>scmflags.h echo '#define FLOATS'>>scmflags.h echo '#define ARRAYS'>>scmflags.h @@ -489,7 +489,7 @@ in the `-p' or `--platform=' option. # unix (darwin) script created by SLIB/batch # ================ Write file with C defines rm -f scmflags.h - echo '#define IMPLINIT "Init5e1.scm"'>>scmflags.h | + echo '#define IMPLINIT "Init5e2.scm"'>>scmflags.h | # ================ Compile C source files cc -O3 -c continue.c scm.c scmmain.c findexec.c script.c time.c repl.c scl.c eval.c sys.c subr.c debug.c unif.c rope.c # ================ Link C object files @@ -499,149 +499,149 @@ in the `-p' or `--platform=' option. File: scm.info, Node: Build Options, Next: Compiling and Linking Custom Files, Prev: Invoking Build, Up: Building SCM -2.3.2 Build Options | -------------------- | +2.3.2 Build Options +------------------- The options to "build" specify what, where, and how to build a SCM program or dynamically linked module. These options are unrelated to the SCM command line options. - -- Build Option: -p PLATFORM-NAME | - -- Build Option: --platform=PLATFORM-NAME | + -- Build Option: -p PLATFORM-NAME + -- Build Option: --platform=PLATFORM-NAME specifies that the compilation should be for a computer/operating-system combination called PLATFORM-NAME. - _Note_ The case of PLATFORM-NAME is distinguised. The current | + _Note_ The case of PLATFORM-NAME is distinguised. The current PLATFORM-NAMEs are all lower-case. The platforms defined by table "platform" in `build.scm' are: - Table: platform | - name processor operating-system compiler | - #f processor-family operating-system #f | - symbol processor-family operating-system symbol | - symbol symbol symbol symbol | - ================= ================= ================= ================= | - *unknown* *unknown* unix cc | - acorn-unixlib acorn *unknown* cc | - aix powerpc aix cc | - alpha-elf alpha unix cc | - alpha-linux alpha linux gcc | - amiga-aztec m68000 amiga cc | - amiga-dice-c m68000 amiga dcc | - amiga-gcc m68000 amiga gcc | - amiga-sas m68000 amiga lc | - atari-st-gcc m68000 atari.st gcc | - atari-st-turbo-c m68000 atari.st tcc | - borland-c i8086 ms-dos bcc | - darwin powerpc unix cc | - djgpp i386 ms-dos gcc | - freebsd i386 unix cc | - gcc *unknown* unix gcc | - gnu-win32 i386 unix gcc | - highc i386 ms-dos hc386 | - hp-ux hp-risc hp-ux cc | - irix mips irix gcc | - linux i386 linux gcc | - linux-aout i386 linux gcc | - microsoft-c i8086 ms-dos cl | - microsoft-c-nt i386 ms-dos cl | - microsoft-quick-c i8086 ms-dos qcl | - ms-dos i8086 ms-dos cc | - netbsd *unknown* unix gcc | - openbsd *unknown* unix gcc | - os/2-cset i386 os/2 icc | - os/2-emx i386 os/2 gcc | - osf1 alpha unix cc | - plan9-8 i386 plan9 8c | - sunos sparc sunos cc | - svr4 *unknown* unix cc | - svr4-gcc-sun-ld sparc sunos gcc | - turbo-c i8086 ms-dos tcc | - unicos cray unicos cc | - unix *unknown* unix cc | - vms vax vms cc | - vms-gcc vax vms gcc | - watcom-9.0 i386 ms-dos wcc386p | - - -- Build Option: -f PATHNAME | + Table: platform + name processor operating-system compiler + #f processor-family operating-system #f + symbol processor-family operating-system symbol + symbol symbol symbol symbol + ================= ================= ================= ================= + *unknown* *unknown* unix cc + acorn-unixlib acorn *unknown* cc + aix powerpc aix cc + alpha-elf alpha unix cc + alpha-linux alpha linux gcc + amiga-aztec m68000 amiga cc + amiga-dice-c m68000 amiga dcc + amiga-gcc m68000 amiga gcc + amiga-sas m68000 amiga lc + atari-st-gcc m68000 atari.st gcc + atari-st-turbo-c m68000 atari.st tcc + borland-c i8086 ms-dos bcc + darwin powerpc unix cc + djgpp i386 ms-dos gcc + freebsd i386 unix cc + gcc *unknown* unix gcc + gnu-win32 i386 unix gcc + highc i386 ms-dos hc386 + hp-ux hp-risc hp-ux cc + irix mips irix gcc + linux i386 linux gcc + linux-aout i386 linux gcc + microsoft-c i8086 ms-dos cl + microsoft-c-nt i386 ms-dos cl + microsoft-quick-c i8086 ms-dos qcl + ms-dos i8086 ms-dos cc + netbsd *unknown* unix gcc + openbsd *unknown* unix gcc + os/2-cset i386 os/2 icc + os/2-emx i386 os/2 gcc + osf1 alpha unix cc + plan9-8 i386 plan9 8c + sunos sparc sunos cc + svr4 *unknown* unix cc + svr4-gcc-sun-ld sparc sunos gcc + turbo-c i8086 ms-dos tcc + unicos cray unicos cc + unix *unknown* unix cc + vms vax vms cc + vms-gcc vax vms gcc + watcom-9.0 i386 ms-dos wcc386p + + -- Build Option: -f PATHNAME specifies that the build options contained in PATHNAME be spliced - into the argument list at this point. The use of option files can | - separate functional features from platform-specific ones. | - - The `Makefile' calls out builds with the options in `.opt' files: | - | - `dlls.opt' | - Options for Makefile targets mydlls, myturtle, and x.so. | - | - `gdb.opt' | - Options for udgdbscm and gdbscm. | - | - `libscm.opt' | - Options for libscm.a. | - | - `pg.opt' | - Options for pgscm, which instruments C functions. | - | - `udscm4.opt' | - Options for targets udscm4 and dscm4 (scm). | - | - `udscm5.opt' | - Options for targets udscm5 and dscm5 (scm). | - | - The Makefile creates options files it depends on only if they do | - not already exist. | - | - -- Build Option: -o FILENAME | - -- Build Option: --outname=FILENAME | + into the argument list at this point. The use of option files can + separate functional features from platform-specific ones. + + The `Makefile' calls out builds with the options in `.opt' files: + + `dlls.opt' + Options for Makefile targets mydlls, myturtle, and x.so. + + `gdb.opt' + Options for udgdbscm and gdbscm. + + `libscm.opt' + Options for libscm.a. + + `pg.opt' + Options for pgscm, which instruments C functions. + + `udscm4.opt' + Options for targets udscm4 and dscm4 (scm). + + `udscm5.opt' + Options for targets udscm5 and dscm5 (scm). + + The Makefile creates options files it depends on only if they do + not already exist. + + -- Build Option: -o FILENAME + -- Build Option: --outname=FILENAME specifies that the compilation should produce an executable or object name of FILENAME. The default is `scm'. Executable suffixes will be added if neccessary, e.g. `scm' => `scm.exe'. - -- Build Option: -l LIBNAME ... | - -- Build Option: --libraries=LIBNAME | + -- Build Option: -l LIBNAME ... + -- Build Option: --libraries=LIBNAME specifies that the LIBNAME should be linked with the executable produced. If compile flags or include directories (`-I') are needed, they are automatically supplied for compilations. The `c' library is always included. SCM "features" specify any libraries they need; so you shouldn't need this option often. - -- Build Option: -D DEFINITION ... | - -- Build Option: --defines=DEFINITION | + -- Build Option: -D DEFINITION ... + -- Build Option: --defines=DEFINITION specifies that the DEFINITION should be made in any C source compilations. If compile flags or include directories (`-I') are needed, they are automatically supplied for compilations. SCM "features" specify any flags they need; so you shouldn't need this option often. - -- Build Option: --compiler-options=FLAG | + -- Build Option: --compiler-options=FLAG specifies that that FLAG will be put on compiler command-lines. - -- Build Option: --linker-options=FLAG | + -- Build Option: --linker-options=FLAG specifies that that FLAG will be put on linker command-lines. - -- Build Option: -s PATHNAME | - -- Build Option: --scheme-initial=PATHNAME | + -- Build Option: -s PATHNAME + -- Build Option: --scheme-initial=PATHNAME specifies that PATHNAME should be the default location of the SCM - initialization file `Init5e1.scm'. SCM tries several likely | + initialization file `Init5e2.scm'. SCM tries several likely | locations before resorting to PATHNAME (*note File-System Habitat::). If not specified, the current directory (where build is building) is used. - -- Build Option: -c PATHNAME ... | - -- Build Option: --c-source-files=PATHNAME | + -- Build Option: -c PATHNAME ... + -- Build Option: --c-source-files=PATHNAME specifies that the C source files PATHNAME ... are to be compiled. - -- Build Option: -j PATHNAME ... | - -- Build Option: --object-files=PATHNAME | + -- Build Option: -j PATHNAME ... + -- Build Option: --object-files=PATHNAME specifies that the object files PATHNAME ... are to be linked. - -- Build Option: -i CALL ... | - -- Build Option: --initialization=CALL | + -- Build Option: -i CALL ... + -- Build Option: --initialization=CALL specifies that the C functions CALL ... are to be invoked during initialization. - -- Build Option: -t BUILD-WHAT | - -- Build Option: --type=BUILD-WHAT | + -- Build Option: -t BUILD-WHAT + -- Build Option: --type=BUILD-WHAT specifies in general terms what sort of thing to build. The choices are: `exe' @@ -658,8 +658,8 @@ the SCM command line options. The default is to build an executable. - -- Build Option: -h BATCH-SYNTAX | - -- Build Option: -batch-dialect=BATCH-SYNTAX | + -- Build Option: -h BATCH-SYNTAX + -- Build Option: -batch-dialect=BATCH-SYNTAX specifies how to build. The default is to create a batch file for the host system. The SLIB file `batch.scm' knows how to create batch files for: @@ -680,13 +680,13 @@ the SCM command line options. This option outputs Scheme code. - -- Build Option: -w BATCH-FILENAME | - -- Build Option: -script-name=BATCH-FILENAME | + -- Build Option: -w BATCH-FILENAME + -- Build Option: -script-name=BATCH-FILENAME specifies where to write the build script. The default is to display it on `(current-output-port)'. - -- Build Option: -F FEATURE ... | - -- Build Option: --features=FEATURE | + -- Build Option: -F FEATURE ... + -- Build Option: --features=FEATURE specifies to build the given features into the executable. The defined features are: @@ -702,9 +702,9 @@ the SCM command line options. "bignums" Large precision integers. - "byte" | - Treating strings as byte-vectors. | - | + "byte" + Treating strings as byte-vectors. + "careful-interrupt-masking" Define this for extra checking of interrupt masking and some simple checks for proper use of malloc and free. This is for @@ -740,9 +740,9 @@ the SCM command line options. `careful-interrupt-masking', and `stack-limit'; uses `-g' flags for debugging SCM source code. - "differ" | - Sequence comparison | - | + "differ" + Sequence comparison + "dump" Convert a running scheme program into an executable file. @@ -827,8 +827,8 @@ the SCM command line options. numbers. "socket" - BSD "socket" interface. Socket addr functions require | - inexacts or bignums for 32-bit precision. | + BSD "socket" interface. Socket addr functions require + inexacts or bignums for 32-bit precision. "stack-limit" Use to enable checking for stack overflow. Define value of @@ -848,9 +848,9 @@ the SCM command line options. Those unix features which have not made it into the Posix specs: nice, acct, lstat, readlink, symlink, mknod and sync. - "wb" | - WB database with relational wrapper. | - | + "wb" + WB database with relational wrapper. + "windows" Microsoft Windows executable. @@ -864,8 +864,8 @@ the SCM command line options. File: scm.info, Node: Compiling and Linking Custom Files, Prev: Build Options, Up: Building SCM -2.3.3 Compiling and Linking Custom Files | ----------------------------------------- | +2.3.3 Compiling and Linking Custom Files +---------------------------------------- A correspondent asks: @@ -875,14 +875,14 @@ A correspondent asks: build.scm or the Makefile or both? (*note Changing Scm:: has instructions describing the C code format). Suppose -a C file "foo.c" has functions you wish to add to SCM. To compile and | -link your file at compile time, use the `-c' and `-i' options to build: | +a C file "foo.c" has functions you wish to add to SCM. To compile and +link your file at compile time, use the `-c' and `-i' options to build: bash$ ./build -c foo.c -i init_foo -| #! /bin/sh rm -f scmflags.h - echo '#define IMPLINIT "/home/jaffer/scm/Init5e1.scm"'>>scmflags.h | + echo '#define IMPLINIT "/home/jaffer/scm/Init5e2.scm"'>>scmflags.h | echo '#define COMPILED_INITS init_foo();'>>scmflags.h echo '#define BIGNUMS'>>scmflags.h echo '#define FLOATS'>>scmflags.h @@ -898,7 +898,7 @@ To make a dynamically loadable object file use the `-t dll' option: -| #! /bin/sh rm -f scmflags.h - echo '#define IMPLINIT "/home/jaffer/scm/Init5e1.scm"'>>scmflags.h | + echo '#define IMPLINIT "/home/jaffer/scm/Init5e2.scm"'>>scmflags.h | echo '#define BIGNUMS'>>scmflags.h echo '#define FLOATS'>>scmflags.h echo '#define ARRAYS'>>scmflags.h @@ -914,8 +914,8 @@ add a compiled dll file to SLIB's catalog. File: scm.info, Node: Installing Dynamic Linking, Next: Configure Module Catalog, Prev: Building SCM, Up: Installing SCM -2.4 Installing Dynamic Linking | -============================== | +2.4 Installing Dynamic Linking +============================== Dynamic linking has not been ported to all platforms. Operating systems in the BSD family (a.out binary format) can usually be ported to "DLD". @@ -954,15 +954,15 @@ These notes about using libdl on SunOS are from `gcc.info': File: scm.info, Node: Configure Module Catalog, Next: Saving Images, Prev: Installing Dynamic Linking, Up: Installing SCM -2.5 Configure Module Catalog | -============================ | +2.5 Configure Module Catalog +============================ The SLIB module "catalog" can be extended to define other `require'-able packages by adding calls to the Scheme source file `mkimpcat.scm'. Within `mkimpcat.scm', the following procedures are defined. - -- Function: add-link feature object-file lib1 ... | + -- Function: add-link feature object-file lib1 ... FEATURE should be a symbol. OBJECT-FILE should be a string naming a file containing compiled "object-code". Each LIBn argument should be either a string naming a library file or `#f'. @@ -983,7 +983,7 @@ defined. link:able-suffix)) - -- Function: add-alias alias feature | + -- Function: add-alias alias feature ALIAS and FEATURE are symbols. The procedure `add-alias' registers ALIAS as an alias for FEATURE. An unspecified value is returned. @@ -991,7 +991,7 @@ defined. `add-alias' causes `(require 'ALIAS)' to behave like `(require 'FEATURE)'. - -- Function: add-source feature filename | + -- Function: add-source feature filename FEATURE is a symbol. FILENAME is a string naming a file containing Scheme source code. The procedure `add-source' registers FEATURE so that the first time `require' is called with @@ -1004,8 +1004,8 @@ Remember to delete the file `slibcat' after modifying the file File: scm.info, Node: Saving Images, Next: Automatic C Preprocessor Definitions, Prev: Configure Module Catalog, Up: Installing SCM -2.6 Saving Images | -================= | +2.6 Saving Images +================= In SCM, the ability to save running program images is called "dump" (*note Dump::). In order to make `dump' available to SCM, build with @@ -1021,8 +1021,8 @@ file from emacs. File: scm.info, Node: Automatic C Preprocessor Definitions, Next: Problems Compiling, Prev: Saving Images, Up: Installing SCM -2.7 Automatic C Preprocessor Definitions | -======================================== | +2.7 Automatic C Preprocessor Definitions +======================================== These `#defines' are automatically provided by preprocessors of various C compilers. SCM uses the presence or absence of these definitions to @@ -1037,6 +1037,7 @@ lines or add a `#define FLAG' line to `scmfig.h' or the beginning of ARM_ULIB Huw Rogers free unix library for acorn archimedes AZTEC_C Aztec_C 5.2a __CYGWIN__ Cygwin + __CYGWIN32__ Cygwin | _DCC Dice C on AMIGA __GNUC__ Gnu CC (and DJGPP) __EMX__ Gnu C port (gcc/emx 0.8e) to OS/2 2.0 @@ -1066,13 +1067,14 @@ lines or add a `#define FLAG' line to `scmfig.h' or the beginning of macintosh Macintosh (THINK_C and __MWERKS__ define) MCH_AMIGA Aztec_c 5.2a on AMIGA __MACH__ Apple Darwin + __MINGW32__ MinGW - Minimalist GNU for Windows | MSDOS Microsoft C 5.10 and 6.00A _MSDOS Microsoft CLARM and CLTHUMB compilers. __MSDOS__ Turbo C, Borland C, and DJGPP __NetBSD__ NetBSD nosve Control Data NOS/VE SVR2 System V Revision 2. - sun SunOS | + sun SunOS __SVR4 SunOS THINK_C developement environment for the Macintosh ultrix VAX with ULTRIX operating system. @@ -1091,9 +1093,9 @@ lines or add a `#define FLAG' line to `scmfig.h' or the beginning of __alpha DEC Alpha processor __alpha__ DEC Alpha processor hp9000s800 HP RISC processor - __ia64 GCC on IA64 | - __ia64__ GCC on IA64 | - _LONGLONG GCC on IA64 | + __ia64 GCC on IA64 + __ia64__ GCC on IA64 + _LONGLONG GCC on IA64 __i386__ DJGPP i386 DJGPP _M_ARM Microsoft CLARM compiler defines as 4 for ARM. @@ -1107,12 +1109,13 @@ lines or add a `#define FLAG' line to `scmfig.h' or the beginning of sequent Sequent computer tahoe CCI Tahoe processor vax VAX processor + __x86_64 AMD Opteron | File: scm.info, Node: Problems Compiling, Next: Problems Linking, Prev: Automatic C Preprocessor Definitions, Up: Installing SCM -2.8 Problems Compiling | -====================== | +2.8 Problems Compiling +====================== FILE PROBLEM / MESSAGE HOW TO FIX *.c include file not found. Correct the status of @@ -1144,8 +1147,8 @@ scl.c syntax error. #define SYSTNAME to your system File: scm.info, Node: Problems Linking, Next: Problems Running, Prev: Problems Compiling, Up: Installing SCM -2.9 Problems Linking | -==================== | +2.9 Problems Linking +==================== PROBLEM HOW TO FIX _sin etc. missing. Uncomment LIBS in makefile. @@ -1153,8 +1156,8 @@ _sin etc. missing. Uncomment LIBS in makefile. File: scm.info, Node: Problems Running, Next: Testing, Prev: Problems Linking, Up: Installing SCM -2.10 Problems Running | -===================== | +2.10 Problems Running +===================== PROBLEM HOW TO FIX Opening message and then machine Change memory model option to C @@ -1173,17 +1176,17 @@ remove <FLAG> in scmfig.h and Do so and recompile files. recompile scm. add <FLAG> in scmfig.h and recompile scm. -ERROR: Init5e1.scm not found. Assign correct IMPLINIT in makefile | +ERROR: Init5e2.scm not found. Assign correct IMPLINIT in makefile | or scmfig.h. Define environment variable SCM_INIT_PATH to be the full - pathname of Init5e1.scm. | + pathname of Init5e2.scm. | WARNING: require.scm not found. Define environment variable SCHEME_LIBRARY_PATH to be the full pathname of the scheme library [SLIB]. Change library-vicinity in - Init5e1.scm to point to library or | + Init5e2.scm to point to library or | remove. Make sure the value of (library-vicinity) has a trailing @@ -1192,8 +1195,8 @@ WARNING: require.scm not found. Define environment variable File: scm.info, Node: Testing, Next: Reporting Problems, Prev: Problems Running, Up: Installing SCM -2.11 Testing | -============ | +2.11 Testing +============ Loading `r4rstest.scm' in the distribution will run an [R4RS] conformance test on `scm'. @@ -1243,7 +1246,7 @@ Some symbol names print incorrectly. Change memory model option to C than HEAP_SEG_SIZE). ERROR: Rogue pointer in Heap. See above under machine crashes. Newlines don't appear correctly in Check file mode (define OPEN_... in -output files. `Init5e1.scm'). | +output files. `Init5e2.scm'). | Spaces or control characters appear Check character defines in in symbol names. `scmfig.h'. Negative numbers turn positive. Check SRS in `scmfig.h'. @@ -1258,14 +1261,14 @@ Sparc(SUN-4) heap is growing out of control This causes lots of stuff which should be collected to not be. This will be a problem with any _conservative_ GC until we find what instruction will clear the register windows. This problem is - exacerbated by using lots of call-with-current-continuations. A | - possible fix for dynthrow() is commented out in `continue.c'. | + exacerbated by using lots of call-with-current-continuations. A + possible fix for dynthrow() is commented out in `continue.c'. File: scm.info, Node: Reporting Problems, Prev: Testing, Up: Installing SCM -2.12 Reporting Problems | -======================= | +2.12 Reporting Problems +======================= Reported problems and solutions are grouped under Compiling, Linking, Running, and Testing. If you don't find your problem listed there, you @@ -1290,8 +1293,8 @@ include: File: scm.info, Node: Operational Features, Next: The Language, Prev: Installing SCM, Up: Top -3 Operational Features | -********************** | +3 Operational Features +********************** * Menu: @@ -1302,7 +1305,7 @@ File: scm.info, Node: Operational Features, Next: The Language, Prev: Install * SCM Session:: * Editing Scheme Code:: * Debugging Scheme Code:: -* Debugging Continuations:: | +* Debugging Continuations:: * Errors:: * Memoized Expressions:: * Internal State:: @@ -1311,8 +1314,8 @@ File: scm.info, Node: Operational Features, Next: The Language, Prev: Install File: scm.info, Node: Invoking SCM, Next: SCM Options, Prev: Operational Features, Up: Operational Features -3.1 Invoking SCM | -================ | +3.1 Invoking SCM +================ scm [-a kbytes] [-muvbiq] [-version] [-help] [[-]-no-init-file] [-p int] [-r feature] [-h feature] @@ -1326,7 +1329,7 @@ variable SCM_INIT_PATH. If SCM_INIT_PATH is not defined or if the file it names is not present, `scm' tries to find the directory containing the executable file. If it is able to locate the executable, `scm' looks for the initialization -file (usually `Init5e1.scm') in platform-dependent directories relative | +file (usually `Init5e2.scm') in platform-dependent directories relative | to this directory. See *Note File-System Habitat:: for a blow-by-blow description. @@ -1335,12 +1338,12 @@ compile parameter IMPLINIT (defined in the makefile or `scmfig.h') is tried. Unless the option `-no-init-file' or `--no-init-file' occurs in the -command line, `Init5e1.scm' checks to see if there is file | +command line, `Init5e2.scm' checks to see if there is file | `ScmInit.scm' in the path specified by the environment variable HOME (or in the current directory if HOME is undefined). If it finds such a file it is loaded. -`Init5e1.scm' then looks for command input from one of three sources: | +`Init5e2.scm' then looks for command input from one of three sources: | From an option on the command line, from a file named on the command line, or from standard input. @@ -1352,55 +1355,55 @@ Lexical Conventions. File: scm.info, Node: SCM Options, Next: Invocation Examples, Prev: Invoking SCM, Up: Operational Features -3.2 Options | -=========== | +3.2 Options +=========== The options are processed in the order specified on the command line. - -- Command Option: -a k | + -- Command Option: -a k specifies that `scm' should allocate an initial heapsize of K kilobytes. This option, if present, must be the first on the command line. If not specified, the default is `INIT_HEAP_SIZE' in source file `setjump.h' which the distribution sets at `25000*sizeof(cell)'. - -- Command Option: -no-init-file | - -- Command Option: --no-init-file | + -- Command Option: -no-init-file + -- Command Option: --no-init-file Inhibits the loading of `ScmInit.scm' as described above. - -- Command Option: --help | + -- Command Option: --help prints usage information and URI; then exit. - -- Command Option: --version | + -- Command Option: --version prints version information and exit. - -- Command Option: -r feature | + -- Command Option: -r feature requires FEATURE. This will load a file from [SLIB] if that - FEATURE is not already provided. If FEATURE is 2, 2rs, or r2rs; | - 3, 3rs, or r3rs; 4, 4rs, or r4rs; 5, 5rs, or r5rs; `scm' will | - require the features neccessary to support [R2RS]; [R3RS]; [R4RS]; | - or [R5RS], respectively. | + FEATURE is not already provided. If FEATURE is 2, 2rs, or r2rs; + 3, 3rs, or r3rs; 4, 4rs, or r4rs; 5, 5rs, or r5rs; `scm' will + require the features neccessary to support [R2RS]; [R3RS]; [R4RS]; + or [R5RS], respectively. - -- Command Option: -h feature | + -- Command Option: -h feature provides FEATURE. - -- Command Option: -l filename | - -- Command Option: -f filename | + -- Command Option: -l filename + -- Command Option: -f filename loads FILENAME. `Scm' will load the first (unoptioned) file named on the command line if no `-c', `-e', `-f', `-l', or `-s' option preceeds it. - -- Command Option: -d filename | + -- Command Option: -d filename Loads SLIB `databases' feature and opens FILENAME as a database. - -- Command Option: -e expression | - -- Command Option: -c expression | + -- Command Option: -e expression + -- Command Option: -c expression specifies that the scheme expression EXPRESSION is to be evaluated. These options are inspired by `perl' and `sh' respectively. On Amiga systems the entire option and argument need to be enclosed in quotes. For instance `"-e(newline)"'. - -- Command Option: -o dumpname | + -- Command Option: -o dumpname saves the current SCM session as the executable program `dumpname'. This option works only in SCM builds supporting `dump' (*note Dump::). @@ -1410,33 +1413,33 @@ The options are processed in the order specified on the command line. it is invoked. Otherwise the (new) command line is processed as usual when the saved image is invoked. - -- Command Option: -p level | + -- Command Option: -p level sets the prolixity (verboseness) to LEVEL. This is the same as the `scm' command (verobse LEVEL). - -- Command Option: -v | + -- Command Option: -v (verbose mode) specifies that `scm' will print prompts, evaluation times, notice of loading files, and garbage collection statistics. This is the same as `-p3'. - -- Command Option: -q | + -- Command Option: -q (quiet mode) specifies that `scm' will print no extra information. This is the same as `-p0'. - -- Command Option: -m | + -- Command Option: -m specifies that subsequent loads, evaluations, and user interactions will be with syntax-rules macro capability. To use a specific syntax-rules macro implementation from [SLIB] (instead of [SLIB]'s default) put `-r' MACROPACKAGE before `-m' on the command line. - -- Command Option: -u | + -- Command Option: -u specifies that subsequent loads, evaluations, and user interactions will be without syntax-rules macro capability. Syntax-rules macro capability can be restored by a subsequent `-m' on the command line or from Scheme code. - -- Command Option: -i | + -- Command Option: -i specifies that `scm' should run interactively. That means that `scm' will not terminate until the `(quit)' or `(exit)' command is given, even if there are errors. It also sets the prolixity level @@ -1446,26 +1449,26 @@ The options are processed in the order specified on the command line. will assume that it should be interactive unless given a subsequent `-b' option. - -- Command Option: -b | + -- Command Option: -b specifies that `scm' should run non-interactively. That means that `scm' will terminate after processing the command line or if there are errors. - -- Command Option: -s | + -- Command Option: -s specifies, by analogy with `sh', that `scm' should run interactively and that further options are to be treated as program aguments. - -- Command Option: - | - -- Command Option: -- | + -- Command Option: - + -- Command Option: -- specifies that further options are to be treated as program aguments. File: scm.info, Node: Invocation Examples, Next: SCM Variables, Prev: SCM Options, Up: Operational Features -3.3 Invocation Examples | -======================= | +3.3 Invocation Examples +======================= `% scm foo.scm' Loads and executes the contents of `foo.scm' and then enters @@ -1496,39 +1499,39 @@ File: scm.info, Node: Invocation Examples, Next: SCM Variables, Prev: SCM Opt File: scm.info, Node: SCM Variables, Next: SCM Session, Prev: Invocation Examples, Up: Operational Features -3.4 Environment Variables | -========================= | +3.4 Environment Variables +========================= - -- Environment Variable: SCM_INIT_PATH | + -- Environment Variable: SCM_INIT_PATH is the pathname where `scm' will look for its initialization code. - The default is the file `Init5e1.scm' in the source directory. | + The default is the file `Init5e2.scm' in the source directory. | - -- Environment Variable: SCHEME_LIBRARY_PATH | + -- Environment Variable: SCHEME_LIBRARY_PATH is the [SLIB] Scheme library directory. - -- Environment Variable: HOME | - is the directory where `Init5e1.scm' will look for the user | + -- Environment Variable: HOME + is the directory where `Init5e2.scm' will look for the user | initialization file `ScmInit.scm'. - -- Environment Variable: EDITOR | + -- Environment Variable: EDITOR is the name of the program which `ed' will call. If EDITOR is not defined, the default is `ed'. -3.5 Scheme Variables | -==================== | +3.5 Scheme Variables +==================== - -- Variable: *argv* | + -- Variable: *argv* contains the list of arguments to the program. `*argv*' can change during argument processing. This list is suitable for use as an argument to [SLIB] `getopt'. - -- Variable: *syntax-rules* | + -- Variable: *syntax-rules* controls whether loading and interaction support syntax-rules macros. Define this in `ScmInit.scm' or files specified on the command line. This can be overridden by subsequent `-m' and `-u' options. - -- Variable: *interactive* | + -- Variable: *interactive* controls interactivity as explained for the `-i' and `-b' options. Define this in `ScmInit.scm' or files specified on the command line. This can be overridden by subsequent `-i' and `-b' options. @@ -1536,8 +1539,8 @@ File: scm.info, Node: SCM Variables, Next: SCM Session, Prev: Invocation Exam File: scm.info, Node: SCM Session, Next: Editing Scheme Code, Prev: SCM Variables, Up: Operational Features -3.6 SCM Session | -=============== | +3.6 SCM Session +=============== * Options, file loading and features can be specified from the command line. *Note System interface: (scm)System interface. @@ -1549,23 +1552,23 @@ File: scm.info, Node: SCM Session, Next: Editing Scheme Code, Prev: SCM Varia * Typing the interrupt character aborts evaluation of the current form and resumes the top level read-eval-print loop. - -- Function: quit | - -- Function: quit n | - -- Function: exit | - -- Function: exit n | + -- Function: quit + -- Function: quit n + -- Function: exit + -- Function: exit n Aliases for `exit' (*note exit: (slib)System.). On many systems, SCM can also tail-call another program. *Note execp: I/O-Extensions. - -- Callback procedure: boot-tail dumped? | + -- Callback procedure: boot-tail dumped? `boot-tail' is called by `scm_top_level' just before entering interactive top-level. If `boot-tail' calls `quit', then interactive top-level is not entered. - -- Function: program-arguments | + -- Function: program-arguments Returns a list of strings of the arguments scm was called with. - -- Function: getlogin | + -- Function: getlogin Returns the (login) name of the user logged in on the controlling terminal of the process, or #f if this information cannot be determined. @@ -1573,31 +1576,31 @@ File: scm.info, Node: SCM Session, Next: Editing Scheme Code, Prev: SCM Varia For documentation of the procedures `getenv' and `system' *Note System Interface: (slib)System Interface. - -- Function: vms-debug | + -- Function: vms-debug If SCM is compiled under VMS this `vms-debug' will invoke the VMS debugger. File: scm.info, Node: Editing Scheme Code, Next: Debugging Scheme Code, Prev: SCM Session, Up: Operational Features -3.7 Editing Scheme Code | -======================= | +3.7 Editing Scheme Code +======================= - -- Function: ed arg1 ... | + -- Function: ed arg1 ... The value of the environment variable `EDITOR' (or just `ed' if it isn't defined) is invoked as a command with arguments ARG1 .... - -- Function: ed filename | + -- Function: ed filename If SCM is compiled under VMS `ed' will invoke the editor with a single the single argument FILENAME. Gnu Emacs: Editing of Scheme code is supported by emacs. Buffers holding - files ending in .scm are automatically put into scheme-mode. | + files ending in .scm are automatically put into scheme-mode. - If your Emacs can run a process in a buffer you can use the Emacs | - command `M-x run-scheme' with SCM. Otherwise, use the emacs | - command `M-x suspend-emacs'; or see "other systems" below. | + If your Emacs can run a process in a buffer you can use the Emacs + command `M-x run-scheme' with SCM. Otherwise, use the emacs + command `M-x suspend-emacs'; or see "other systems" below. Epsilon (MS-DOS): There is lisp (and scheme) mode available by use of the package @@ -1627,9 +1630,9 @@ other systems: File: scm.info, Node: Debugging Scheme Code, Next: Debugging Continuations, Prev: Editing Scheme Code, Up: Operational Features - | -3.8 Debugging Scheme Code | -========================= | + +3.8 Debugging Scheme Code +========================= The `cautious' and `stack-limit' options of `build' (*note Build Options::) support debugging in Scheme. @@ -1665,53 +1668,53 @@ Options::) support debugging in Scheme. There are several SLIB macros which so useful that SCM automatically loads the appropriate module from SLIB if they are invoked. - -- Macro: trace proc1 ... | + -- Macro: trace proc1 ... Traces the top-level named procedures given as arguments. - -- Macro: trace | + -- Macro: trace With no arguments, makes sure that all the currently traced identifiers are traced (even if those identifiers have been redefined) and returns a list of the traced identifiers. - -- Macro: untrace proc1 ... | + -- Macro: untrace proc1 ... Turns tracing off for its arguments. - -- Macro: untrace | + -- Macro: untrace With no arguments, untraces all currently traced identifiers and returns a list of these formerly traced identifiers. The routines I use most frequently for debugging are: - -- Function: print arg1 ... | + -- Function: print arg1 ... `Print' writes all its arguments, separated by spaces. `Print' outputs a `newline' at the end and returns the value of the last argument. - One can just insert `(print '<label>' and `)' around an expression | - in order to see its values as a program operates. | - - -- Function: pprint arg1 ... | - `Pprint' pretty-prints (*note Pretty-Print: (slib)Pretty-Print.) | - all its arguments, separated by newlines. `Pprint' returns the | - value of the last argument. | - | - One can just insert `(pprint '<label>' and `)' around an | - expression in order to see its values as a program operates. | - _Note_ `pretty-print' does _not_ format procedures. | - | -When typing at top level, `pprint' is not a good way to see nested | -structure because it will return the last object pretty-printed, which | -could be large. `pp' is a better choice. | - | - -- Procedure: pp arg1 ... | - `Pprint' pretty-prints (*note Pretty-Print: (slib)Pretty-Print.) | - all its arguments, separated by newlines. `pp' returns | - `#<unspecified>'. | - | - -- Syntax: print-args name | - -- Syntax: print-args | - Writes NAME if supplied; then writes the names and values of the | - closest lexical bindings enclosing the call to `Print-args'. | + One can just insert `(print '<label>' and `)' around an expression + in order to see its values as a program operates. + + -- Function: pprint arg1 ... + `Pprint' pretty-prints (*note Pretty-Print: (slib)Pretty-Print.) + all its arguments, separated by newlines. `Pprint' returns the + value of the last argument. + + One can just insert `(pprint '<label>' and `)' around an + expression in order to see its values as a program operates. + _Note_ `pretty-print' does _not_ format procedures. + +When typing at top level, `pprint' is not a good way to see nested +structure because it will return the last object pretty-printed, which +could be large. `pp' is a better choice. + + -- Procedure: pp arg1 ... + `Pprint' pretty-prints (*note Pretty-Print: (slib)Pretty-Print.) + all its arguments, separated by newlines. `pp' returns + `#<unspecified>'. + + -- Syntax: print-args name + -- Syntax: print-args + Writes NAME if supplied; then writes the names and values of the + closest lexical bindings enclosing the call to `Print-args'. (define (foo a b) (print-args foo) (+ a b)) (foo 3 6) @@ -1727,104 +1730,104 @@ When `trace' is not sufficient to find program flow problems, SLIB-PSD, the Portable Scheme Debugger offers source code debugging from GNU Emacs. PSD runs slowly, so start by instrumenting only a few functions at a time. - http://swiss.csail.mit.edu/ftpdir/scm/slib-psd1-3.tar.gz | - swiss.csail.mit.edu:/pub/scm/slib-psd1-3.tar.gz | + http://swiss.csail.mit.edu/ftpdir/scm/slib-psd1-3.tar.gz + swiss.csail.mit.edu:/pub/scm/slib-psd1-3.tar.gz ftp.maths.tcd.ie:pub/bosullvn/jacal/slib-psd1-3.tar.gz ftp.cs.indiana.edu:/pub/scheme-repository/utl/slib-psd1-3.tar.gz File: scm.info, Node: Debugging Continuations, Next: Errors, Prev: Debugging Scheme Code, Up: Operational Features - | -3.9 Debugging Continuations | -=========================== | - | -These functions are defined in `debug.c', all operate on captured | -continuations: | - | - -- Procedure: frame-trace cont n | - Prints information about the code being executed and the | - environment scopes active for continuation frame N of continuation | - CONT. A "continuation frame" is an entry in the environment | - stack; a new frame is pushed when the environment is replaced or | - extended in a non-tail call context. Frame 0 is the top of the | - stack. | - | - -- Procedure: frame->environment cont n | - Prints the environment for continuation frame N of continuation | - CONT. This contains just the names, not the values, of the | - environment. | - | - -- Procedure: scope-trace env | - will print information about active lexical scopes for environment | - ENV. | - | - -- Procedure: frame-eval cont n expr | - Evaluates EXPR in the environment defined by continuation frame N | - of continuation CONT and returns the result. Values in the | - environment may be returned or SET!. | - | -*Note stack-trace: Errors. also now accepts an optional continuation | -argument. `stack-trace' differs from `frame-trace' in that it | -truncates long output using safeports and prints code from all | -available frames. | - | - (define k #f) | - (define (foo x y) | - (set! k (call-with-current-continuation identity)) | - #f) | - (let ((a 3) (b 4)) | - (foo a b) | - #f) | - (stack-trace k) | - -| | - ;STACK TRACE | - 1; ((#@set! #@k (#@call-with-current-continuation #@identity)) #f ... | - 2; (#@let ((a 3) (b 4)) (#@foo #@a #@b) #f) | - ... | - #t | - | - (frame-trace k 0) | - -| | - (#@call-with-current-continuation #@identity) | - ; in scope: | - ; (x y) procedure foo#<unspecified> | - | - (frame-trace k 1) | - -| | - ((#@set! #@k (#@call-with-current-continuation #@identity)) #f) | - ; in scope: | - ; (x y) procedure foo#<unspecified> | - | - (frame-trace k 2) | - -| | - (#@let ((a 3) (b 4)) (#@foo #@a #@b) #f) | - ; in scope: | - ; (a b . #@let)#<unspecified> | - | - (frame-trace k 3) | - -| | - (#@let ((a 3) (b 4)) (#@foo #@a #@b) #f) | - ; in top level environment. | - | - (frame->environment k 0) | - -| | - ((x y) 2 foo) | - | - (scope-trace (frame->environment k 0)) | - -| | - ; in scope: | - ; (x y) procedure foo#<unspecified> | - | - (frame-eval k 0 'x) => 3 | - | - (frame-eval k 0 '(set! x 8)) | - (frame-eval k 0 'x) => 8 | - | + +3.9 Debugging Continuations +=========================== + +These functions are defined in `debug.c', all operate on captured +continuations: + + -- Procedure: frame-trace cont n + Prints information about the code being executed and the + environment scopes active for continuation frame N of continuation + CONT. A "continuation frame" is an entry in the environment + stack; a new frame is pushed when the environment is replaced or + extended in a non-tail call context. Frame 0 is the top of the + stack. + + -- Procedure: frame->environment cont n + Prints the environment for continuation frame N of continuation + CONT. This contains just the names, not the values, of the + environment. + + -- Procedure: scope-trace env + will print information about active lexical scopes for environment + ENV. + + -- Procedure: frame-eval cont n expr + Evaluates EXPR in the environment defined by continuation frame N + of continuation CONT and returns the result. Values in the + environment may be returned or SET!. + +*Note stack-trace: Errors. also now accepts an optional continuation +argument. `stack-trace' differs from `frame-trace' in that it +truncates long output using safeports and prints code from all +available frames. + + (define k #f) + (define (foo x y) + (set! k (call-with-current-continuation identity)) + #f) + (let ((a 3) (b 4)) + (foo a b) + #f) + (stack-trace k) + -| + ;STACK TRACE + 1; ((#@set! #@k (#@call-with-current-continuation #@identity)) #f ... + 2; (#@let ((a 3) (b 4)) (#@foo #@a #@b) #f) + ... + #t + + (frame-trace k 0) + -| + (#@call-with-current-continuation #@identity) + ; in scope: + ; (x y) procedure foo#<unspecified> + + (frame-trace k 1) + -| + ((#@set! #@k (#@call-with-current-continuation #@identity)) #f) + ; in scope: + ; (x y) procedure foo#<unspecified> + + (frame-trace k 2) + -| + (#@let ((a 3) (b 4)) (#@foo #@a #@b) #f) + ; in scope: + ; (a b . #@let)#<unspecified> + + (frame-trace k 3) + -| + (#@let ((a 3) (b 4)) (#@foo #@a #@b) #f) + ; in top level environment. + + (frame->environment k 0) + -| + ((x y) 2 foo) + + (scope-trace (frame->environment k 0)) + -| + ; in scope: + ; (x y) procedure foo#<unspecified> + + (frame-eval k 0 'x) => 3 + + (frame-eval k 0 '(set! x 8)) + (frame-eval k 0 'x) => 8 + File: scm.info, Node: Errors, Next: Memoized Expressions, Prev: Debugging Continuations, Up: Operational Features - | -3.10 Errors | -=========== | + +3.10 Errors +=========== A computer-language implementation designer faces choices of how reflexive to make the implementation in handling exceptions and errors; @@ -1901,7 +1904,7 @@ other error messages which are not treated specially. "PROF_SIGNAL" `(profile-alarm-interrupt)' - -- Variable: errobj | + -- Variable: errobj When SCM encounters a non-fatal error, it aborts evaluation of the current form, prints a message explaining the error, and resumes the top level read-eval-print loop. The value of ERROBJ is the @@ -1911,8 +1914,8 @@ other error messages which are not treated specially. `errno' and `perror' report ANSI C errors encountered during a call to a system or library function. - -- Function: errno | - -- Function: errno n | + -- Function: errno + -- Function: errno n With no argument returns the current value of the system variable `errno'. When given an argument, `errno' sets the system variable `errno' to N and returns the previous value of `errno'. `(errno @@ -1920,7 +1923,7 @@ a system or library function. `try-load' returns `#f' since this occurs when the file could not be opened. - -- Function: perror string | + -- Function: perror string Prints on standard error output the argument STRING, a colon, followed by a space, the error message corresponding to the current value of `errno' and a newline. The value returned is unspecified. @@ -1928,15 +1931,15 @@ a system or library function. `warn' and `error' provide a uniform way for Scheme code to signal warnings and errors. - -- Function: warn arg1 arg2 arg3 ... | + -- Function: warn arg1 arg2 arg3 ... Alias for *Note slib:warn: (slib)System. Outputs an error message - containing the arguments. `warn' is defined in `Init5e1.scm'. | + containing the arguments. `warn' is defined in `Init5e2.scm'. | - -- Function: error arg1 arg2 arg3 ... | + -- Function: error arg1 arg2 arg3 ... Alias for *Note slib:error: (slib)System. Outputs an error message containing the arguments, aborts evaluation of the current form and resumes the top level read-eval-print loop. `Error' is - defined in `Init5e1.scm'. | + defined in `Init5e2.scm'. | If SCM is built with the `CAUTIOUS' flag, then when an error occurs, a "stack trace" of certain pending calls are printed as part of the @@ -1951,17 +1954,17 @@ and conclude by calling `breakpoint' (*note Breakpoints: (slib)Breakpoints.). This allows the user to interract with SCM as with Lisp systems. - -- Function: stack-trace | + -- Function: stack-trace Prints information describing the stack of partially evaluated expressions. `stack-trace' returns `#t' if any lines were printed - and `#f' otherwise. See `Init5e1.scm' for an example of the use | + and `#f' otherwise. See `Init5e2.scm' for an example of the use | of `stack-trace'. File: scm.info, Node: Memoized Expressions, Next: Internal State, Prev: Errors, Up: Operational Features -3.11 Memoized Expressions | -========================= | +3.11 Memoized Expressions +========================= SCM memoizes the address of each occurence of an identifier's value when first encountering it in a source expression. Subsequent executions of @@ -1979,7 +1982,7 @@ a convenient aid to locating bugs and untested expressions. * The names of identifiers which are not lexiallly bound but defined at top-level have #@ prepended. -For instance, `open-input-file' is defined as follows in `Init5e1.scm': | +For instance, `open-input-file' is defined as follows in `Init5e2.scm': | (define (open-input-file str) (or (open-file str OPEN_READ) @@ -2019,36 +2022,36 @@ too become memoized: File: scm.info, Node: Internal State, Next: Scripting, Prev: Memoized Expressions, Up: Operational Features -3.12 Internal State | -=================== | +3.12 Internal State +=================== - -- Variable: *interactive* | + -- Variable: *interactive* The variable *INTERACTIVE* determines whether the SCM session is interactive, or should quit after the command line is processed. *INTERACTIVE* is controlled directly by the command-line options `-b', `-i', and `-s' (*note Invoking SCM::). If none of these options are specified, the rules to determine interactivity are - more complicated; see `Init5e1.scm' for details. | + more complicated; see `Init5e2.scm' for details. | - -- Function: abort | + -- Function: abort Resumes the top level Read-Eval-Print loop. - -- Function: restart | + -- Function: restart Restarts the SCM program with the same arguments as it was originally invoked. All `-l' loaded files are loaded again; If those files have changed, those changes will be reflected in the new session. - _Note_ When running a saved executable (*note Dump::), `restart' | + _Note_ When running a saved executable (*note Dump::), `restart' is redefined to be `exec-self'. - -- Function: exec-self | + -- Function: exec-self Exits and immediately re-invokes the same executable with the same arguments. If the executable file has been changed or replaced since the beginning of the current session, the _new_ executable will be invoked. This differentiates `exec-self' from `restart'. - -- Function: verbose n | + -- Function: verbose n Controls how much monitoring information is printed. If N is: 0 @@ -2072,20 +2075,20 @@ File: scm.info, Node: Internal State, Next: Scripting, Prev: Memoized Express a message for each GC (*note Garbage Collection::) is printed; warnings issued for top-level symbols redefined. - -- Function: gc | + -- Function: gc Scans all of SCM objects and reclaims for further use those that are no longer accessible. - -- Function: room | - -- Function: room #t | + -- Function: room + -- Function: room #t Prints out statistics about SCM's current use of storage. `(room #t)' also gives the hexadecimal heap segment and stack bounds. - -- Constant: *scm-version* | - Contains the version string (e.g. `5e1') of SCM. | + -- Constant: *scm-version* + Contains the version string (e.g. `5e2') of SCM. | -3.12.1 Executable path | ----------------------- | +3.12.1 Executable path +---------------------- In order to dump a saved executable or to dynamically-link using DLD, SCM must know where its executable file is. Sometimes SCM (*note @@ -2093,13 +2096,13 @@ Executable Pathname::) guesses incorrectly the location of the currently running executable. In that case, the correct path can be set by calling `execpath' with the pathname. - -- Function: execpath | + -- Function: execpath Returns the path (string) which SCM uses to find the executable file whose invocation the currently running session is, or #f if the path is not set. - -- Function: execpath #f | - -- Function: execpath newpath | + -- Function: execpath #f + -- Function: execpath newpath Sets the path to `#f' or NEWPATH, respectively. The old path is returned. @@ -2109,8 +2112,8 @@ For other configuration constants and procedures *Note Configuration: File: scm.info, Node: Scripting, Prev: Internal State, Up: Operational Features -3.13 Scripting | -============== | +3.13 Scripting +============== * Menu: @@ -2121,14 +2124,14 @@ File: scm.info, Node: Scripting, Prev: Internal State, Up: Operational Featur File: scm.info, Node: Unix Scheme Scripts, Next: MS-DOS Compatible Scripts, Prev: Scripting, Up: Scripting -3.13.1 Unix Scheme Scripts | --------------------------- | +3.13.1 Unix Scheme Scripts +-------------------------- In reading this section, keep in mind that the first line of a script file has (different) meanings to SCM and the operating system (`execve'). - -- file: #! interpreter \ ... | + -- file: #! interpreter \ ... On unix systems, a "Shell-Script" is a file (with execute permissions) whose first two characters are `#!'. The INTERPRETER argument must be the pathname of the program to process the rest @@ -2157,7 +2160,7 @@ file has (different) meanings to SCM and the operating system `\' substitution; this will only take place if INTERPRETER is a SCM or SCSH interpreter. - -- Read syntax: #! ignored !# | + -- Read syntax: #! ignored !# When the first two characters of the file being loaded are `#!' and a `\' is present before a newline in the file, all characters up to `!#' will be ignored by SCM `read'. @@ -2169,7 +2172,7 @@ POSIX shell-scripts if the first line is: The following Scheme-Script prints factorial of its argument: - #! /usr/local/bin/scm \ %0 %* | + #! /usr/local/bin/scm \ %0 %* - !# (define (fact.script args) @@ -2207,23 +2210,23 @@ usage information. File: scm.info, Node: MS-DOS Compatible Scripts, Next: Unix Shell Scripts, Prev: Unix Scheme Scripts, Up: Scripting -3.13.2 MS-DOS Compatible Scripts | --------------------------------- | +3.13.2 MS-DOS Compatible Scripts +-------------------------------- It turns out that we can create scheme-scripts which run both under unix and MS-DOS. To implement this, I have written the MS-DOS programs: -`#!.bat' and `!#.exe', which are available from: | -`http://swiss.csail.mit.edu/ftpdir/scm/sharpbang.zip' | +`#!.bat' and `!#.exe', which are available from: +`http://swiss.csail.mit.edu/ftpdir/scm/sharpbang.zip' With these two programs installed in a `PATH' directory, we have the following syntax for <PROGRAM>.BAT files. - -- file: #! interpreter \ %0 %* | + -- file: #! interpreter \ %0 %* The first two characters of the Scheme-Script are `#!'. The INTERPRETER can be either a unix style program path (using `/' between filename components) or a DOS program name or path. The rest of the first line of the Scheme-Script should be literally - `\ %0 %*', as shown. | + `\ %0 %*', as shown. If INTERPRETER has `/' in it, INTERPRETER is converted to a DOS style filename (`/' => `\'). @@ -2235,9 +2238,9 @@ following syntax for <PROGRAM>.BAT files. `#!' tries all directories named by environment variable `PATH'. Once the INTERPRETER executable path is found, arguments are - processed in the manner of scheme-shell, with all the text after | - the `\' taken as part of the meta-argument. More precisely, `#!' | - calls INTERPRETER with any options on the second line of the | + processed in the manner of scheme-shell, with all the text after + the `\' taken as part of the meta-argument. More precisely, `#!' + calls INTERPRETER with any options on the second line of the Scheme-Script up to `!#', the name of the Scheme-Script file, and then any of at most 8 arguments given on the command line invoking this Scheme-Script. @@ -2248,8 +2251,8 @@ systems. File: scm.info, Node: Unix Shell Scripts, Prev: MS-DOS Compatible Scripts, Up: Scripting -3.13.3 Unix Shell Scripts | -------------------------- | +3.13.3 Unix Shell Scripts +------------------------- Scheme-scripts suffer from two drawbacks: * Some Unixes limit the length of the `#!' interpreter line to the @@ -2281,7 +2284,7 @@ argument, making it compatible with the scheme code of the previous example. #! /bin/sh - :;exec scm -e"(set! *script* \"$0\")" -l$0 "$@" | + :;exec scm -e"(set! *script* \"$0\")" -l$0 "$@" (define (fact.script args) (cond ((and (= 1 (length args)) @@ -2308,8 +2311,8 @@ example. File: scm.info, Node: The Language, Next: Packages, Prev: Operational Features, Up: Top -4 The Language | -************** | +4 The Language +************** * Menu: @@ -2326,8 +2329,8 @@ File: scm.info, Node: The Language, Next: Packages, Prev: Operational Feature File: scm.info, Node: Standards Compliance, Next: Storage, Prev: The Language, Up: The Language -4.1 Standards Compliance | -======================== | +4.1 Standards Compliance +======================== Scm conforms to the `IEEE Standard 1178-1990. IEEE Standard for the Scheme Programming Language.' (*note Bibliography::), and `Revised(5) @@ -2388,7 +2391,7 @@ Optionals of [R5RS] not Supported by SCM See SLIB file `Template.scm'. `current-time' - *Note Time and Date: (slib)Time and Date. | + *Note Time and Date: (slib)Time and Date. `defmacro' *Note Defmacro: (slib)Defmacro. @@ -2446,10 +2449,10 @@ Optionals of [R5RS] not Supported by SCM File: scm.info, Node: Storage, Next: Time, Prev: Standards Compliance, Up: The Language -4.2 Storage | -=========== | +4.2 Storage +=========== - -- Function: vector-set-length! object length | + -- Function: vector-set-length! object length Change the length of string, vector, bit-vector, or uniform-array OBJECT to LENGTH. If this shortens OBJECT then the remaining contents are lost. If it enlarges OBJECT then the contents of the @@ -2457,20 +2460,20 @@ File: scm.info, Node: Storage, Next: Time, Prev: Standards Compliance, Up: T It is an error to change the length of literal datums. The new object is returned. - -- Function: copy-tree obj | - -- Function: @copy-tree obj | + -- Function: copy-tree obj + -- Function: @copy-tree obj *Note copy-tree: (slib)Tree Operations. This extends the SLIB version by also copying vectors. Use `@copy-tree' if you depend on this feature; `copy-tree' could get redefined. - -- Function: acons obj1 obj2 obj3 | + -- Function: acons obj1 obj2 obj3 Returns (cons (cons obj1 obj2) obj3). (set! a-list (acons key datum a-list)) Adds a new association to a-list. - -- Callback procedure: gc-hook ... | + -- Callback procedure: gc-hook ... Allows a Scheme procedure to be run shortly after each garbage collection. This procedure will not be run recursively. If it runs long enough to cause a garbage collection before returning a @@ -2478,7 +2481,7 @@ File: scm.info, Node: Storage, Next: Time, Prev: Standards Compliance, Up: T To remove the gc-hook, `(set! gc-hook #f)'. - -- Function: add-finalizer object finalizer | + -- Function: add-finalizer object finalizer OBJECT may be any garbage collected object, that is, any object other than an immediate integer, character, or special token such as `#f' or `#t', *Note Immediates::. FINALIZER is a thunk, or @@ -2504,38 +2507,38 @@ File: scm.info, Node: Storage, Next: Time, Prev: Standards Compliance, Up: T File: scm.info, Node: Time, Next: Interrupts, Prev: Storage, Up: The Language -4.3 Time | -======== | +4.3 Time +======== - -- Constant: internal-time-units-per-second | + -- Constant: internal-time-units-per-second Is the integer number of internal time units in a second. - -- Function: get-internal-run-time | + -- Function: get-internal-run-time Returns the integer run time in internal time units from an unspecified starting time. The difference of two calls to `get-internal-run-time' divided by `internal-time-units-per-second' will give elapsed run time in seconds. - -- Function: get-internal-real-time | + -- Function: get-internal-real-time Returns the integer time in internal time units from an unspecified starting time. The difference of two calls to `get-internal-real-time' divided by `interal-time-units-per-second' will give elapsed real time in seconds. - -- Function: current-time | + -- Function: current-time Returns the time since 00:00:00 GMT, January 1, 1970, measured in - seconds. *Note current-time: (slib)Time and Date. `current-time' | - is used in *Note Time and Date: (slib)Time and Date. | + seconds. *Note current-time: (slib)Time and Date. `current-time' + is used in *Note Time and Date: (slib)Time and Date. File: scm.info, Node: Interrupts, Next: Process Synchronization, Prev: Time, Up: The Language -4.4 Interrupts | -============== | +4.4 Interrupts +============== - -- Function: ticks n | + -- Function: ticks n Returns the number of ticks remaining till the next tick interrupt. Ticks are an arbitrary unit of evaluation. Ticks can vary greatly in the amount of time they represent. @@ -2545,22 +2548,22 @@ File: scm.info, Node: Interrupts, Next: Process Synchronization, Prev: Time, `ticks' is supported if SCM is compiled with the `ticks' flag defined. - -- Callback procedure: ticks-interrupt ... | + -- Callback procedure: ticks-interrupt ... Establishes a response for tick interrupts. Another tick interrupt will not occur unless `ticks' is called again. Program execution will resume if the handler returns. This procedure should (abort) or some other action which does not return if it does not want processing to continue. - -- Function: alarm secs | + -- Function: alarm secs Returns the number of seconds remaining till the next alarm interrupt. If SECS is 0, any alarm request is canceled. Otherwise an `alarm-interrupt' will be signaled SECS from the current time. ALARM is not supported on all systems. - -- Function: milli-alarm millisecs interval | - -- Function: virtual-alarm millisecs interval | - -- Function: profile-alarm millisecs interval | + -- Function: milli-alarm millisecs interval + -- Function: virtual-alarm millisecs interval + -- Function: profile-alarm millisecs interval `milli-alarm' is similar to `alarm', except that the first argument MILLISECS, and the return value are measured in milliseconds rather than seconds. If the optional argument @@ -2577,10 +2580,10 @@ File: scm.info, Node: Interrupts, Next: Process Synchronization, Prev: Time, `milli-alarm', `virtual-alarm', and `profile-alarm' are supported only on systems providing the `setitimer' system call. - -- Callback procedure: user-interrupt ... | - -- Callback procedure: alarm-interrupt ... | - -- Callback procedure: virtual-alarm-interrupt ... | - -- Callback procedure: profile-alarm-interrupt ... | + -- Callback procedure: user-interrupt ... + -- Callback procedure: alarm-interrupt ... + -- Callback procedure: virtual-alarm-interrupt ... + -- Callback procedure: profile-alarm-interrupt ... Establishes a response for `SIGINT' (control-C interrupt) and `SIGALRM', `SIGVTALRM', and `SIGPROF' interrupts. Program execution will resume if the handler returns. This procedure @@ -2593,11 +2596,11 @@ File: scm.info, Node: Interrupts, Next: Process Synchronization, Prev: Time, To unestablish a response for an interrupt set the handler symbol to `#f'. For instance, `(set! user-interrupt #f)'. - -- Callback procedure: out-of-storage ... | - -- Callback procedure: could-not-open ... | - -- Callback procedure: end-of-program ... | - -- Callback procedure: hang-up ... | - -- Callback procedure: arithmetic-error ... | + -- Callback procedure: out-of-storage ... + -- Callback procedure: could-not-open ... + -- Callback procedure: end-of-program ... + -- Callback procedure: hang-up ... + -- Callback procedure: arithmetic-error ... Establishes a response for storage allocation error, file opening error, end of program, SIGHUP (hang up interrupt) and arithmetic errors respectively. This procedure should (abort) or some other @@ -2611,15 +2614,15 @@ File: scm.info, Node: Interrupts, Next: Process Synchronization, Prev: Time, File: scm.info, Node: Process Synchronization, Next: Files and Ports, Prev: Interrupts, Up: The Language -4.5 Process Synchronization | -=========================== | +4.5 Process Synchronization +=========================== -An "exchanger" is a procedure of one argument regulating mutually exclusive | -access to a resource. When a exchanger is called, its current content | -is returned, while being replaced by its argument in an atomic | +An "exchanger" is a procedure of one argument regulating mutually exclusive +access to a resource. When a exchanger is called, its current content +is returned, while being replaced by its argument in an atomic operation. - -- Function: make-exchanger obj | + -- Function: make-exchanger obj Returns a new exchanger with the argument OBJ as its initial content. @@ -2642,23 +2645,23 @@ operation. (pop queue) => #f - -- Function: make-arbiter name | + -- Function: make-arbiter name Returns an object of type arbiter and name NAME. Its state is initially unlocked. - -- Function: try-arbiter arbiter | + -- Function: try-arbiter arbiter Returns `#t' and locks ARBITER if ARBITER was unlocked. Otherwise, returns `#f'. - -- Function: release-arbiter arbiter | + -- Function: release-arbiter arbiter Returns `#t' and unlocks ARBITER if ARBITER was locked. Otherwise, returns `#f'. File: scm.info, Node: Files and Ports, Next: Eval and Load, Prev: Process Synchronization, Up: The Language -4.6 Files and Ports | -=================== | +4.6 Files and Ports +=================== These procedures generalize and extend the standard capabilities in *Note Ports: (r5rs)Ports. @@ -2673,11 +2676,11 @@ These procedures generalize and extend the standard capabilities in File: scm.info, Node: Opening and Closing, Next: Port Properties, Prev: Files and Ports, Up: Files and Ports -4.6.1 Opening and Closing | -------------------------- | +4.6.1 Opening and Closing +------------------------- - -- Function: open-file string modes | - -- Function: try-open-file string modes | + -- Function: open-file string modes + -- Function: try-open-file string modes Returns a port capable of receiving or delivering characters as specified by the MODES string. If a file cannot be opened `#f' is returned. @@ -2687,9 +2690,9 @@ File: scm.info, Node: Opening and Closing, Next: Port Properties, Prev: Files `try-open-file' is the primitive procedure; Do not redefine `try-open-file'! - -- Constant: open_read | - -- Constant: open_write | - -- Constant: open_both | + -- Constant: open_read + -- Constant: open_write + -- Constant: open_both Contain modes strings specifying that a file is to be opened for reading, writing, and both reading and writing respectively. @@ -2697,92 +2700,92 @@ File: scm.info, Node: Opening and Closing, Next: Port Properties, Prev: Files of file must be read or a file-set-position done on the port between a read operation and a write operation or vice-versa. - -- Function: _ionbf modestr | + -- Function: _ionbf modestr Returns a version of MODESTR which when `open-file' is called with it as the second argument will return an unbuffered port. An input-port must be unbuffered in order for `char-ready?' and `wait-for-input' to work correctly on it. The initial value of `(current-input-port)' is unbuffered if the platform supports it. - -- Function: _tracked modestr | + -- Function: _tracked modestr Returns a version of MODESTR which when `open-file' is called with it as the second argument will return a tracked port. A tracked port maintains current line and column numbers, which may be queried with `port-line' and `port-column'. - -- Function: _exclusive modestr | + -- Function: _exclusive modestr Returns a version of MODESTR which when `open-file' is called with it as the second argument will return a port only if the named file does not already exist. This functionality is provided by calling `try-create-file' *Note I/O-Extensions::, which is not available for all platforms. - -- Function: open-ports | + -- Function: open-ports Returns a list of all currently open ports, excluding string ports, see *Note String Ports: (slib)String Ports. This may be useful after a fork *Note Posix Extensions::, or for debugging. Bear in mind that ports that would be closed by gc will be kept open by a reference to this list. - -- Function: close-port port | + -- Function: close-port port Closes PORT. The same as close-input-port and close-output-port. File: scm.info, Node: Port Properties, Next: Port Redirection, Prev: Opening and Closing, Up: Files and Ports -4.6.2 Port Properties | ---------------------- | +4.6.2 Port Properties +--------------------- - -- Function: port-closed? port | + -- Function: port-closed? port Returns #t if PORT is closed. - -- Function: port-type obj | + -- Function: port-type obj If OBJ is not a port returns false, otherwise returns a symbol describing the port type, for example string or pipe. - -- Function: port-filename port | + -- Function: port-filename port Returns the filename PORT was opened with. If PORT is not open to a file the result is unspecified. - -- Function: port-line port | - -- Function: port-column port | + -- Function: port-line port + -- Function: port-column port If PORT is a tracked port, return the current line (column) number, otherwise return `#f'. Line and column numbers begin with 1. The column number applies to the next character to be read; if that character is a newline, then the column number will be one more than the length of the line. - -- Function: freshline port | + -- Function: freshline port Outputs a newline to optional argument PORT unless the current output column number of PORT is known to be zero, ie output will start at the beginning of a new line. PORT defaults to `current-output-port'. If PORT is not a tracked port `freshline' is equivalent to `newline'. - -- Function: isatty? port | + -- Function: isatty? port Returns `#t' if PORT is input or output to a serial non-file device. - -- procedure: char-ready? | - -- procedure: char-ready? port | + -- procedure: char-ready? + -- procedure: char-ready? port Returns `#t' if a character is ready on the input PORT and returns `#f' otherwise. If `char-ready?' returns `#t' then the next `read-char' operation on the given PORT is guaranteed not to hang. - If the PORT is at end of file then `char-ready?' returns `#t'. PORT | - may be omitted, in which case it defaults to the value returned by | - `current-input-port'. | - - _Rationale_ `Char-ready?' exists to make it possible for a program | - to accept characters from interactive ports without getting stuck | - waiting for input. Any input editors associated with such ports | - must ensure that characters whose existence has been asserted by | - `char-ready?' cannot be rubbed out. If `char-ready?' were to | - return `#f' at end of file, a port at end of file would be | - indistinguishable from an interactive port that has no ready | - characters. | - - -- procedure: wait-for-input x | - -- procedure: wait-for-input x port1 ... | + If the PORT is at end of file then `char-ready?' returns `#t'. PORT + may be omitted, in which case it defaults to the value returned by + `current-input-port'. + + _Rationale_ `Char-ready?' exists to make it possible for a program + to accept characters from interactive ports without getting stuck + waiting for input. Any input editors associated with such ports + must ensure that characters whose existence has been asserted by + `char-ready?' cannot be rubbed out. If `char-ready?' were to + return `#f' at end of file, a port at end of file would be + indistinguishable from an interactive port that has no ready + characters. + + -- procedure: wait-for-input x + -- procedure: wait-for-input x port1 ... Returns a list those ports PORT1 ... which are `char-ready?'. If none of PORT1 ... become `char-ready?' within the time interval of X seconds, then #f is returned. The PORT1 ... arguments may be @@ -2792,13 +2795,13 @@ File: scm.info, Node: Port Properties, Next: Port Redirection, Prev: Opening File: scm.info, Node: Port Redirection, Next: Soft Ports, Prev: Port Properties, Up: Files and Ports -4.6.3 Port Redirection | ----------------------- | +4.6.3 Port Redirection +---------------------- - -- Function: current-error-port | + -- Function: current-error-port Returns the current port to which diagnostic output is directed. - -- Function: with-error-to-file string thunk | + -- Function: with-error-to-file string thunk THUNK must be a procedure of no arguments, and string must be a string naming a file. The file is opened for output, an output port connected to it is made the default value returned by @@ -2807,14 +2810,14 @@ File: scm.info, Node: Port Redirection, Next: Soft Ports, Prev: Port Properti default is restored. With-error-to-file returns the value yielded by THUNK. - -- Function: with-input-from-port port thunk | - -- Function: with-output-to-port port thunk | - -- Function: with-error-to-port port thunk | + -- Function: with-input-from-port port thunk + -- Function: with-output-to-port port thunk + -- Function: with-error-to-port port thunk These routines differ from with-input-from-file, with-output-to-file, and with-error-to-file in that the first argument is a port, rather than a string naming a file. - -- Function: call-with-outputs thunk proc | + -- Function: call-with-outputs thunk proc Calls the THUNK procedure while the current-output-port and current-error-port are directed to string-ports. If THUNK returns, the PROC procedure is called with the output-string, the @@ -2825,16 +2828,16 @@ File: scm.info, Node: Port Redirection, Next: Soft Ports, Prev: Port Properti File: scm.info, Node: Soft Ports, Prev: Port Redirection, Up: Files and Ports -4.6.4 Soft Ports | ----------------- | +4.6.4 Soft Ports +---------------- A "soft-port" is a port based on a vector of procedures capable of accepting or delivering characters. It allows emulation of I/O ports. - -- Function: make-soft-port vector modes | + -- Function: make-soft-port vector modes Returns a port capable of receiving or delivering characters as specified by the MODES string (*note open-file: Files and Ports.). - VECTOR must be a vector of length 5. Its components are as | + VECTOR must be a vector of length 5. Its components are as follows: 0. procedure accepting one character for output @@ -2874,10 +2877,10 @@ accepting or delivering characters. It allows emulation of I/O ports. File: scm.info, Node: Eval and Load, Next: Lexical Conventions, Prev: Files and Ports, Up: The Language -4.7 Eval and Load | -================= | +4.7 Eval and Load +================= - -- Function: try-load filename | + -- Function: try-load filename If the string FILENAME names an existing file, the try-load procedure reads Scheme source code expressions and definitions from the file and evaluates them sequentially and returns `#t'. @@ -2885,26 +2888,26 @@ File: scm.info, Node: Eval and Load, Next: Lexical Conventions, Prev: Files a affect the values returned by `current-input-port' and `current-output-port'. - -- Variable: *load-pathname* | + -- Variable: *load-pathname* Is set to the pathname given as argument to `load', `try-load', and `dyn:link' (*note Compiling And Linking: (hobbit)Compiling And Linking.). `*load-pathname*' is used to compute the value of *Note program-vicinity: (slib)Vicinity. - -- Function: eval obj | + -- Function: eval obj Alias for *Note eval: (slib)System. - -- Function: eval-string str | + -- Function: eval-string str Returns the result of reading an expression from STR and evaluating it. `eval-string' does not change `*load-pathname*' or `line-number'. - -- Function: load-string str | + -- Function: load-string str Reads and evaluates all the expressions from STR. As with `load', the value returned is unspecified. `load-string' does not change `*load-pathname*' or `line-number'. - -- Function: line-number | + -- Function: line-number Returns the current line number of the file currently being loaded. * Menu: @@ -2914,15 +2917,15 @@ File: scm.info, Node: Eval and Load, Next: Lexical Conventions, Prev: Files a File: scm.info, Node: Line Numbers, Prev: Eval and Load, Up: Eval and Load -4.7.1 Line Numbers | ------------------- | +4.7.1 Line Numbers +------------------ Scheme code defined by load may optionally contain line number information. Currently this information is used only for reporting expansion time errors, but in the future run-time error messages may also include line number information. - -- Function: try-load pathname reader | + -- Function: try-load pathname reader This is the primitive for loading, PATHNAME is the name of a file containing Scheme code, and optional argument READER is a function of one argument, a port. READER should read and return Scheme @@ -2936,32 +2939,32 @@ pair consisting of a line-number in the car and a vector in the cdr is equivalent to the vector. The meaning of s-expressions with line-numbers in other positions is undefined. - -- Function: read-numbered port | - Behaves like `read', except that | - - bullet Load (read) sytnaxes are enabled. | - | - bullet every s-expression read will be replaced with a cons of | - a line-number object and the sexp actually read. This | - replacement is done only if PORT is a tracked port See *Note | - Files and Ports::. | - | - | - -- Function: integer->line-number int | + -- Function: read-numbered port + Behaves like `read', except that + + bullet Load (read) sytnaxes are enabled. + + bullet every s-expression read will be replaced with a cons of + a line-number object and the sexp actually read. This + replacement is done only if PORT is a tracked port See *Note + Files and Ports::. + + + -- Function: integer->line-number int Returns a line-number object with value INT. INT should be an exact non-negative integer. - -- Function: line-number->integer linum | + -- Function: line-number->integer linum Returns the value of line-number object LINUM as an integer. - -- Function: line-number? obj | + -- Function: line-number? obj Returns true if and only if OBJ is a line-number object. - -- Function: read-for-load port | - Behaves like `read', except that load syntaxes are enabled. | - | - -- Variable: *load-reader* | - -- Variable: *slib-load-reader* | + -- Function: read-for-load port + Behaves like `read', except that load syntaxes are enabled. + + -- Variable: *load-reader* + -- Variable: *slib-load-reader* The value of `*load-reader*' should be a value acceptable as the second argument to `try-load' (note that #f is acceptable). This value will be used to read code during calls to `scm:load'. The @@ -2974,32 +2977,32 @@ line-numbers in other positions is undefined. File: scm.info, Node: Lexical Conventions, Next: Syntax, Prev: Eval and Load, Up: The Language -4.8 Lexical Conventions | -======================= | +4.8 Lexical Conventions +======================= * Menu: * Common-Lisp Read Syntax:: -* Load Syntax:: | +* Load Syntax:: * Documentation and Comments:: * Modifying Read Syntax:: File: scm.info, Node: Common-Lisp Read Syntax, Next: Load Syntax, Prev: Lexical Conventions, Up: Lexical Conventions - | -4.8.1 Common-Lisp Read Syntax | ------------------------------ | - -- Read syntax: #\token | - If TOKEN is a sequence of two or more digits, then this syntax is | - equivalent to `#.(integer->char (string->number token 8))'. | +4.8.1 Common-Lisp Read Syntax +----------------------------- - If TOKEN is `C-', `c-', or `^' followed by a character, then this | - syntax is read as a control character. If TOKEN is `M-' or `m-' | - followed by a character, then a meta character is read. `c-' and | - `m-' prefixes may be combined. | + -- Read syntax: #\token + If TOKEN is a sequence of two or more digits, then this syntax is + equivalent to `#.(integer->char (string->number token 8))'. - -- Read syntax: #+ feature form | + If TOKEN is `C-', `c-', or `^' followed by a character, then this + syntax is read as a control character. If TOKEN is `M-' or `m-' + followed by a character, then a meta character is read. `c-' and + `m-' prefixes may be combined. + + -- Read syntax: #+ feature form If feature is `provided?' (by `*features*') then FORM is read as a scheme expression. If not, then FORM is treated as whitespace. @@ -3009,59 +3012,59 @@ File: scm.info, Node: Common-Lisp Read Syntax, Next: Load Syntax, Prev: Lexic For more information on `provided?' and `*features*', *Note Require: (slib)Require. - -- Read syntax: #- feature form | + -- Read syntax: #- feature form is equivalent to `#+(not feature) expression'. - -- Read syntax: #| any thing |# | + -- Read syntax: #| any thing |# Is a balanced comment. Everything up to the matching `|#' is ignored by the `read'. Nested `#|...|#' can occur inside ANY THING. -"Load sytax" is Read syntax enabled for `read' only when that `read' is | -part of loading a file or string. This distinction was made so that | -reading from a datafile would not be able to corrupt a scheme program | -using `#.'. | +"Load sytax" is Read syntax enabled for `read' only when that `read' is +part of loading a file or string. This distinction was made so that +reading from a datafile would not be able to corrupt a scheme program +using `#.'. + + -- Load syntax: #. expression + Is read as the object resulting from the evaluation of EXPRESSION. + This substitution occurs even inside quoted structure. + + In order to allow compiled code to work with `#.' it is good + practice to define those symbols used inside of EXPRESSION with + `#.(define ...)'. For example: - -- Load syntax: #. expression | - Is read as the object resulting from the evaluation of EXPRESSION. | - This substitution occurs even inside quoted structure. | + #.(define foo 9) => #<unspecified> + '(#.foo #.(+ foo foo)) => (9 18) - In order to allow compiled code to work with `#.' it is good | - practice to define those symbols used inside of EXPRESSION with | - `#.(define ...)'. For example: | - | - #.(define foo 9) => #<unspecified> | - '(#.foo #.(+ foo foo)) => (9 18) | - | - -- Load syntax: #' form | - is equivalent to FORM (for compatibility with common-lisp). | + -- Load syntax: #' form + is equivalent to FORM (for compatibility with common-lisp). File: scm.info, Node: Load Syntax, Next: Documentation and Comments, Prev: Common-Lisp Read Syntax, Up: Lexical Conventions - | -4.8.2 Load Syntax | ------------------ | + +4.8.2 Load Syntax +----------------- "#!" is the unix mechanism for executing scripts. See *Note Unix -Scheme Scripts:: for the full description of how this comment supports | -scripting. | - | - -- Load syntax: #?line | - -- Load syntax: #?column | - Return integers for the current line and column being read during a | - load. | - | - -- Load syntax: #?file | - Returns the string naming the file currently being loaded. This | - path is the string passed to `load', possibly with `.scm' appended. | - | +Scheme Scripts:: for the full description of how this comment supports +scripting. + + -- Load syntax: #?line + -- Load syntax: #?column + Return integers for the current line and column being read during a + load. + + -- Load syntax: #?file + Returns the string naming the file currently being loaded. This + path is the string passed to `load', possibly with `.scm' appended. + File: scm.info, Node: Documentation and Comments, Next: Modifying Read Syntax, Prev: Load Syntax, Up: Lexical Conventions - | -4.8.3 Documentation and Comments | --------------------------------- | - | - -- procedure: procedure-documentation proc | + +4.8.3 Documentation and Comments +-------------------------------- + + -- procedure: procedure-documentation proc Returns the documentation string of PROC if it exists, or `#f' if not. @@ -3077,24 +3080,24 @@ File: scm.info, Node: Documentation and Comments, Next: Modifying Read Syntax, => #<unspecified> (procedure-documentation square) => "Return the square of X." - -- Function: comment string1 ... | + -- Function: comment string1 ... Appends STRING1 ... to the strings given as arguments to previous calls `comment'. - -- Function: comment | + -- Function: comment Returns the (appended) strings given as arguments to previous calls `comment' and empties the current string collection. - -- Load syntax: #;text-till-end-of-line | + -- Load syntax: #;text-till-end-of-line Behaves as `(comment "TEXT-TILL-END-OF-LINE")'. File: scm.info, Node: Modifying Read Syntax, Prev: Documentation and Comments, Up: Lexical Conventions -4.8.4 Modifying Read Syntax | ---------------------------- | +4.8.4 Modifying Read Syntax +--------------------------- - -- Callback procedure: read:sharp c port | + -- Callback procedure: read:sharp c port If a <#> followed by a character (for a non-standard syntax) is encountered by `read', `read' will call the value of the symbol `read:sharp' with arguments the character and the port being read @@ -3104,31 +3107,31 @@ File: scm.info, Node: Modifying Read Syntax, Prev: Documentation and Comments, whitespace. `#<unspecified>' is the value returned by the expression `(if #f #f)'. - -- Callback procedure: load:sharp c port | - Dispatches like `read:sharp', but only during `load's. The | - read-syntaxes handled by `load:sharp' are a superset of those | - handled by `read:sharp'. `load:sharp' calls `read:sharp' if none | - of its syntaxes match C. | - | - -- Callback procedure: char:sharp token | + -- Callback procedure: load:sharp c port + Dispatches like `read:sharp', but only during `load's. The + read-syntaxes handled by `load:sharp' are a superset of those + handled by `read:sharp'. `load:sharp' calls `read:sharp' if none + of its syntaxes match C. + + -- Callback procedure: char:sharp token If the sequence <#\> followed by a non-standard character name is encountered by `read', `read' will call the value of the symbol - `char:sharp' with the token (a string of length at least two) as | - argument. If the value returned is a character, then that will be | - the value of `read' for this expression, otherwise an error will | - be signaled. | + `char:sharp' with the token (a string of length at least two) as + argument. If the value returned is a character, then that will be + the value of `read' for this expression, otherwise an error will + be signaled. -_Note_ When adding new <#> syntaxes, have your code save the previous | -value of `load:sharp', `read:sharp', or `char:sharp' when defining it. | -Call this saved value if an invocation's syntax is not recognized. | -This will allow `#+', `#-', and *Note Uniform Array::s to still be | -supported (as they dispatch from `read:sharp'). | +_Note_ When adding new <#> syntaxes, have your code save the previous +value of `load:sharp', `read:sharp', or `char:sharp' when defining it. +Call this saved value if an invocation's syntax is not recognized. +This will allow `#+', `#-', and *Note Uniform Array::s to still be +supported (as they dispatch from `read:sharp'). File: scm.info, Node: Syntax, Prev: Lexical Conventions, Up: The Language -4.9 Syntax | -========== | +4.9 Syntax +========== SCM provides a native implementation of "defmacro". *Note Defmacro: (slib)Defmacro. @@ -3160,25 +3163,25 @@ use the correct macro loader when `require'd. File: scm.info, Node: Define and Set, Next: Defmacro, Prev: Syntax, Up: Syntax -4.9.1 Define and Set | --------------------- | +4.9.1 Define and Set +-------------------- - -- Special Form: defined? symbol | + -- Special Form: defined? symbol Equivalent to `#t' if SYMBOL is a syntactic keyword (such as `if') or a symbol with a value in the top level environment (*note Variables and regions: (r5rs)Variables and regions.). Otherwise equivalent to `#f'. - -- Special Form: defvar identifier initial-value | + -- Special Form: defvar identifier initial-value If IDENTIFIER is unbound in the top level environment, then IDENTIFIER is `define'd to the result of evaluating the form INITIAL-VALUE as if the `defvar' form were instead the form `(define identifier initial-value)' . If IDENTIFIER already has a value, then INITIAL-VALUE is _not_ evaluated and IDENTIFIER's - value is not changed. `defvar' is valid only when used at | + value is not changed. `defvar' is valid only when used at top-level. - -- Special Form: defconst identifier value | + -- Special Form: defconst identifier value If IDENTIFIER is unbound in the top level environment, then IDENTIFIER is `define'd to the result of evaluating the form VALUE as if the `defconst' form were instead the form `(define @@ -3187,7 +3190,7 @@ File: scm.info, Node: Define and Set, Next: Defmacro, Prev: Syntax, Up: Synt an error is signaled. `defconst' is valid only when used at top-level. - -- Special Form: set! (variable1 variable2 ...) <expression> | + -- Special Form: set! (variable1 variable2 ...) <expression> The identifiers VARIABLE1, VARIABLE2, ... must be bound either in some region enclosing the `set!' expression or at top level. @@ -3201,7 +3204,7 @@ File: scm.info, Node: Define and Set, Next: Defmacro, Prev: Syntax, Up: Synt (set! (x y) (list 4 5)) => _unspecified_ (+ x y) => 9 - -- Special Form: qase key clause1 clause2 ... | + -- Special Form: qase key clause1 clause2 ... `qase' is an extension of standard Scheme `case': Each CLAUSE of a `qase' statement must have as first element a list containing elements which are: @@ -3242,8 +3245,8 @@ File: scm.info, Node: Define and Set, Next: Defmacro, Prev: Syntax, Up: Synt File: scm.info, Node: Defmacro, Next: Syntax-Rules, Prev: Define and Set, Up: Syntax -4.9.2 Defmacro | --------------- | +4.9.2 Defmacro +-------------- SCM supports the following constructs from Common Lisp: `defmacro', `macroexpand', `macroexpand-1', and `gentemp'. *Note Defmacro: @@ -3276,8 +3279,8 @@ For example: File: scm.info, Node: Syntax-Rules, Next: Macro Primitives, Prev: Defmacro, Up: Syntax -4.9.3 Syntax-Rules | ------------------- | +4.9.3 Syntax-Rules +------------------ SCM supports [R5RS] `syntax-rules' macros *Note Macros: (r5rs)Macros. @@ -3330,17 +3333,17 @@ For example: File: scm.info, Node: Macro Primitives, Next: Environment Frames, Prev: Syntax-Rules, Up: Syntax -4.9.4 Macro Primitives | ----------------------- | +4.9.4 Macro Primitives +---------------------- - -- Function: procedure->syntax proc | + -- Function: procedure->syntax proc Returns a "macro" which, when a symbol defined to this value appears as the first symbol in an expression, returns the result of applying PROC to the expression and the environment. - -- Function: procedure->macro proc | - -- Function: procedure->memoizing-macro proc | - -- Function: procedure->identifier-macro | + -- Function: procedure->macro proc + -- Function: procedure->memoizing-macro proc + -- Function: procedure->identifier-macro Returns a "macro" which, when a symbol defined to this value appears as the first symbol in an expression, evaluates the result of applying PROC to the expression and the environment. The value @@ -3362,7 +3365,7 @@ File: scm.info, Node: Macro Primitives, Next: Environment Frames, Prev: Synta identifier. - -- Special Form: defsyntax name expr | + -- Special Form: defsyntax name expr Defines NAME as a macro keyword bound to the result of evaluating EXPR, which should be a macro. Using `define' for this purpose may not result in NAME being interpreted as a macro keyword. @@ -3370,8 +3373,8 @@ File: scm.info, Node: Macro Primitives, Next: Environment Frames, Prev: Synta File: scm.info, Node: Environment Frames, Next: Syntactic Hooks for Hygienic Macros, Prev: Macro Primitives, Up: Syntax -4.9.5 Environment Frames | ------------------------- | +4.9.5 Environment Frames +------------------------ An "environment" is a list of frames representing lexical bindings. Only the names and scope of the bindings are included in environments @@ -3420,7 +3423,7 @@ There are several types of environment frames: <env-procedure-name-marker> the integer 2. - -- Special Form: @apply procedure argument-list | + -- Special Form: @apply procedure argument-list Returns the result of applying PROCEDURE to ARGUMENT-LIST. `@apply' differs from `apply' when the identifiers bound by the closure being applied are `set!'; setting affects ARGUMENT-LIST. @@ -3435,8 +3438,8 @@ There are several types of environment frames: File: scm.info, Node: Syntactic Hooks for Hygienic Macros, Prev: Environment Frames, Up: Syntax -4.9.6 Syntactic Hooks for Hygienic Macros | ------------------------------------------ | +4.9.6 Syntactic Hooks for Hygienic Macros +----------------------------------------- SCM provides a synthetic identifier type for efficient implementation of hygienic macros (for example, `syntax-rules' *note Macros: @@ -3444,7 +3447,7 @@ hygienic macros (for example, `syntax-rules' *note Macros: a macro expander in any context where a symbol would normally be used. Collectively, symbols and synthetic identifiers are _identifiers_. - -- Function: identifier? obj | + -- Function: identifier? obj Returns `#t' if OBJ is a symbol or a synthetic identifier, and `#f' otherwise. @@ -3457,7 +3460,7 @@ environment which has been passed to a "macro expander" (a procedure passed as an argument to `procedure->macro', `procedure->memoizing-macro', or `procedure->syntax'). - -- Function: renamed-identifier parent env | + -- Function: renamed-identifier parent env Returns a synthetic identifier. PARENT must be an identifier, and ENV must either be `#f' or a lexical environment passed to a macro expander. `renamed-identifier' returns a distinct object for each @@ -3468,12 +3471,12 @@ identifier, those data are used during variable lookup. If a synthetic identifier is inserted as quoted data then during macro expansion it will be repeatedly replaced by its parent, until a symbol is obtained. - -- Function: identifier->symbol id | + -- Function: identifier->symbol id Returns the symbol obtained by recursively extracting the parent of ID, which must be an identifier. -4.9.7 Use of Synthetic Identifiers | ----------------------------------- | +4.9.7 Use of Synthetic Identifiers +---------------------------------- `renamed-identifier' may be used as a replacement for `gentemp': (define gentemp @@ -3520,7 +3523,7 @@ determine whether two identifiers have the same denotation. With synthetic identifiers it is not necessary that two identifiers be `eq?' in order to denote the same binding. - -- Function: identifier-equal? id1 id2 env | + -- Function: identifier-equal? id1 id2 env Returns `#t' if identifiers ID1 and ID2 denote the same binding in lexical environment ENV, and `#f' otherwise. ENV must either be a lexical environment passed to a macro transformer during macro @@ -3538,13 +3541,13 @@ in order to denote the same binding. (let ((foo 'local)) (top-level-foo? foo)) => #f - -- Function: @macroexpand1 expr env | + -- Function: @macroexpand1 expr env If the `car' of EXPR denotes a macro in ENV, then if that macro is a primitive, EXPR will be returned, if the macro was defined in Scheme, then a macro expansion will be returned. If the `car' of EXPR does not denote a macro, the `#f' is returned. - -- Function: extended-environment names values env | + -- Function: extended-environment names values env Returns a new environment object, equivalent to ENV, which must either be an environment object or null, extended by one frame. NAMES must be an identifier, or an improper list of identifiers, @@ -3554,13 +3557,13 @@ in order to denote the same binding. list then VALS may be, respectively, any object or an improper list of objects. - -- Special Form: syntax-quote obj | + -- Special Form: syntax-quote obj Synthetic identifiers are converted to their parent symbols by `quote' and `quasiquote' so that literal data in macro definitions will be properly transcribed. `syntax-quote' behaves like `quote', but preserves synthetic identifier intact. - -- Special Form: the-macro mac | + -- Special Form: the-macro mac `the-macro' is the simplest of all possible macro transformers: MAC may be a syntactic keyword (macro name) or an expression evaluating to a macro, otherwise an error is signaled. MAC is @@ -3573,7 +3576,7 @@ in order to denote the same binding. ;; code that will continue to work even if LET is redefined. ...) - -- Special Form: renaming-transformer proc | + -- Special Form: renaming-transformer proc A low-level "explicit renaming" macro facility very similar to that proposed by W. Clinger [Exrename] is supported. Syntax may be defined in `define-syntax', `let-syntax', and `letrec-syntax' @@ -3589,8 +3592,8 @@ in order to denote the same binding. File: scm.info, Node: Packages, Next: The Implementation, Prev: The Language, Up: Top -5 Packages | -********** | +5 Packages +********** * Menu: @@ -3602,46 +3605,46 @@ File: scm.info, Node: Packages, Next: The Implementation, Prev: The Language, * I/O-Extensions:: i/o-extensions * Posix Extensions:: posix * Unix Extensions:: non-posix unix -* Sequence Comparison:: | +* Sequence Comparison:: * Regular Expression Pattern Matching:: regex * Line Editing:: edit-line * Curses:: Screen Control * Sockets:: Cruise the Net -* SCMDB:: interface to MySQL | +* SCMDB:: interface to MySQL * Menu: * Xlib: (Xlibscm). X Window Graphics. -* Hobbit: (hobbit). Scheme-to-C Compiler | +* Hobbit: (hobbit). Scheme-to-C Compiler File: scm.info, Node: Dynamic Linking, Next: Dump, Prev: Packages, Up: Packages -5.1 Dynamic Linking | -=================== | +5.1 Dynamic Linking +=================== If SCM has been compiled with `dynl.c' then the additional properties of load and ([SLIB]) require specified here are supported. The `require' form is preferred. - -- Function: require feature | + -- Function: require feature If the symbol FEATURE has not already been given as an argument to `require', then the object and library files associated with FEATURE will be dynamically-linked, and an unspecified value returned. If FEATURE is not found in `*catalog*', then an error is signaled. - -- Function: usr:lib lib | + -- Function: usr:lib lib Returns the pathname of the C library named LIB. For example: `(usr:lib "m")' returns `"/usr/lib/libm.a"', the path of the C math library. - -- Function: x:lib lib | + -- Function: x:lib lib Returns the pathname of the X library named LIB. For example: `(x:lib "X11")' returns `"/usr/X11/lib/libX11.sa"', the path of the X11 library. - -- Function: load filename lib1 ... | + -- Function: load filename lib1 ... In addition to the [R5RS] requirement of loading Scheme expressions if FILENAME is a Scheme source file, `load' will also dynamically load/link object files (produced by `compile-file', for @@ -3684,7 +3687,7 @@ The following functions comprise the low-level Scheme interface to dynamic linking. See the file `Link.scm' in the SCM distribution for an example of their use. - -- Function: dyn:link filename | + -- Function: dyn:link filename FILENAME should be a string naming an "object" or "archive" file, the result of C-compiling. The `dyn:link' procedure links and loads FILENAME into the current SCM session. If successfull, @@ -3692,7 +3695,7 @@ an example of their use. second argument to `dyn:call'. If not successful, `#f' is returned. - -- Function: dyn:call name link-token | + -- Function: dyn:call name link-token LINK-TOKEN should be the value returned by a call to `dyn:link'. NAME should be the name of C function of no arguments defined in the file named FILENAME which was succesfully `dyn:link'ed in the @@ -3704,10 +3707,10 @@ an example of their use. SCM object files. The init_... function then makes the identifiers defined in the file accessible as Scheme procedures. - -- Function: dyn:main-call name link-token arg1 ... | + -- Function: dyn:main-call name link-token arg1 ... LINK-TOKEN should be the value returned by a call to `dyn:link'. NAME should be the name of C function of 2 arguments, `(int argc, - char **argv)', defined in the file named FILENAME which was + const char **argv)', defined in the file named FILENAME which was | succesfully `dyn:link'ed in the current SCM session. The `dyn:main-call' procedure calls the C function corresponding to NAME with `argv' style arguments, such as are given to C `main' @@ -3719,7 +3722,7 @@ an example of their use. low level routines of which callback (*note Callbacks::) into SCM (which emulates PCI hardware). - -- Function: dyn:unlink link-token | + -- Function: dyn:unlink link-token LINK-TOKEN should be the value returned by a call to `dyn:link'. The `dyn:unlink' procedure removes the previously loaded file from the current SCM session. If successful, `dyn:unlink' returns @@ -3728,8 +3731,8 @@ an example of their use. File: scm.info, Node: Dump, Next: Numeric, Prev: Dynamic Linking, Up: Packages -5.2 Dump | -======== | +5.2 Dump +======== "Dump", (also known as "unexec"), saves the continuation of an entire SCM session to an executable file, which can then be invoked as a @@ -3757,10 +3760,10 @@ There are constraints on which sessions are savable using `dump' * `Dump' can be called from the command line. - -- Function: dump newpath | - -- Function: dump newpath #f | - -- Function: dump newpath #t | - -- Function: dump newpath thunk | + -- Function: dump newpath + -- Function: dump newpath #f + -- Function: dump newpath #t + -- Function: dump newpath thunk * Calls `gc'. * Creates an executable program named NEWPATH which continues @@ -3826,66 +3829,66 @@ This task can also be accomplished using the `-o' command line option File: scm.info, Node: Numeric, Next: Arrays, Prev: Dump, Up: Packages -5.3 Numeric | -=========== | +5.3 Numeric +=========== - -- Constant: most-positive-fixnum | + -- Constant: most-positive-fixnum The immediate integer closest to positive infinity. *Note Configuration: (slib)Configuration. - -- Constant: most-negative-fixnum | + -- Constant: most-negative-fixnum The immediate integer closest to negative infinity. - -- Constant: $pi | - -- Constant: pi | + -- Constant: $pi + -- Constant: pi The ratio of the circumference to the diameter of a circle. These procedures augment the standard capabilities in *Note Numerical operations: (r5rs)Numerical operations. - -- Function: pi* z | + -- Function: pi* z `(* pi Z)' - -- Function: pi/ z | + -- Function: pi/ z `(/ pi Z)' - -- Function: sinh z | - -- Function: cosh z | - -- Function: tanh z | + -- Function: sinh z + -- Function: cosh z + -- Function: tanh z Return the hyperbolic sine, cosine, and tangent of Z - -- Function: asinh z | - -- Function: acosh z | - -- Function: atanh z | + -- Function: asinh z + -- Function: acosh z + -- Function: atanh z Return the inverse hyperbolic sine, cosine, and tangent of Z - -- Function: $sqrt x | - -- Function: $abs x | - -- Function: $exp x | - -- Function: $log x | - -- Function: $sin x | - -- Function: $cos x | - -- Function: $tan x | - -- Function: $asin x | - -- Function: $acos x | - -- Function: $atan x | - -- Function: $sinh x | - -- Function: $cosh x | - -- Function: $tanh x | - -- Function: $asinh x | - -- Function: $acosh x | - -- Function: $atanh x | + -- Function: $sqrt x + -- Function: $abs x + -- Function: $exp x + -- Function: $log x + -- Function: $sin x + -- Function: $cos x + -- Function: $tan x + -- Function: $asin x + -- Function: $acos x + -- Function: $atan x + -- Function: $sinh x + -- Function: $cosh x + -- Function: $tanh x + -- Function: $asinh x + -- Function: $acosh x + -- Function: $atanh x Real-only versions of these popular functions. The argument X must be a real number. It is an error if the value which should be returned by a call to these procedures is _not_ real. - -- Function: $log10 x | + -- Function: $log10 x Real-only base 10 logarithm. - -- Function: $atan2 y x | + -- Function: $atan2 y x Computes `(angle (make-rectangular x y))' for real numbers Y and X. - -- Function: $expt x1 x2 | + -- Function: $expt x1 x2 Returns real number X1 raised to the real power X2. It is an error if the value which should be returned by a call to `$expt' is not real. @@ -3893,8 +3896,8 @@ operations: (r5rs)Numerical operations. File: scm.info, Node: Arrays, Next: Records, Prev: Numeric, Up: Packages -5.4 Arrays | -========== | +5.4 Arrays +========== * Menu: @@ -3906,8 +3909,8 @@ File: scm.info, Node: Arrays, Next: Records, Prev: Numeric, Up: Packages File: scm.info, Node: Conventional Arrays, Next: Uniform Array, Prev: Arrays, Up: Arrays -5.4.1 Conventional Arrays | -------------------------- | +5.4.1 Conventional Arrays +------------------------- The following syntax and procedures are SCM extensions to feature `array' in *Note Arrays: (slib)Arrays. @@ -3916,14 +3919,14 @@ The following syntax and procedures are SCM extensions to feature dimensions) followed by the character #\a or #\A and what appear as lists (of lists) of elements. The lists must be nested to the depth of the rank. For each depth, all lists must be the same length. - (make-array '#(ho) 4 3) => | - #2A((ho ho ho) (ho ho ho) (ho ho ho) (ho ho ho)) | + (make-array '#(ho) 4 3) => + #2A((ho ho ho) (ho ho ho) (ho ho ho) (ho ho ho)) Unshared, conventional (not uniform) 0-based arrays of rank 1 are equivalent to (and can't be distinguished from) scheme vectors. - (make-array '#(ho) 3) => #(ho ho ho) | + (make-array '#(ho) 3) => #(ho ho ho) - -- Function: transpose-array array dim0 dim1 ... | + -- Function: transpose-array array dim0 dim1 ... Returns an array sharing contents with ARRAY, but with dimensions arranged in a different order. There must be one DIM argument for each dimension of ARRAY. DIM0, DIM1, ... should be integers @@ -3941,7 +3944,7 @@ equivalent to (and can't be distinguished from) scheme vectors. (transpose-array '#3A(((a b c) (d e f)) ((1 2 3) (4 5 6))) 1 1 0) => #2A((a 4) (b 5) (c 6)) - -- Function: enclose-array array dim0 dim1 ... | + -- Function: enclose-array array dim0 dim1 ... DIM0, DIM1 ... should be nonnegative integers less than the rank of ARRAY. ENCLOSE-ARRAY returns an array resembling an array of shared arrays. The dimensions of each shared array are the same @@ -3962,17 +3965,17 @@ equivalent to (and can't be distinguished from) scheme vectors. (enclose-array '#3A(((a b c) (d e f)) ((1 2 3) (4 5 6))) 1 0) => #<enclosed-array #2A((a 1) (d 4)) #2A((b 2) (e 5)) #2A((c 3) (f 6))> - -- Function: array->list array | + -- Function: array->list array Returns a list consisting of all the elements, in order, of ARRAY. In the case of a rank-0 array, returns the single element. - -- Function: array-contents array | - -- Function: array-contents array strict | + -- Function: array-contents array + -- Function: array-contents array strict If ARRAY may be "unrolled" into a one dimensional shared array without changing their order (last subscript changing fastest), then `array-contents' returns that shared array, otherwise it - returns `#f'. All arrays made by MAKE-ARRAY may be unrolled, some | - arrays made by MAKE-SHARED-ARRAY may not be. | + returns `#f'. All arrays made by MAKE-ARRAY may be unrolled, some + arrays made by MAKE-SHARED-ARRAY may not be. If the optional argument STRICT is provided, a shared array will be returned only if its elements are stored internally contiguous @@ -3981,8 +3984,8 @@ equivalent to (and can't be distinguished from) scheme vectors. File: scm.info, Node: Uniform Array, Next: Bit Vectors, Prev: Conventional Arrays, Up: Arrays -5.4.2 Uniform Array | -------------------- | +5.4.2 Uniform Array +------------------- "Uniform Arrays" and vectors are arrays whose elements are all of the same type. Uniform vectors occupy less storage than conventional @@ -3990,16 +3993,16 @@ vectors. Uniform Array procedures also work on vectors, uniform-vectors, bit-vectors, and strings. SLIB now supports uniform arrys. The primary array creation procedure -is `make-array', detailed in *Note Arrays: (slib)Arrays. | +is `make-array', detailed in *Note Arrays: (slib)Arrays. Unshared uniform character 0-based arrays of rank 1 (dimension) are equivalent to (and can't be distinguished from) strings. - (make-array "" 3) => "$q2" | + (make-array "" 3) => "$q2" Unshared uniform boolean 0-based arrays of rank 1 (dimension) are equivalent to (and can't be distinguished from) *Note bit-vectors: Bit Vectors. - (make-array '#1at() 3) => #*000 | + (make-array '#1at() 3) => #*000 == #1At(#f #f #f) => #*000 @@ -4008,30 +4011,30 @@ according to the table: prototype type display prefix - () conventional vector #A | - +64i complex (double precision) #A:floC64b | - 64.0 double (double precision) #A:floR64b | - 32.0 float (single precision) #A:floR32b | - 32 unsigned integer (32-bit) #A:fixN32b | - -32 signed integer (32-bit) #A:fixZ32b | - -16 signed integer (16-bit) #A:fixZ16b | - #\a char (string) #A:char | - #t boolean (bit-vector) #A:bool | + () conventional vector #A + +64i complex (double precision) #A:floC64b + 64.0 double (double precision) #A:floR64b + 32.0 float (single precision) #A:floR32b + 32 unsigned integer (32-bit) #A:fixN32b + -32 signed integer (32-bit) #A:fixZ32b + -16 signed integer (16-bit) #A:fixZ16b + #\a char (string) #A:char + #t boolean (bit-vector) #A:bool Other uniform vectors are written in a form similar to that of general arrays, except that one or more modifying characters are put between the -#\A character and the contents list. For example, `'#1A:fixZ32b(3 5 9)' | +#\A character and the contents list. For example, `'#1A:fixZ32b(3 5 9)' returns a uniform vector of signed integers. - -- Function: array? obj prototype | + -- Function: array? obj prototype Returns `#t' if the OBJ is an array of type corresponding to PROTOTYPE, and `#f' if not. - -- Function: array-prototype array | + -- Function: array-prototype array Returns an object that would produce an array of the same type as ARRAY, if used as the PROTOTYPE for `list->uniform-array'. - -- Function: list->uniform-array rank prot lst | + -- Function: list->uniform-array rank prot lst Returns a uniform array of the type indicated by prototype PROT with elements the same as those of LST. Elements must be of the appropriate type, no coercions are done. @@ -4044,8 +4047,8 @@ returns a uniform vector of signed integers. If RANK is zero, LST, which need not be a list, is the single element of the returned array. - -- Function: uniform-array-read! ura | - -- Function: uniform-array-read! ura port | + -- Function: uniform-array-read! ura + -- Function: uniform-array-read! ura port Attempts to read all elements of URA, in lexicographic order, as binary objects from PORT. If an end of file is encountered during uniform-array-read! the objects up to that point only are put into @@ -4056,14 +4059,14 @@ returns a uniform vector of signed integers. may be omitted, in which case it defaults to the value returned by `(current-input-port)'. - -- Function: uniform-array-write ura | - -- Function: uniform-array-write ura port | + -- Function: uniform-array-write ura + -- Function: uniform-array-write ura port Writes all elements of URA as binary objects to PORT. The number of of objects actually written is returned. PORT may be omitted, in which case it defaults to the value returned by `(current-output-port)'. - -- Function: logaref array index1 index2 ... | + -- Function: logaref array index1 index2 ... If an INDEX is provided for each dimension of ARRAY returns the INDEX1, INDEX2, ...'th element of ARRAY. If one more INDEX is provided, then the last index specifies bit position of the @@ -4075,7 +4078,7 @@ returns a uniform vector of signed integers. (logaref '#(#b1101 #b0010) 0 1) => #f (logaref '#2((#b1101 #b0010)) 0 0) => #b1101 - -- Function: logaset! array val index1 index2 ... | + -- Function: logaset! array val index1 index2 ... If an INDEX is provided for each dimension of ARRAY sets the INDEX1, INDEX2, ...'th element of ARRAY to VAL. If one more INDEX is provided, then the last index specifies bit position of the @@ -4087,29 +4090,29 @@ returns a uniform vector of signed integers. File: scm.info, Node: Bit Vectors, Next: Array Mapping, Prev: Uniform Array, Up: Arrays -5.4.3 Bit Vectors | ------------------ | +5.4.3 Bit Vectors +----------------- Bit vectors can be written and read as a sequence of `0's and `1's prefixed by `#*'. - #1At(#f #f #f #t #f #t #f) => #*0001010 | + #1At(#f #f #f #t #f #t #f) => #*0001010 Some of these operations will eventually be generalized to other uniform-arrays. - -- Function: bit-count bool bv | - Returns the number of occurrences of BOOL in BV. | + -- Function: bit-count bool bv + Returns the number of occurrences of BOOL in BV. - -- Function: bit-position bool bv k | + -- Function: bit-position bool bv k Returns the minimum index of an occurrence of BOOL in BV which is at least K. If no BOOL occurs within the specified range `#f' is returned. - -- Function: bit-invert! bv | + -- Function: bit-invert! bv Modifies BV by replacing each element with its negation. - -- Function: bit-set*! bv uve bool | + -- Function: bit-set*! bv uve bool If uve is a bit-vector BV and uve must be of the same length. If BOOL is `#t', uve is OR'ed into BV; If BOOL is `#f', the inversion of uve is AND'ed into BV. @@ -4120,7 +4123,7 @@ uniform-arrays. The return value is unspecified. - -- Function: bit-count* bv uve bool | + -- Function: bit-count* bv uve bool Returns (bit-count (bit-set*! (if bool bv (bit-invert! bv)) uve #t) #t). BV is not modified. @@ -4128,28 +4131,28 @@ uniform-arrays. File: scm.info, Node: Array Mapping, Prev: Bit Vectors, Up: Arrays -5.4.4 Array Mapping | -------------------- | +5.4.4 Array Mapping +------------------- `(require 'array-for-each)' SCM has some extra functions in feature `array-for-each': - -- Function: array-fill! array fill | + -- Function: array-fill! array fill Stores FILL in every element of ARRAY. The value returned is unspecified. - -- Function: serial-array:copy! destination source | - Same as `array:copy!' but guaranteed to copy in row-major order. | + -- Function: serial-array:copy! destination source + Same as `array:copy!' but guaranteed to copy in row-major order. - -- Function: array-equal? array0 array1 ... | + -- Function: array-equal? array0 array1 ... Returns `#t' iff all arguments are arrays with the same shape, the same type, and have corresponding elements which are either `equal?' or `array-equal?'. This function differs from `equal?' in that a one dimensional shared array may be ARRAY-EQUAL? but not EQUAL? to a vector or uniform vector. - -- Function: array-map! array0 proc array1 ... | + -- Function: array-map! array0 proc array1 ... If ARRAY1, ... are arrays, they must have the same number of dimensions as ARRAY0 and have a range for each index which includes the range for the corresponding index in ARRAY0. If they @@ -4161,22 +4164,22 @@ SCM has some extra functions in feature `array-for-each': unspecified. Handling non-array arguments is a SCM extension of *Note - array-map!: (slib)Array Mapping. | + array-map!: (slib)Array Mapping. - -- Function: serial-array-map! array0 proc array1 ... | + -- Function: serial-array-map! array0 proc array1 ... Same as ARRAY-MAP!, but guaranteed to apply PROC in row-major order. - -- Function: array-map prototype proc array1 array2 ... | - ARRAY2, ... must have the same number of dimensions as ARRAY1 and | - have a range for each index which includes the range for the | - corresponding index in ARRAY1. PROC is applied to each tuple of | - elements of ARRAY1, ARRAY2, ... and the result is stored as the | - corresponding element in a new array of type PROTOTYPE. The new | - array is returned. The order of application is unspecified. | - | - -- Function: scalar->array scalar array prototype | - -- Function: scalar->array scalar array | + -- Function: array-map prototype proc array1 array2 ... + ARRAY2, ... must have the same number of dimensions as ARRAY1 and + have a range for each index which includes the range for the + corresponding index in ARRAY1. PROC is applied to each tuple of + elements of ARRAY1, ARRAY2, ... and the result is stored as the + corresponding element in a new array of type PROTOTYPE. The new + array is returned. The order of application is unspecified. + + -- Function: scalar->array scalar array prototype + -- Function: scalar->array scalar array Returns a uniform array of the same shape as ARRAY, having only one shared element, which is `eqv?' to SCALAR. If the optional argument PROTOTYPE is supplied it will be used as the prototype @@ -4188,13 +4191,13 @@ SCM has some extra functions in feature `array-for-each': File: scm.info, Node: Records, Next: I/O-Extensions, Prev: Arrays, Up: Packages -5.5 Records | -=========== | +5.5 Records +=========== SCM provides user-definable datatypes with the same interface as SLIB, see *Note Records: (slib)Records, with the following extension. - -- Function: record-printer-set! rtd printer | + -- Function: record-printer-set! rtd printer Causes records of type RTD to be printed in a user-specified format. RTD must be a record type descriptor returned by `make-record-type', PRINTER a procedure accepting three arguments: @@ -4210,13 +4213,13 @@ see *Note Records: (slib)Records, with the following extension. File: scm.info, Node: I/O-Extensions, Next: Posix Extensions, Prev: Records, Up: Packages -5.6 I/O-Extensions | -================== | +5.6 I/O-Extensions +================== If `'i/o-extensions' is provided (by linking in `ioext.o'), *Note Line I/O: (slib)Line I/O, and the following functions are defined: - -- Function: stat <port-or-string> | + -- Function: stat <port-or-string> Returns a vector of integers describing the argument. The argument can be either a string or an open input port. If the argument is an open port then the returned vector describes the file to which @@ -4259,70 +4262,70 @@ I/O: (slib)Line I/O, and the following functions are defined: 10 st_ctime Last file status change time - -- Function: getpid | + -- Function: getpid Returns the process ID of the current process. - -- Function: file-position port | + -- Function: file-position port Returns the current position of the character in PORT which will next be read or written. If PORT is not open to a file the result is unspecified. - -- Function: file-set-position port integer | + -- Function: file-set-position port integer Sets the current position in PORT which will next be read or written. If PORT is not open to a file the action of `file-set-position' is unspecified. The result of `file-set-position' is unspecified. - -- Function: try-create-file name modes perms | + -- Function: try-create-file name modes perms If the file with name NAME already exists, return `#f', otherwise try to create and open the file like `try-open-file', *Note Files and Ports::. If the optional integer argument PERMS is provided, it is used as the permissions of the new file (modified by the current umask). - -- Function: reopen-file filename modes port | + -- Function: reopen-file filename modes port Closes port PORT and reopens it with FILENAME and MODES. `reopen-file' returns `#t' if successful, `#f' if not. - -- Function: duplicate-port port modes | + -- Function: duplicate-port port modes Creates and returns a "duplicate" port from PORT. Duplicate _unbuffered_ ports share one file position. MODES are as for *Note open-file: Files and Ports. - -- Function: redirect-port! from-port to-port | + -- Function: redirect-port! from-port to-port Closes TO-PORT and makes TO-PORT be a duplicate of FROM-PORT. `redirect-port!' returns TO-PORT if successful, `#f' if not. If unsuccessful, TO-PORT is not closed. - -- Function: opendir dirname | + -- Function: opendir dirname Returns a "directory" object corresponding to the file system directory named DIRNAME. If unsuccessful, returns `#f'. - -- Function: readdir dir | + -- Function: readdir dir Returns the string name of the next entry from the directory DIR. If there are no more entries in the directory, `readdir' returns a `#f'. - -- Function: rewinddir dir | + -- Function: rewinddir dir Reinitializes DIR so that the next call to `readdir' with DIR will return the first entry in the directory again. - -- Function: closedir dir | + -- Function: closedir dir Closes DIR and returns `#t'. If DIR is already closed,, `closedir' returns a `#f'. - -- Function: directory-for-each proc directory | + -- Function: directory-for-each proc directory PROC must be a procedure taking one argument. `Directory-For-Each' applies PROC to the (string) name of each file in DIRECTORY. The dynamic order in which PROC is applied to the filenames is unspecified. The value returned by `directory-for-each' is unspecified. - -- Function: directory-for-each proc directory pred | + -- Function: directory-for-each proc directory pred Applies PROC only to those filenames for which the procedure PRED returns a non-false value. - -- Function: directory-for-each proc directory match | + -- Function: directory-for-each proc directory match Applies PROC only to those filenames for which `(filename:match?? MATCH)' would return a non-false value (*note Filenames: (slib)Filenames.). @@ -4335,9 +4338,9 @@ I/O: (slib)Line I/O, and the following functions are defined: "Link.scm" "Macro.scm" "Transcen.scm" - "Init5e1.scm" | + "Init5e2.scm" | - -- Function: mkdir path mode | + -- Function: mkdir path mode The `mkdir' function creates a new, empty directory whose name is PATH. The integer argument MODE specifies the file permissions for the new directory. *Note The Mode Bits for Access Permission: @@ -4346,48 +4349,48 @@ I/O: (slib)Line I/O, and the following functions are defined: `mkdir' returns if successful, `#f' if not. - -- Function: rmdir path | + -- Function: rmdir path The `rmdir' function deletes the directory PATH. The directory must be empty before it can be removed. `rmdir' returns if successful, `#f' if not. - -- Function: chdir filename | + -- Function: chdir filename Changes the current directory to FILENAME. If FILENAME does not exist or is not a directory, `#f' is returned. Otherwise, `#t' is returned. - -- Function: getcwd | + -- Function: getcwd The function `getcwd' returns a string containing the absolute file name representing the current working directory. If this string cannot be obtained, `#f' is returned. - -- Function: rename-file oldfilename newfilename | + -- Function: rename-file oldfilename newfilename Renames the file specified by OLDFILENAME to NEWFILENAME. If the renaming is successful, `#t' is returned. Otherwise, `#f' is returned. - -- Function: chmod file mode | + -- Function: chmod file mode The function `chmod' sets the access permission bits for the file named by FILE to MODE. The FILE argument may be a string containing the filename or a port open to the file. `chmod' returns if successful, `#f' if not. - -- Function: utime pathname acctime modtime | + -- Function: utime pathname acctime modtime Sets the file times associated with the file named PATHNAME to have access time ACCTIME and modification time MODTIME. `utime' returns if successful, `#f' if not. - -- Function: umask mode | + -- Function: umask mode The function `umask' sets the file creation mask of the current process to MASK, and returns the previous value of the file creation mask. - -- Function: fileno port | + -- Function: fileno port Returns the integer file descriptor associated with the port PORT. If an error is detected, `#f' is returned. - -- Function: access pathname how | + -- Function: access pathname how Returns `#t' if the file named by PATHNAME can be accessed in the way specified by the HOW argument. The HOW argument can be the `logior' of the flags: @@ -4413,8 +4416,8 @@ I/O: (slib)Line I/O, and the following functions are defined: <r> File-is-readable? - -- Function: execl command arg0 ... | - -- Function: execlp command arg0 ... | + -- Function: execl command arg0 ... + -- Function: execlp command arg0 ... Transfers control to program COMMAND called with arguments ARG0 .... For `execl', COMMAND must be an exact pathname of an executable file. `execlp' searches for COMMAND in the list of @@ -4424,12 +4427,12 @@ I/O: (slib)Line I/O, and the following functions are defined: If successful, this procedure does not return. Otherwise an error message is printed and the integer `errno' is returned. - -- Function: execv command arglist | - -- Function: execvp command arglist | + -- Function: execv command arglist + -- Function: execvp command arglist Like `execl' and `execlp' except that the set of arguments to COMMAND is ARGLIST. - -- Function: putenv string | + -- Function: putenv string adds or removes definitions from the "environment". If the STRING is of the form `NAME=VALUE', the definition is added to the environment. Otherwise, the STRING is interpreted as the name of @@ -4450,30 +4453,30 @@ I/O: (slib)Line I/O, and the following functions are defined: File: scm.info, Node: Posix Extensions, Next: Unix Extensions, Prev: I/O-Extensions, Up: Packages -5.7 Posix Extensions | -==================== | +5.7 Posix Extensions +==================== If `'posix' is provided (by linking in `posix.o'), the following functions are defined: - -- Function: open-pipe string modes | + -- Function: open-pipe string modes If the string MODES contains an <r>, returns an input port capable of delivering characters from the standard output of the system command STRING. Otherwise, returns an output port capable of receiving characters which become the standard input of the system command STRING. If a pipe cannot be created `#f' is returned. - -- Function: open-input-pipe string | + -- Function: open-input-pipe string Returns an input port capable of delivering characters from the standard output of the system command STRING. If a pipe cannot be created `#f' is returned. - -- Function: open-output-pipe string | + -- Function: open-output-pipe string Returns an output port capable of receiving characters which become the standard input of the system command STRING. If a pipe cannot be created `#f' is returned. - -- Function: broken-pipe port | + -- Function: broken-pipe port If this function is defined at top level, it will be called when an output pipe is closed from the other side (this is the condition under which a SIGPIPE is sent). The already closed PORT will be @@ -4481,16 +4484,16 @@ functions are defined: signaled when output to a pipe fails in this way, but any further output to the closed pipe will cause an error to be signaled. - -- Function: close-port pipe | + -- Function: close-port pipe Closes the PIPE, rendering it incapable of delivering or accepting characters. This routine has no effect if the pipe has already been closed. The value returned is unspecified. - -- Function: pipe | + -- Function: pipe Returns `(cons RD WD)' where RD and WD are the read and write (port) ends of a "pipe" respectively. - -- Function: fork | + -- Function: fork Creates a copy of the process calling `fork'. Both processes return from `fork', but the calling ("parent") process's `fork' returns the "child" process's ID whereas the child process's @@ -4499,39 +4502,39 @@ functions are defined: For a discussion of "ID"s *Note Process Persona: (GNU C Library)Process Persona. - -- Function: getppid | + -- Function: getppid Returns the process ID of the parent of the current process. For a process's own ID *Note getpid: I/O-Extensions. - -- Function: getuid | + -- Function: getuid Returns the real user ID of this process. - -- Function: getgid | + -- Function: getgid Returns the real group ID of this process. - -- Function: getegid | + -- Function: getegid Returns the effective group ID of this process. - -- Function: geteuid | + -- Function: geteuid Returns the effective user ID of this process. - -- Function: setuid id | + -- Function: setuid id Sets the real user ID of this process to ID. Returns `#t' if successful, `#f' if not. - -- Function: setgid id | + -- Function: setgid id Sets the real group ID of this process to ID. Returns `#t' if successful, `#f' if not. - -- Function: setegid id | + -- Function: setegid id Sets the effective group ID of this process to ID. Returns `#t' if successful, `#f' if not. - -- Function: seteuid id | + -- Function: seteuid id Sets the effective user ID of this process to ID. Returns `#t' if successful, `#f' if not. - -- Function: kill pid sig | + -- Function: kill pid sig The `kill' function sends the signal SIGNUM to the process or process group specified by PID. Besides the signals listed in *Note Standard Signals: (libc)Standard Signals, SIGNUM can also @@ -4570,7 +4573,7 @@ Persona. There's no way you can tell which of the processes got the signal or whether all of them did. - -- Function: waitpid pid options | + -- Function: waitpid pid options The `waitpid' function suspends execution of the current process until a child as specified by the PID argument has exited, or until a signal is delivered whose action is to terminate the @@ -4618,7 +4621,7 @@ Persona. information about the `errno' codes *Note Process Completion: (GNU C Library)Process Completion. - -- Function: uname | + -- Function: uname You can use the `uname' procedure to find out some information about the type of computer your program is running on. @@ -4639,9 +4642,9 @@ Persona. Some examples are `"i386-ANYTHING"', `"m68k-hp"', `"sparc-sun"', `"m68k-sun"', `"m68k-sony"' and `"mips-dec"'. - -- Function: getpw name | - -- Function: getpw uid | - -- Function: getpw | + -- Function: getpw name + -- Function: getpw uid + -- Function: getpw Returns a vector of information for the entry for `NAME', `UID', or the next entry if no argument is given. The information is: @@ -4663,16 +4666,16 @@ Persona. user logs in, or `#f', indicating that the system default should be used. - -- Function: setpwent #t | + -- Function: setpwent #t Rewinds the pw entry table back to the begining. - -- Function: setpwent #f | - -- Function: setpwent | + -- Function: setpwent #f + -- Function: setpwent Closes the pw table. - -- Function: getgr name | - -- Function: getgr uid | - -- Function: getgr | + -- Function: getgr name + -- Function: getgr uid + -- Function: getgr Returns a vector of information for the entry for `NAME', `UID', or the next entry if no argument is given. The information is: @@ -4684,69 +4687,69 @@ Persona. 3. A list of (string) names of users in the group. - -- Function: setgrent #t | + -- Function: setgrent #t Rewinds the group entry table back to the begining. - -- Function: setgrent #f | - -- Function: setgrent | + -- Function: setgrent #f + -- Function: setgrent Closes the group table. - -- Function: getgroups | + -- Function: getgroups Returns a vector of all the supplementary group IDs of the process. - -- Function: link oldname newname | + -- Function: link oldname newname The `link' function makes a new link to the existing file named by OLDNAME, under the new name NEWNAME. `link' returns a value of `#t' if it is successful and `#f' on failure. - -- Function: chown filename owner group | + -- Function: chown filename owner group The `chown' function changes the owner of the file FILENAME to OWNER, and its group owner to GROUP. `chown' returns a value of `#t' if it is successful and `#f' on failure. - -- Function: ttyname port | + -- Function: ttyname port If port PORT is associated with a terminal device, returns a string containing the file name of termainal device; otherwise `#f'. File: scm.info, Node: Unix Extensions, Next: Sequence Comparison, Prev: Posix Extensions, Up: Packages - | -5.8 Unix Extensions | -=================== | + +5.8 Unix Extensions +=================== If `'unix' is provided (by linking in `unix.o'), the following functions are defined: These "privileged" and symbolic link functions are not in Posix: - -- Function: symlink oldname newname | + -- Function: symlink oldname newname The `symlink' function makes a symbolic link to OLDNAME named NEWNAME. `symlink' returns a value of `#t' if it is successful and `#f' on failure. - -- Function: readlink filename | + -- Function: readlink filename Returns the value of the symbolic link FILENAME or `#f' for failure. - -- Function: lstat filename | + -- Function: lstat filename The `lstat' function is like `stat', except that it does not follow symbolic links. If FILENAME is the name of a symbolic link, `lstat' returns information about the link itself; otherwise, `lstat' works like `stat'. *Note I/O-Extensions::. - -- Function: nice increment | + -- Function: nice increment Increment the priority of the current process by INCREMENT. `chown' returns a value of `#t' if it is successful and `#f' on failure. - -- Function: acct filename | + -- Function: acct filename When called with the name of an exisitng file as argument, accounting is turned on, records for each terminating process are appended to FILENAME as it terminates. An argument of `#f' causes @@ -4755,41 +4758,41 @@ These "privileged" and symbolic link functions are not in Posix: `acct' returns a value of `#t' if it is successful and `#f' on failure. - -- Function: mknod filename mode dev | + -- Function: mknod filename mode dev The `mknod' function makes a special file with name FILENAME and modes MODE for device number DEV. `mknod' returns a value of `#t' if it is successful and `#f' on failure. - -- Function: sync | + -- Function: sync `sync' first commits inodes to buffers, and then buffers to disk. sync() only schedules the writes, so it may return before the actual writing is done. The value returned is unspecified. File: scm.info, Node: Sequence Comparison, Next: Regular Expression Pattern Matching, Prev: Unix Extensions, Up: Packages - | -5.9 Sequence Comparison | -======================= | - | -`(require 'diff)' | - | -A blazing fast implementation of the sequence-comparison module in | -SLIB, see *Note Sequence Comparison: (slib)Sequence Comparison. | - | + +5.9 Sequence Comparison +======================= + +`(require 'diff)' + +A blazing fast implementation of the sequence-comparison module in +SLIB, see *Note Sequence Comparison: (slib)Sequence Comparison. + File: scm.info, Node: Regular Expression Pattern Matching, Next: Line Editing, Prev: Sequence Comparison, Up: Packages - | -5.10 Regular Expression Pattern Matching | -======================================== | + +5.10 Regular Expression Pattern Matching +======================================== These functions are defined in `rgx.c' using a POSIX or GNU "regex" library. If your computer does not support regex, a package is available via ftp from `ftp.gnu.org:/pub/gnu/regex-0.12.tar.gz'. For a description of regular expressions, *Note syntax: (regex)syntax. - -- Function: regcomp PATTERN [FLAGS] | + -- Function: regcomp PATTERN [FLAGS] Compile a "regular expression". Return a compiled regular expression, or an integer error code suitable as an argument to `regerror'. @@ -4811,11 +4814,11 @@ description of regular expressions, *Note syntax: (regex)syntax. `f' enable GNU fastmaps. - -- Function: regerror ERRNO | + -- Function: regerror ERRNO Returns a string describing the integer ERRNO returned when `regcomp' fails. - -- Function: regexec RE STRING | + -- Function: regexec RE STRING Returns `#f' or a vector of integers. These integers are in doublets. The first of each doublet is the index of STRING of the start of the matching expression or sub-expression (delimited by @@ -4823,15 +4826,15 @@ description of regular expressions, *Note syntax: (regex)syntax. STRING of the end of that expression. `#f' is returned if the string does not match. - -- Function: regmatch? RE STRING | + -- Function: regmatch? RE STRING Returns `#t' if the PATTERN such that REGEXP = (regcomp PATTERN) matches STRING as a POSIX extended regular expressions. Returns `#f' otherwise. - -- Function: regsearch RE STRING [START [LEN]] | - -- Function: regsearchv RE STRING [START [LEN]] | - -- Function: regmatch RE STRING [START [LEN]] | - -- Function: regmatchv RE STRING [START [LEN]] | + -- Function: regsearch RE STRING [START [LEN]] + -- Function: regsearchv RE STRING [START [LEN]] + -- Function: regmatch RE STRING [START [LEN]] + -- Function: regmatchv RE STRING [START [LEN]] `Regsearch' searches for the pattern within the string. `Regmatch' anchors the pattern and begins matching it against @@ -4861,7 +4864,7 @@ description of regular expressions, *Note syntax: (regex)syntax. The character position at which to begin the search or match. If absent, the default is zero. - _Compiled _GNU_SOURCE and using GNU libregex only_ | + _Compiled _GNU_SOURCE and using GNU libregex only_ When searching, if START is negative, the absolute value of @@ -4873,15 +4876,15 @@ description of regular expressions, *Note syntax: (regex)syntax. characters of STRING. If absent, the entire string may be examined. - -- Function: string-split RE STRING | - -- Function: string-splitv RE STRING | + -- Function: string-split RE STRING + -- Function: string-splitv RE STRING `String-split' splits a string into substrings that are separated by RE, returning a vector of substrings. `String-splitv' returns a vector of string positions that indicate where the substrings are located. - -- Function: string-edit RE EDIT-SPEC STRING [COUNT] | + -- Function: string-edit RE EDIT-SPEC STRING [COUNT] Returns the edited string. EDIT-SPEC @@ -4897,8 +4900,8 @@ description of regular expressions, *Note syntax: (regex)syntax. File: scm.info, Node: Line Editing, Next: Curses, Prev: Regular Expression Pattern Matching, Up: Packages -5.11 Line Editing | -================= | +5.11 Line Editing +================= These procedures provide input line editing and recall. @@ -4914,22 +4917,22 @@ When `Iedline.scm' is loaded, if the current input port is the default input port and the environment variable EMACS is not defined, line-editing mode will be entered. - -- Function: default-input-port | + -- Function: default-input-port Returns the initial `current-input-port' SCM was invoked with (stdin). - -- Function: default-output-port | + -- Function: default-output-port Returns the initial `current-output-port' SCM was invoked with (stdout). - -- Function: make-edited-line-port | + -- Function: make-edited-line-port Returns an input/output port that allows command line editing and retrieval of history. - -- Function: line-editing | + -- Function: line-editing Returns the current edited line port or `#f'. - -- Function: line-editing bool | + -- Function: line-editing bool If BOOL is false, exits line-editing mode and returns the previous value of `(line-editing)'. If BOOL is true, sets the current input and output ports to an edited line port and returns the @@ -4938,18 +4941,18 @@ line-editing mode will be entered. File: scm.info, Node: Curses, Next: Sockets, Prev: Line Editing, Up: Packages -5.12 Curses | -=========== | +5.12 Curses +=========== These functions are defined in `crs.c' using the "curses" library. Unless otherwise noted these routines return `#t' for successful completion and `#f' for failure. - -- Function: initscr | + -- Function: initscr Returns a port for a full screen window. This routine must be called to initialize curses. - -- Function: endwin | + -- Function: endwin A program should call `endwin' before exiting or escaping from curses mode temporarily, to do a system call, for example. This routine will restore termio modes, move the cursor to the lower @@ -4969,21 +4972,21 @@ completion and `#f' for failure. File: scm.info, Node: Output Options Setting, Next: Terminal Mode Setting, Prev: Curses, Up: Curses -5.12.1 Output Options Setting | ------------------------------ | +5.12.1 Output Options Setting +----------------------------- These routines set options within curses that deal with output. All options are initially `#f', unless otherwise stated. It is not necessary to turn these options off before calling `endwin'. - -- Function: clearok win bf | + -- Function: clearok win bf If enabled (BF is `#t'), the next call to `force-output' or `refresh' with WIN will clear the screen completely and redraw the entire screen from scratch. This is useful when the contents of the screen are uncertain, or in some cases for a more pleasing visual effect. - -- Function: idlok win bf | + -- Function: idlok win bf If enabled (BF is `#t'), curses will consider using the hardware "insert/delete-line" feature of terminals so equipped. If disabled (BF is `#f'), curses will very seldom use this feature. @@ -4997,7 +5000,7 @@ necessary to turn these options off before calling `endwin'. "insert/delete-line" cannot be used, curses will redraw the changed portions of all lines. - -- Function: leaveok win bf | + -- Function: leaveok win bf Normally, the hardware cursor is left at the location of the window cursor being refreshed. This option allows the cursor to be left wherever the update happens to leave it. It is useful for @@ -5005,7 +5008,7 @@ necessary to turn these options off before calling `endwin'. need for cursor motions. If possible, the cursor is made invisible when this option is enabled. - -- Function: scrollok win bf | + -- Function: scrollok win bf This option controls what happens when the cursor of window WIN is moved off the edge of the window or scrolling region, either from a newline on the bottom line, or typing the last character of the @@ -5015,10 +5018,10 @@ necessary to turn these options off before calling `endwin'. window WIN, and then the physical terminal and window WIN are scrolled up one line. - _Note_ in order to get the physical scrolling effect on the | + _Note_ in order to get the physical scrolling effect on the terminal, it is also necessary to call `idlok'. - -- Function: nodelay win bf | + -- Function: nodelay win bf This option causes wgetch to be a non-blocking call. If no input is ready, wgetch will return an eof-object. If disabled, wgetch will hang until a key is pressed. @@ -5026,16 +5029,16 @@ necessary to turn these options off before calling `endwin'. File: scm.info, Node: Terminal Mode Setting, Next: Window Manipulation, Prev: Output Options Setting, Up: Curses -5.12.2 Terminal Mode Setting | ----------------------------- | +5.12.2 Terminal Mode Setting +---------------------------- These routines set options within curses that deal with input. The options involve using ioctl(2) and therefore interact with curses routines. It is not necessary to turn these options off before calling `endwin'. The routines in this section all return an unspecified value. - -- Function: cbreak | - -- Function: nocbreak | + -- Function: cbreak + -- Function: nocbreak These two routines put the terminal into and out of `CBREAK' mode, respectively. In `CBREAK' mode, characters typed by the user are immediately available to the program and erase/kill character @@ -5047,11 +5050,11 @@ routines. It is not necessary to turn these options off before calling `cbreak' or `nocbreak' explicitly. Most interactive programs using curses will set `CBREAK' mode. - _Note_ `cbreak' overrides `raw'. For a discussion of how these | + _Note_ `cbreak' overrides `raw'. For a discussion of how these routines interact with `echo' and `noecho' *Note read-char: Input. - -- Function: raw | - -- Function: noraw | + -- Function: raw + -- Function: noraw The terminal is placed into or out of `RAW' mode. `RAW' mode is similar to `CBREAK' mode, in that characters typed are immediately passed through to the user program. The differences are that in @@ -5061,8 +5064,8 @@ routines. It is not necessary to turn these options off before calling behavior of the `BREAK' key depends on other bits in the terminal driver that are not set by curses. - -- Function: echo | - -- Function: noecho | + -- Function: echo + -- Function: noecho These routines control whether characters typed by the user are echoed by `read-char' as they are typed. Echoing by the tty driver is always disabled, but initially `read-char' is in `ECHO' @@ -5072,16 +5075,16 @@ routines. It is not necessary to turn these options off before calling calling `noecho'. For a discussion of how these routines interact with `echo' and `noecho' *Note read-char: Input. - -- Function: nl | - -- Function: nonl | + -- Function: nl + -- Function: nonl These routines control whether <LFD> is translated into <RET> and `LFD' on output, and whether <RET> is translated into <LFD> on input. Initially, the translations do occur. By disabling these translations using `nonl', curses is able to make better use of the linefeed capability, resulting in faster cursor motion. - -- Function: resetty | - -- Function: savetty | + -- Function: resetty + -- Function: savetty These routines save and restore the state of the terminal modes. `savetty' saves the current state of the terminal in a buffer and `resetty' restores the state to what it was at the last call to @@ -5090,17 +5093,17 @@ routines. It is not necessary to turn these options off before calling File: scm.info, Node: Window Manipulation, Next: Output, Prev: Terminal Mode Setting, Up: Curses -5.12.3 Window Manipulation | --------------------------- | +5.12.3 Window Manipulation +-------------------------- - -- Function: newwin nlines ncols begy begx | + -- Function: newwin nlines ncols begy begx Create and return a new window with the given number of lines (or rows), NLINES, and columns, NCOLS. The upper left corner of the window is at line BEGY, column BEGX. If either NLINES or NCOLS is 0, they will be set to the value of `LINES'-BEGY and `COLS'-BEGX. A new full-screen window is created by calling `newwin(0,0,0,0)'. - -- Function: subwin orig nlines ncols begy begx | + -- Function: subwin orig nlines ncols begy begx Create and return a pointer to a new window with the given number of lines (or rows), NLINES, and columns, NCOLS. The window is at position (BEGY, BEGX) on the screen. This position is relative to @@ -5110,13 +5113,13 @@ File: scm.info, Node: Window Manipulation, Next: Output, Prev: Terminal Mode necessary to call `touchwin' or `touchline' on ORIG before calling `force-output'. - -- Function: close-port win | + -- Function: close-port win Deletes the window WIN, freeing up all memory associated with it. In the case of sub-windows, they should be deleted before the main window WIN. - -- Function: refresh | - -- Function: force-output win | + -- Function: refresh + -- Function: force-output win These routines are called to write output to the terminal, as most other routines merely manipulate data structures. `force-output' copies the window WIN to the physical terminal screen, taking into @@ -5127,21 +5130,21 @@ File: scm.info, Node: Window Manipulation, Next: Output, Prev: Terminal Mode `refresh', the number of characters output to the terminal is returned. - -- Function: mvwin win y x | + -- Function: mvwin win y x Move the window WIN so that the upper left corner will be at position (Y, X). If the move would cause the window WIN to be off the screen, it is an error and the window WIN is not moved. - -- Function: overlay srcwin dstwin | - -- Function: overwrite srcwin dstwin | + -- Function: overlay srcwin dstwin + -- Function: overwrite srcwin dstwin These routines overlay SRCWIN on top of DSTWIN; that is, all text in SRCWIN is copied into DSTWIN. SRCWIN and DSTWIN need not be the same size; only text where the two windows overlap is copied. The difference is that `overlay' is non-destructive (blanks are not copied), while `overwrite' is destructive. - -- Function: touchwin win | - -- Function: touchline win start count | + -- Function: touchwin win + -- Function: touchline win start count Throw away all optimization information about which parts of the window WIN have been touched, by pretending that the entire window WIN has been drawn on. This is sometimes necessary when using @@ -5151,7 +5154,7 @@ File: scm.info, Node: Window Manipulation, Next: Output, Prev: Terminal Mode pretends that COUNT lines have been changed, beginning with line START. - -- Function: wmove win y x | + -- Function: wmove win y x The cursor associated with the window WIN is moved to line (row) Y, column X. This does not move the physical cursor of the terminal until `refresh' (or `force-output') is called. The position @@ -5161,15 +5164,15 @@ File: scm.info, Node: Window Manipulation, Next: Output, Prev: Terminal Mode File: scm.info, Node: Output, Next: Input, Prev: Window Manipulation, Up: Curses -5.12.4 Output | -------------- | +5.12.4 Output +------------- These routines are used to "draw" text on windows - -- Function: display ch win | - -- Function: display str win | - -- Function: wadd win ch | - -- Function: wadd win str | + -- Function: display ch win + -- Function: display str win + -- Function: wadd win ch + -- Function: wadd win str The character CH or characters in STR are put into the window WIN at the current cursor position of the window and the position of WIN's cursor is advanced. At the right margin, an automatic @@ -5192,51 +5195,51 @@ These routines are used to "draw" text on windows can be copied from one place to another using inch and display. See `standout', below. - _Note_ For `wadd' CH can be an integer and will insert the | + _Note_ For `wadd' CH can be an integer and will insert the character of the corresponding value. - -- Function: werase win | + -- Function: werase win This routine copies blanks to every position in the window WIN. - -- Function: wclear win | + -- Function: wclear win This routine is like `werase', but it also calls *Note clearok: Output Options Setting, arranging that the screen will be cleared completely on the next call to `refresh' or `force-output' for window WIN, and repainted from scratch. - -- Function: wclrtobot win | + -- Function: wclrtobot win All lines below the cursor in window WIN are erased. Also, the current line to the right of the cursor, inclusive, is erased. - -- Function: wclrtoeol win | + -- Function: wclrtoeol win The current line to the right of the cursor, inclusive, is erased. - -- Function: wdelch win | + -- Function: wdelch win The character under the cursor in the window WIN is deleted. All characters to the right on the same line are moved to the left one position and the last character on the line is filled with a blank. The cursor position does not change. This does not imply use of the hardware "delete-character" feature. - -- Function: wdeleteln win | + -- Function: wdeleteln win The line under the cursor in the window WIN is deleted. All lines below the current line are moved up one line. The bottom line WIN is cleared. The cursor position does not change. This does not imply use of the hardware "deleteline" feature. - -- Function: winsch win ch | + -- Function: winsch win ch The character CH is inserted before the character under the cursor. All characters to the right are moved one <SPC> to the right, possibly losing the rightmost character of the line. The cursor position does not change . This does not imply use of the hardware "insertcharacter" feature. - -- Function: winsertln win | + -- Function: winsertln win A blank line is inserted above the current line and the bottom line is lost. This does not imply use of the hardware "insert-line" feature. - -- Function: scroll win | + -- Function: scroll win The window WIN is scrolled up one line. This involves moving the lines in WIN's data structure. As an optimization, if WIN is stdscr and the scrolling region is the entire window, the physical @@ -5245,10 +5248,10 @@ These routines are used to "draw" text on windows File: scm.info, Node: Input, Next: Curses Miscellany, Prev: Output, Up: Curses -5.12.5 Input | ------------- | +5.12.5 Input +------------ - -- Function: read-char win | + -- Function: read-char win A character is read from the terminal associated with the window WIN. Depending on the setting of `cbreak', this will be after one character (`CBREAK' mode), or after the first newline (`NOCBREAK' @@ -5260,23 +5263,23 @@ File: scm.info, Node: Input, Next: Curses Miscellany, Prev: Output, Up: Curs on the state of the terminal driver when each character is typed, the program may produce undesirable results. - -- Function: winch win | + -- Function: winch win The character, of type chtype, at the current position in window WIN is returned. If any attributes are set for that position, their values will be OR'ed into the value returned. - -- Function: getyx win | + -- Function: getyx win A list of the y and x coordinates of the cursor position of the window WIN is returned File: scm.info, Node: Curses Miscellany, Prev: Input, Up: Curses -5.12.6 Curses Miscellany | ------------------------- | +5.12.6 Curses Miscellany +------------------------ - -- Function: wstandout win | - -- Function: wstandend win | + -- Function: wstandout win + -- Function: wstandend win These functions set the current attributes of the window WIN. The current attributes of WIN are applied to all characters that are written into it. Attributes are a property of the character, and @@ -5289,16 +5292,16 @@ File: scm.info, Node: Curses Miscellany, Prev: Input, Up: Curses visibly different from other text. `wstandend' turns off the attributes. - -- Function: box win vertch horch | + -- Function: box win vertch horch A box is drawn around the edge of the window WIN. VERTCH and HORCH are the characters the box is to be drawn with. If VERTCH and HORCH are 0, then appropriate default characters, `ACS_VLINE' and `ACS_HLINE', will be used. - _Note_ VERTCH and HORCH can be an integers and will insert the | + _Note_ VERTCH and HORCH can be an integers and will insert the character (with attributes) of the corresponding values. - -- Function: unctrl c | + -- Function: unctrl c This macro expands to a character string which is a printable representation of the character C. Control characters are displayed in the `C-x' notation. Printing characters are displayed @@ -5306,9 +5309,9 @@ File: scm.info, Node: Curses Miscellany, Prev: Input, Up: Curses File: scm.info, Node: Sockets, Next: SCMDB, Prev: Curses, Up: Packages - | -5.13 Sockets | -============ | + +5.13 Sockets +============ These procedures (defined in `socket.c') provide a Scheme interface to most of the C "socket" library. For more information on sockets, *Note @@ -5323,15 +5326,15 @@ Sockets: (libc)Sockets. File: scm.info, Node: Host and Other Inquiries, Next: Internet Addresses and Socket Names, Prev: Sockets, Up: Sockets -5.13.1 Host and Other Inquiries | -------------------------------- | +5.13.1 Host and Other Inquiries +------------------------------- - -- Constant: af_inet | - -- Constant: af_unix | + -- Constant: af_inet + -- Constant: af_unix Integer family codes for Internet and Unix sockets, respectively. - -- Function: gethost host-spec | - -- Function: gethost | + -- Function: gethost host-spec + -- Function: gethost Returns a vector of information for the entry for `HOST-SPEC' or the next entry if `HOST-SPEC' isn't given. The information is: @@ -5345,16 +5348,16 @@ File: scm.info, Node: Host and Other Inquiries, Next: Internet Addresses and S 4. list of integer addresses - -- Function: sethostent stay-open | - -- Function: sethostent | + -- Function: sethostent stay-open + -- Function: sethostent Rewinds the host entry table back to the begining if given an argument. If the argument STAY-OPEN is `#f' queries will be be done using `UDP' datagrams. Otherwise, a connected `TCP' socket will be used. When called without an argument, the host table is closed. - -- Function: getnet name-or-number | - -- Function: getnet | + -- Function: getnet name-or-number + -- Function: getnet Returns a vector of information for the entry for NAME-OR-NUMBER or the next entry if an argument isn't given. The information is: @@ -5366,15 +5369,15 @@ File: scm.info, Node: Host and Other Inquiries, Next: Internet Addresses and S 3. integer network number - -- Function: setnetent stay-open | - -- Function: setnetent | + -- Function: setnetent stay-open + -- Function: setnetent Rewinds the network entry table back to the begining if given an argument. If the argument STAY-OPEN is `#f' the table will be closed between calls to getnet. Otherwise, the table stays open. When called without an argument, the network table is closed. - -- Function: getproto name-or-number | - -- Function: getproto | + -- Function: getproto name-or-number + -- Function: getproto Returns a vector of information for the entry for NAME-OR-NUMBER or the next entry if an argument isn't given. The information is: @@ -5384,16 +5387,16 @@ File: scm.info, Node: Host and Other Inquiries, Next: Internet Addresses and S 3. integer protocol number - -- Function: setprotoent stay-open | - -- Function: setprotoent | + -- Function: setprotoent stay-open + -- Function: setprotoent Rewinds the protocol entry table back to the begining if given an argument. If the argument STAY-OPEN is `#f' the table will be closed between calls to getproto. Otherwise, the table stays open. When called without an argument, the protocol table is closed. - -- Function: getserv name-or-port-number protocol | - -- Function: getserv | + -- Function: getserv name-or-port-number protocol + -- Function: getserv Returns a vector of information for the entry for NAME-OR-PORT-NUMBER and PROTOCOL or the next entry if arguments aren't given. The information is: @@ -5406,8 +5409,8 @@ File: scm.info, Node: Host and Other Inquiries, Next: Internet Addresses and S 3. protocol - -- Function: setservent stay-open | - -- Function: setservent | + -- Function: setservent stay-open + -- Function: setservent Rewinds the service entry table back to the begining if given an argument. If the argument STAY-OPEN is `#f' the table will be closed between calls to getserv. Otherwise, the table stays open. @@ -5416,53 +5419,53 @@ File: scm.info, Node: Host and Other Inquiries, Next: Internet Addresses and S File: scm.info, Node: Internet Addresses and Socket Names, Next: Socket, Prev: Host and Other Inquiries, Up: Sockets -5.13.2 Internet Addresses and Socket Names | ------------------------------------------- | +5.13.2 Internet Addresses and Socket Names +------------------------------------------ - -- Function: inet:string->address string | + -- Function: inet:string->address string Returns the host address number (integer) for host STRING or `#f' if not found. - -- Function: inet:address->string address | + -- Function: inet:address->string address Converts an internet (integer) address to a string in numbers and dots notation. - -- Function: inet:network address | + -- Function: inet:network address Returns the network number (integer) specified from ADDRESS or `#f' if not found. - -- Function: inet:local-network-address address | + -- Function: inet:local-network-address address Returns the integer for the address of ADDRESS within its local network or `#f' if not found. - -- Function: inet:make-address network local-address | + -- Function: inet:make-address network local-address Returns the Internet address of LOCAL-ADDRESS in NETWORK. The type "socket-name" is used for inquiries about open sockets in the following procedures: - -- Function: getsockname socket | + -- Function: getsockname socket Returns the socket-name of SOCKET. Returns `#f' if unsuccessful or SOCKET is closed. - -- Function: getpeername socket | + -- Function: getpeername socket Returns the socket-name of the socket connected to SOCKET. Returns `#f' if unsuccessful or SOCKET is closed. - -- Function: socket-name:family socket-name | + -- Function: socket-name:family socket-name Returns the integer code for the family of SOCKET-NAME. - -- Function: socket-name:port-number socket-name | + -- Function: socket-name:port-number socket-name Returns the integer port number of SOCKET-NAME. - -- Function: socket-name:address socket-name | + -- Function: socket-name:address socket-name Returns the integer Internet address for SOCKET-NAME. File: scm.info, Node: Socket, Prev: Internet Addresses and Socket Names, Up: Sockets -5.13.3 Socket | -------------- | +5.13.3 Socket +------------- When a port is returned from one of these calls it is unbuffered. This allows both reading and writing to the same port to work. If you want @@ -5471,8 +5474,8 @@ buffered ports you can (assuming sock-port is a socket i/o port): (define i-port (duplicate-port sock-port "r")) (define o-port (duplicate-port sock-port "w")) - -- Function: make-stream-socket family | - -- Function: make-stream-socket family protocol | + -- Function: make-stream-socket family + -- Function: make-stream-socket family protocol Returns a `SOCK_STREAM' socket of type FAMILY using PROTOCOL. If FAMILY has the value `AF_INET', `SO_REUSEADDR' will be set. The integer argument PROTOCOL corresponds to the integer protocol @@ -5481,8 +5484,8 @@ buffered ports you can (assuming sock-port is a socket i/o port): specified FAMILY is used. SCM sockets look like ports opened for neither reading nor writing. - -- Function: make-stream-socketpair family | - -- Function: make-stream-socketpair family protocol | + -- Function: make-stream-socketpair family + -- Function: make-stream-socketpair family protocol Returns a pair (cons) of connected `SOCK_STREAM' (socket) ports of type FAMILY using PROTOCOL. Many systems support only socketpairs of the `af-unix' FAMILY. The integer argument PROTOCOL @@ -5490,7 +5493,7 @@ buffered ports you can (assuming sock-port is a socket i/o port): elements) from (getproto). If the PROTOCOL argument is not supplied, the default (0) for the specified FAMILY is used. - -- Function: socket:shutdown socket how | + -- Function: socket:shutdown socket how Makes SOCKET no longer respond to some or all operations depending on the integer argument HOW: @@ -5502,34 +5505,34 @@ buffered ports you can (assuming sock-port is a socket i/o port): `Socket:shutdown' returns SOCKET if successful, `#f' if not. - -- Function: socket:connect inet-socket host-number port-number | - -- Function: socket:connect unix-socket pathname | + -- Function: socket:connect inet-socket host-number port-number + -- Function: socket:connect unix-socket pathname Returns SOCKET (changed to a read/write port) connected to the Internet socket on host HOST-NUMBER, port PORT-NUMBER or the Unix socket specified by PATHNAME. Returns `#f' if not successful. - -- Function: socket:bind inet-socket port-number | - -- Function: socket:bind unix-socket pathname | + -- Function: socket:bind inet-socket port-number + -- Function: socket:bind unix-socket pathname Returns INET-SOCKET bound to the integer PORT-NUMBER or the UNIX-SOCKET bound to new socket in the file system at location PATHNAME. Returns `#f' if not successful. Binding a UNIX-SOCKET creates a socket in the file system that must be deleted by the caller when it is no longer needed (using `delete-file'). - -- Function: socket:listen socket backlog | + -- Function: socket:listen socket backlog The bound (*note bind: Socket.) SOCKET is readied to accept connections. The positive integer BACKLOG specifies how many pending connections will be allowed before further connection requests are refused. Returns SOCKET (changed to a read-only port) if successful, `#f' if not. - -- Function: char-ready? listen-socket | + -- Function: char-ready? listen-socket The input port returned by a successful call to `socket:listen' can be polled for connections by `char-ready?' (*note char-ready?: Files and Ports.). This avoids blocking on connections by `socket:accept'. - -- Function: socket:accept socket | + -- Function: socket:accept socket Accepts a connection on a bound, listening SOCKET. Returns an input/output port for the connection. @@ -5619,21 +5622,21 @@ you can use a client written in scheme: File: scm.info, Node: SCMDB, Prev: Sockets, Up: Packages - | -5.14 SCMDB | -========== | - | -`(require 'mysql)' | - | -"SCMDB" is an add-on for SCM that ports the MySQL C-library to SCM. | - | -It is available from: `http://www.dedecker.net/jessie/scmdb/' | - | + +5.14 SCMDB +========== + +`(require 'mysql)' + +"SCMDB" is an add-on for SCM that ports the MySQL C-library to SCM. + +It is available from: `http://www.dedecker.net/jessie/scmdb/' + File: scm.info, Node: The Implementation, Next: Index, Prev: Packages, Up: Top - | -6 The Implementation | -******************** | + +6 The Implementation +******************** * Menu: @@ -5645,8 +5648,8 @@ File: scm.info, Node: The Implementation, Next: Index, Prev: Packages, Up: T File: scm.info, Node: Data Types, Next: Operations, Prev: The Implementation, Up: The Implementation -6.1 Data Types | -============== | +6.1 Data Types +============== In the descriptions below it is assumed that `long int's are 32 bits in length. Acutally, SCM is written to work with any `long int' size @@ -5669,35 +5672,35 @@ basic flavors, Immediates and Cells: File: scm.info, Node: Immediates, Next: Cells, Prev: Data Types, Up: Data Types -6.1.1 Immediates | ----------------- | +6.1.1 Immediates +---------------- An "immediate" is a data type contained in type `SCM' (`long int'). The type codes distinguishing immediate types from each other vary in length, but reside in the low order bits. - -- Macro: IMP x | - -- Macro: NIMP x | + -- Macro: IMP x + -- Macro: NIMP x Return non-zero if the `SCM' object X is an immediate or non-immediate type, respectively. - -- Immediate: inum | + -- Immediate: inum immediate 30 bit signed integer. An INUM is flagged by a `1' in the second to low order bit position. The high order 30 bits are used for the integer's value. - -- Macro: INUMP x | - -- Macro: NINUMP x | + -- Macro: INUMP x + -- Macro: NINUMP x Return non-zero if the `SCM' X is an immediate integer or not an immediate integer, respectively. - -- Macro: INUM x | + -- Macro: INUM x Returns the C `long integer' corresponding to `SCM' X. - -- Macro: MAKINUM x | + -- Macro: MAKINUM x Returns the `SCM' inum corresponding to C `long integer' x. - -- Immediate Constant: INUM0 | + -- Immediate Constant: INUM0 is equivalent to `MAKINUM(0)'. Computations on INUMs are performed by converting the arguments to @@ -5710,91 +5713,91 @@ length, but reside in the low order bits. detected in a #if statement in `scmfig.h' and a signed right shift, `SRS', is constructed in terms of unsigned right shift. - -- Immediate: ichr | + -- Immediate: ichr characters. - -- Macro: ICHRP x | + -- Macro: ICHRP x Return non-zero if the `SCM' object X is a character. - -- Macro: ICHR x | + -- Macro: ICHR x Returns corresponding `unsigned char'. - -- Macro: MAKICHR x | + -- Macro: MAKICHR x Given `char' X, returns `SCM' character. - -- Immediate: iflags | + -- Immediate: iflags These are frequently used immediate constants. - -- Immediate Constant: SCM BOOL_T | + -- Immediate Constant: SCM BOOL_T `#t' - -- Immediate Constant: SCM BOOL_F | + -- Immediate Constant: SCM BOOL_F `#f' - -- Immediate Constant: SCM EOL | + -- Immediate Constant: SCM EOL `()'. If `SICP' is `#define'd, `EOL' is `#define'd to be identical with `BOOL_F'. In this case, both print as `#f'. - -- Immediate Constant: SCM EOF_VAL | + -- Immediate Constant: SCM EOF_VAL end of file token, `#<eof>'. - -- Immediate Constant: SCM UNDEFINED | + -- Immediate Constant: SCM UNDEFINED `#<undefined>' used for variables which have not been defined and absent optional arguments. - -- Immediate Constant: SCM UNSPECIFIED | + -- Immediate Constant: SCM UNSPECIFIED `#<unspecified>' is returned for those procedures whose return values are not specified. - -- Macro: IFLAGP n | + -- Macro: IFLAGP n Returns non-zero if N is an ispcsym, isym or iflag. - -- Macro: ISYMP n | + -- Macro: ISYMP n Returns non-zero if N is an ispcsym or isym. - -- Macro: ISYMNUM n | + -- Macro: ISYMNUM n Given ispcsym, isym, or iflag N, returns its index in the C array `isymnames[]'. - -- Macro: ISYMCHARS n | + -- Macro: ISYMCHARS n Given ispcsym, isym, or iflag N, returns its `char *' representation (from `isymnames[]'). - -- Macro: MAKSPCSYM n | + -- Macro: MAKSPCSYM n Returns `SCM' ispcsym N. - -- Macro: MAKISYM n | + -- Macro: MAKISYM n Returns `SCM' iisym N. - -- Macro: MAKIFLAG n | + -- Macro: MAKIFLAG n Returns `SCM' iflag N. - -- Variable: isymnames | + -- Variable: isymnames An array of strings containing the external representations of all the ispcsym, isym, and iflag immediates. Defined in `repl.c'. - -- Constant: NUM_ISPCSYM | - -- Constant: NUM_ISYMS | + -- Constant: NUM_ISPCSYM + -- Constant: NUM_ISYMS The number of ispcsyms and ispcsyms+isyms, respectively. Defined in `scm.h'. - -- Immediate: isym | + -- Immediate: isym `and', `begin', `case', `cond', `define', `do', `if', `lambda', `let', `let*', `letrec', `or', `quote', `set!', `#f', `#t', `#<undefined>', `#<eof>', `()', and `#<unspecified>'. - -- CAR Immediate: ispcsym | + -- CAR Immediate: ispcsym special symbols: syntax-checked versions of first 14 isyms - -- CAR Immediate: iloc | + -- CAR Immediate: iloc indexes to a variable's location in environment - -- CAR Immediate: gloc | + -- CAR Immediate: gloc pointer to a symbol's value cell - -- Immediate: CELLPTR | + -- Immediate: CELLPTR pointer to a cell (not really an immediate type, but here for completeness). Since cells are always 8 byte aligned, a pointer to a cell has the low order 3 bits `0'. @@ -5808,8 +5811,8 @@ A "CAR Immediate" is an Immediate point which can only occur in the File: scm.info, Node: Cells, Next: Header Cells, Prev: Immediates, Up: Data Types -6.1.2 Cells | ------------ | +6.1.2 Cells +----------- "Cell"s represent all SCM objects other than immediates. A cell has a `CAR' and a `CDR'. Low-order bits in `CAR' identify the type of @@ -5817,7 +5820,7 @@ object. The rest of `CAR' and `CDR' hold object data. The number after `tc' specifies how many bits are in the type code. For instance, `tc7' indicates that the type code is 7 bits. - -- Macro: NEWCELL x | + -- Macro: NEWCELL x Allocates a new cell and stores a pointer to it in `SCM' local variable X. @@ -5827,23 +5830,23 @@ after `tc' specifies how many bits are in the type code. For instance, All of the C macros decribed in this section assume that their argument is of type `SCM' and points to a cell (`CELLPTR'). - -- Macro: CAR x | - -- Macro: CDR x | + -- Macro: CAR x + -- Macro: CDR x Returns the `car' and `cdr' of cell X, respectively. - -- Macro: TYP3 x | - -- Macro: TYP7 x | - -- Macro: TYP16 x | + -- Macro: TYP3 x + -- Macro: TYP7 x + -- Macro: TYP16 x Returns the 3, 7, and 16 bit type code of a cell. - -- Cell: tc3_cons | + -- Cell: tc3_cons scheme cons-cell returned by (cons arg1 arg2). - -- Macro: CONSP x | - -- Macro: NCONSP x | + -- Macro: CONSP x + -- Macro: NCONSP x Returns non-zero if X is a `tc3_cons' or isn't, respectively. - -- Cell: tc3_closure | + -- Cell: tc3_closure applicable object returned by (lambda (args) ...). `tc3_closure's have a pointer to the body of the procedure in the `CAR' and a pointer to the environment in the `CDR'. Bits 1 and 2 @@ -5853,15 +5856,15 @@ is of type `SCM' and points to a cell (`CELLPTR'). encoding precludes an immediate value for the `CDR': In the case of an empty environment all bits above 2 in the `CDR' are zero. - -- Macro: CLOSUREP x | + -- Macro: CLOSUREP x Returns non-zero if X is a `tc3_closure'. - -- Macro: CODE x | - -- Macro: ENV x | + -- Macro: CODE x + -- Macro: ENV x Returns the code body or environment of closure X, respectively. - -- Macro: ARGC x | + -- Macro: ARGC x Returns the a lower bound on the number of required arguments to closure X, it cannot exceed 3. @@ -5869,82 +5872,82 @@ is of type `SCM' and points to a cell (`CELLPTR'). File: scm.info, Node: Header Cells, Next: Subr Cells, Prev: Cells, Up: Data Types -6.1.3 Header Cells | ------------------- | +6.1.3 Header Cells +------------------ "Header"s are Cells whose `CDR's point elsewhere in memory, such as to memory allocated by `malloc'. - -- Header: spare | + -- Header: spare spare `tc7' type code - -- Header: tc7_vector | + -- Header: tc7_vector scheme vector. - -- Macro: VECTORP x | - -- Macro: NVECTORP x | + -- Macro: VECTORP x + -- Macro: NVECTORP x Returns non-zero if X is a `tc7_vector' or if not, respectively. - -- Macro: VELTS x | - -- Macro: LENGTH x | + -- Macro: VELTS x + -- Macro: LENGTH x Returns the C array of `SCM's holding the elements of vector X or its length, respectively. - -- Header: tc7_ssymbol | + -- Header: tc7_ssymbol static scheme symbol (part of initial system) - -- Header: tc7_msymbol | + -- Header: tc7_msymbol `malloc'ed scheme symbol (can be GCed) - -- Macro: SYMBOLP x | + -- Macro: SYMBOLP x Returns non-zero if X is a `tc7_ssymbol' or `tc7_msymbol'. - -- Macro: CHARS x | - -- Macro: UCHARS x | - -- Macro: LENGTH x | + -- Macro: CHARS x + -- Macro: UCHARS x + -- Macro: LENGTH x Returns the C array of `char's or as `unsigned char's holding the elements of symbol X or its length, respectively. - -- Header: tc7_string | + -- Header: tc7_string scheme string - -- Macro: STRINGP x | - -- Macro: NSTRINGP x | + -- Macro: STRINGP x + -- Macro: NSTRINGP x Returns non-zero if X is a `tc7_string' or isn't, respectively. - -- Macro: CHARS x | - -- Macro: UCHARS x | - -- Macro: LENGTH x | + -- Macro: CHARS x + -- Macro: UCHARS x + -- Macro: LENGTH x Returns the C array of `char's or as `unsigned char's holding the elements of string X or its length, respectively. - -- Header: tc7_bvect | + -- Header: tc7_bvect uniform vector of booleans (bit-vector) - -- Header: tc7_ivect | + -- Header: tc7_ivect uniform vector of integers - -- Header: tc7_uvect | + -- Header: tc7_uvect uniform vector of non-negative integers - -- Header: tc7_svect | + -- Header: tc7_svect uniform vector of short integers - -- Header: tc7_fvect | + -- Header: tc7_fvect uniform vector of short inexact real numbers - -- Header: tc7_dvect | + -- Header: tc7_dvect uniform vector of double precision inexact real numbers - -- Header: tc7_cvect | + -- Header: tc7_cvect uniform vector of double precision inexact complex numbers - -- Header: tc7_contin | + -- Header: tc7_contin applicable object produced by call-with-current-continuation - -- Header: tc7_specfun | + -- Header: tc7_specfun subr that is treated specially within the evaluator `apply' and `call-with-current-continuation' are denoted by these @@ -5961,36 +5964,36 @@ memory allocated by `malloc'. invocation is currently not tail recursive when given 2 or more arguments. - -- Function: makcclo proc len | + -- Function: makcclo proc len makes a closure from the _subr_ PROC with LEN-1 extra locations for `SCM' data. Elements of a CCLO are referenced using `VELTS(cclo)[n]' just as for vectors. - -- Macro: CCLO_LENGTH cclo | + -- Macro: CCLO_LENGTH cclo Expands to the length of CCLO. File: scm.info, Node: Subr Cells, Next: Ptob Cells, Prev: Header Cells, Up: Data Types -6.1.4 Subr Cells | ----------------- | +6.1.4 Subr Cells +---------------- A "Subr" is a header whose `CDR' points to a C code procedure. Scheme primitive procedures are subrs. Except for the arithmetic `tc7_cxr's, the C code procedures will be passed arguments (and return results) of type `SCM'. - -- Subr: tc7_asubr | + -- Subr: tc7_asubr associative C function of 2 arguments. Examples are `+', `-', `*', `/', `max', and `min'. - -- Subr: tc7_subr_0 | + -- Subr: tc7_subr_0 C function of no arguments. - -- Subr: tc7_subr_1 | + -- Subr: tc7_subr_1 C function of one argument. - -- Subr: tc7_cxr | + -- Subr: tc7_cxr These subrs are handled specially. If inexact numbers are enabled, the `CDR' should be a function which takes and returns type `double'. Conversions are handled in the interpreter. @@ -6009,107 +6012,107 @@ type `SCM'. `cadddr', `cdaaar', `cdaadr', `cdadar', `cdaddr', `cddaar', `cddadr', `cdddar', and `cddddr' are defined this way. - -- Subr: tc7_subr_3 | + -- Subr: tc7_subr_3 C function of 3 arguments. - -- Subr: tc7_subr_2 | + -- Subr: tc7_subr_2 C function of 2 arguments. - -- Subr: tc7_rpsubr | + -- Subr: tc7_rpsubr transitive relational predicate C function of 2 arguments. The C function should return either `BOOL_T' or `BOOL_F'. - -- Subr: tc7_subr_1o | + -- Subr: tc7_subr_1o C function of one optional argument. If the optional argument is not present, `UNDEFINED' is passed in its place. - -- Subr: tc7_subr_2o | + -- Subr: tc7_subr_2o C function of 1 required and 1 optional argument. If the optional argument is not present, `UNDEFINED' is passed in its place. - -- Subr: tc7_lsubr_2 | + -- Subr: tc7_lsubr_2 C function of 2 arguments and a list of (rest of) `SCM' arguments. - -- Subr: tc7_lsubr | + -- Subr: tc7_lsubr C function of list of `SCM' arguments. File: scm.info, Node: Ptob Cells, Next: Smob Cells, Prev: Subr Cells, Up: Data Types -6.1.5 Ptob Cells | ----------------- | +6.1.5 Ptob Cells +---------------- -A "ptob" is a port object, capable of delivering or accepting characters. | -*Note Ports: (r5rs)Ports. Unlike the types described so far, new | -varieties of ptobs can be defined dynamically (*note Defining Ptobs::). | -These are the initial ptobs: | +A "ptob" is a port object, capable of delivering or accepting characters. +*Note Ports: (r5rs)Ports. Unlike the types described so far, new +varieties of ptobs can be defined dynamically (*note Defining Ptobs::). +These are the initial ptobs: - -- ptob: tc16_inport | + -- ptob: tc16_inport input port. - -- ptob: tc16_outport | + -- ptob: tc16_outport output port. - -- ptob: tc16_ioport | + -- ptob: tc16_ioport input-output port. - -- ptob: tc16_inpipe | + -- ptob: tc16_inpipe input pipe created by `popen()'. - -- ptob: tc16_outpipe | + -- ptob: tc16_outpipe output pipe created by `popen()'. - -- ptob: tc16_strport | + -- ptob: tc16_strport String port created by `cwos()' or `cwis()'. - -- ptob: tc16_sfport | + -- ptob: tc16_sfport Software (virtual) port created by `mksfpt()' (*note Soft Ports::). - -- Macro: PORTP x | - -- Macro: OPPORTP x | - -- Macro: OPINPORTP x | - -- Macro: OPOUTPORTP x | - -- Macro: INPORTP x | - -- Macro: OUTPORTP x | + -- Macro: PORTP x + -- Macro: OPPORTP x + -- Macro: OPINPORTP x + -- Macro: OPOUTPORTP x + -- Macro: INPORTP x + -- Macro: OUTPORTP x Returns non-zero if X is a port, open port, open input-port, open output-port, input-port, or output-port, respectively. - -- Macro: OPENP x | - -- Macro: CLOSEDP x | + -- Macro: OPENP x + -- Macro: CLOSEDP x Returns non-zero if port X is open or closed, respectively. - -- Macro: STREAM x | + -- Macro: STREAM x Returns the `FILE *' stream for port X. Ports which are particularly well behaved are called "fport"s. Advanced operations like `file-position' and `reopen-file' only work for fports. - -- Macro: FPORTP x | - -- Macro: OPFPORTP x | - -- Macro: OPINFPORTP x | - -- Macro: OPOUTFPORTP x | + -- Macro: FPORTP x + -- Macro: OPFPORTP x + -- Macro: OPINFPORTP x + -- Macro: OPOUTFPORTP x Returns non-zero if X is a port, open port, open input-port, or open output-port, respectively. File: scm.info, Node: Smob Cells, Next: Data Type Representations, Prev: Ptob Cells, Up: Data Types -6.1.6 Smob Cells | ----------------- | +6.1.6 Smob Cells +---------------- -A "smob" is a miscellaneous datatype. The type code and GCMARK bit occupy | -the lower order 16 bits of the `CAR' half of the cell. The rest of the | -`CAR' can be used for sub-type or other information. The `CDR' | +A "smob" is a miscellaneous datatype. The type code and GCMARK bit occupy +the lower order 16 bits of the `CAR' half of the cell. The rest of the +`CAR' can be used for sub-type or other information. The `CDR' contains data of size long and is often a pointer to allocated memory. Like ptobs, new varieties of smobs can be defined dynamically (*note Defining Smobs::). These are the initial smobs: - -- smob: tc_free_cell | + -- smob: tc_free_cell unused cell on the freelist. - -- smob: tc16_flo | + -- smob: tc16_flo single-precision float. Inexact number data types are subtypes of type `tc16_flo'. If the @@ -6121,14 +6124,14 @@ Defining Smobs::). These are the initial smobs: 3. `CDR' is a pointer to a `malloc'ed pair of doubles. - -- smob: tc_dblr | + -- smob: tc_dblr double-precision float. - -- smob: tc_dblc | + -- smob: tc_dblc double-precision complex. - -- smob: tc16_bigpos | - -- smob: tc16_bigneg | + -- smob: tc16_bigpos + -- smob: tc16_bigneg positive and negative bignums, respectively. Scm has large precision integers called bignums. They are stored @@ -6158,18 +6161,18 @@ Defining Smobs::). These are the initial smobs: should obtain a package which specializes in number-theoretical calculations: - `ftp://megrez.math.u-bordeaux.fr/pub/pari/' | + `ftp://megrez.math.u-bordeaux.fr/pub/pari/' - -- smob: tc16_promise | + -- smob: tc16_promise made by DELAY. *Note Control features: (r5rs)Control features. - -- smob: tc16_arbiter | + -- smob: tc16_arbiter synchronization object. *Note Process Synchronization::. - -- smob: tc16_macro | + -- smob: tc16_macro macro expanding function. *Note Macro Primitives::. - -- smob: tc16_array | + -- smob: tc16_array multi-dimensional array. *Note Arrays::. This type implements both conventional arrays (those with @@ -6184,8 +6187,8 @@ Defining Smobs::). These are the initial smobs: File: scm.info, Node: Data Type Representations, Prev: Smob Cells, Up: Data Types -6.1.7 Data Type Representations | -------------------------------- | +6.1.7 Data Type Representations +------------------------------- IMMEDIATE: B,D,E,F=data bit, C=flag code, P=pointer address bit ................................ @@ -6201,7 +6204,7 @@ gloc PPPPPPPPPPPPPPPPPPPPPPPPPPPPP001 HEAP CELL: G=gc_mark; 1 during mark, 0 other times. 1s and 0s here indicate type. G missing means sys (not GC'd) - SIMPLE | + SIMPLE cons ..........SCM car..............0 ...........SCM cdr.............G closure ..........SCM code...........011 ...........SCM env...........CCG HEADERs: @@ -6222,17 +6225,17 @@ cvect .........long length....G0110101 ........double *words........... contin .........long length....G0111101 .............*regs.............. specfun ................xxxxxxxxG1111111 ...........SCM name............. cclo ..short length..xxxxxx10G1111111 ...........SCM **elts........... - PTOBs | - port int portnum.CwroxxxxxxxxG0110111 ..........FILE *stream.......... | - socket int portnum.C001xxxxxxxxG0110111 ..........FILE *stream.......... | - inport int portnum.C011xxxxxxxxG0110111 ..........FILE *stream.......... | -outport int portnum.0101xxxxxxxxG0110111 ..........FILE *stream.......... | - ioport int portnum.C111xxxxxxxxG0110111 ..........FILE *stream.......... | -fport int portnum.C 00000000G0110111 ..........FILE *stream.......... | -pipe int portnum.C 00000001G0110111 ..........FILE *stream.......... | -strport 00000000000.0 00000010G0110111 ..........FILE *stream.......... | -sfport int portnum.C 00000011G0110111 ..........FILE *stream.......... | - SUBRs | + PTOBs + port int portnum.CwroxxxxxxxxG0110111 ..........FILE *stream.......... + socket int portnum.C001xxxxxxxxG0110111 ..........FILE *stream.......... + inport int portnum.C011xxxxxxxxG0110111 ..........FILE *stream.......... +outport int portnum.0101xxxxxxxxG0110111 ..........FILE *stream.......... + ioport int portnum.C111xxxxxxxxG0110111 ..........FILE *stream.......... +fport int portnum.C 00000000G0110111 ..........FILE *stream.......... +pipe int portnum.C 00000001G0110111 ..........FILE *stream.......... +strport 00000000000.0 00000010G0110111 ..........FILE *stream.......... +sfport int portnum.C 00000011G0110111 ..........FILE *stream.......... + SUBRs spare 010001x1 spare 010011x1 subr_0 ..........int hpoff.....01010101 ...........SCM (*f)()........... @@ -6246,7 +6249,7 @@ subr_2o ..........int hpoff.....01101111 ...........SCM (*f)()........... lsubr_2 ..........int hpoff.....01110101 ...........SCM (*f)()........... lsubr ..........int hpoff.....01110111 ...........SCM (*f)()........... rpsubr ..........int hpoff.....01111101 ...........SCM (*f)()........... - SMOBs | + SMOBs free_cell 000000000000000000000000G1111111 ...........*free_cell........000 flo 000000000000000000000001G1111111 ...........float num............ @@ -6264,8 +6267,8 @@ array ...short rank..cxxxxxxxxG1111111 ............*array.............. File: scm.info, Node: Operations, Next: Program Self-Knowledge, Prev: Data Types, Up: The Implementation -6.2 Operations | -============== | +6.2 Operations +============== * Menu: @@ -6287,8 +6290,8 @@ File: scm.info, Node: Operations, Next: Program Self-Knowledge, Prev: Data Ty File: scm.info, Node: Garbage Collection, Next: Memory Management for Environments, Prev: Operations, Up: Operations -6.2.1 Garbage Collection | ------------------------- | +6.2.1 Garbage Collection +------------------------ The garbage collector is in the latter half of `sys.c'. The primary goal of "garbage collection" (or "GC") is to recycle those cells no @@ -6307,8 +6310,8 @@ heap. File: scm.info, Node: Marking Cells, Next: Sweeping the Heap, Prev: Garbage Collection, Up: Garbage Collection -6.2.1.1 Marking Cells | -..................... | +6.2.1.1 Marking Cells +..................... The first step in garbage collection is to "mark" all heap objects in use. Each heap cell has a bit reserved for this purpose. For pairs @@ -6318,11 +6321,11 @@ during garbage collection. Special C macros are defined in `scm.h' to allow easy manipulation when GC bits are possibly set. `CAR', `TYP3', and `TYP7' can be used on GC marked cells as they are. - -- Macro: GCCDR x | + -- Macro: GCCDR x Returns the CDR of a cons cell, even if that cell has been GC marked. - -- Macro: GCTYP16 x | + -- Macro: GCTYP16 x Returns the 16 bit type code of a cell. We need to (recursively) mark only a few objects in order to assure that @@ -6330,13 +6333,13 @@ all accessible objects are marked. Those objects are `sys_protects[]' (for example, `dynwinds'), the current C-stack and the hash table for symbols, "symhash". - -- Function: void gc_mark (SCM OBJ) | + -- Function: void gc_mark (SCM OBJ) The function `gc_mark()' is used for marking SCM cells. If OBJ is marked, `gc_mark()' returns. If OBJ is unmarked, gc_mark sets the mark bit in OBJ, then calls `gc_mark()' on any SCM components of OBJ. The last call to `gc_mark()' is tail-called (looped). - -- Function: void mark_locations (STACKITEM X[], sizet LEN)) | + -- Function: void mark_locations (STACKITEM X[], sizet LEN)) The function `mark_locations' is used for marking segments of C-stack or saved segments of C-stack (marked continuations). The argument LEN is the size of the stack in units of size @@ -6353,8 +6356,8 @@ symbols, "symhash". File: scm.info, Node: Sweeping the Heap, Prev: Marking Cells, Up: Garbage Collection -6.2.1.2 Sweeping the Heap | -......................... | +6.2.1.2 Sweeping the Heap +......................... After all found objects have been marked, the heap is swept. @@ -6364,7 +6367,7 @@ object from its type-header cell in the heap. This allows malloc objects to be freed when the associated heap object is garbage collected. - -- Function: static void gc_sweep () | + -- Function: static void gc_sweep () The function `gc_sweep' scans through all heap segments. The mark bit is cleared from marked cells. Unmarked cells are spliced into FREELIST, where they can again be returned by invocations of @@ -6377,8 +6380,8 @@ collected. File: scm.info, Node: Memory Management for Environments, Next: Signals, Prev: Garbage Collection, Up: Operations -6.2.2 Memory Management for Environments | ----------------------------------------- | +6.2.2 Memory Management for Environments +---------------------------------------- * "Ecache" was designed and implemented by Radey Shouman. @@ -6477,17 +6480,17 @@ literature is available. File: scm.info, Node: Signals, Next: C Macros, Prev: Memory Management for Environments, Up: Operations -6.2.3 Signals | -------------- | +6.2.3 Signals +------------- - -- Function: init_signals | + -- Function: init_signals (in `scm.c') initializes handlers for `SIGINT' and `SIGALRM' if they are supported by the C implementation. All of the signal handlers immediately reestablish themselves by a call to `signal()'. - -- Function: int_signal sig | - -- Function: alrm_signal sig | + -- Function: int_signal sig + -- Function: alrm_signal sig The low level handlers for `SIGINT' and `SIGALRM'. If an interrupt handler is defined when the interrupt is received, the @@ -6499,14 +6502,14 @@ SCM does not use any signal masking system calls. These are not a portable feature. However, code can run uninterrupted by use of the C macros `DEFER_INTS' and `ALLOW_INTS'. - -- Macro: DEFER_INTS | + -- Macro: DEFER_INTS sets the global variable `ints_disabled' to 1. If an interrupt occurs during a time when `ints_disabled' is 1, then `deferred_proc' is set to non-zero, one of the global variables `SIGINT_deferred' or `SIGALRM_deferred' is set to 1, and the handler returns. - -- Macro: ALLOW_INTS | + -- Macro: ALLOW_INTS Checks the deferred variables and if set the appropriate handler is called. @@ -6518,10 +6521,10 @@ macros `DEFER_INTS' and `ALLOW_INTS'. File: scm.info, Node: C Macros, Next: Changing Scm, Prev: Signals, Up: Operations -6.2.4 C Macros | --------------- | +6.2.4 C Macros +-------------- - -- Macro: ASRTER cond arg pos subr | + -- Macro: ASRTER cond arg pos subr signals an error if the expression (COND) is 0. ARG is the offending object, SUBR is the string naming the subr, and POS indicates the position or type of error. POS can be one of @@ -6566,15 +6569,15 @@ File: scm.info, Node: C Macros, Next: Changing Scm, Prev: Signals, Up: Opera defined. An error condition can still be signaled in this case with a call to `wta(arg, pos, subr)'. - -- Macro: ASRTGO cond label | + -- Macro: ASRTGO cond label `goto' LABEL if the expression (COND) is 0. Like `ASRTER', `ASRTGO' does is not active if the flag `RECKLESS' is defined. File: scm.info, Node: Changing Scm, Next: Defining Subrs, Prev: C Macros, Up: Operations -6.2.5 Changing Scm | ------------------- | +6.2.5 Changing Scm +------------------ When writing C-code for SCM, a precaution is recommended. If your routine allocates a non-cons cell which will _not_ be incorporated into @@ -6595,7 +6598,7 @@ or put this assignment somewhere in your routine: of the local `SCM' variable to _any_ procedure also protects it. The procedure `scm_protect_temp' is provided for this purpose. - -- Function: void scm_protect_temp (SCM *PTR) | + -- Function: void scm_protect_temp (SCM *PTR) Forces the SCM object PTR to be saved on the C-stack, where it will be traced for GC. @@ -6604,7 +6607,7 @@ object, you must either make your pointer be the value cell of a symbol (see `errobj' for an example) or (permanently) add your pointer to `sys_protects' using: - -- Function: SCM scm_gc_protect (SCM OBJ) | + -- Function: SCM scm_gc_protect (SCM OBJ) Permanently adds OBJ to a table of objects protected from garbage collection. `scm_gc_protect' returns OBJ. @@ -6666,7 +6669,7 @@ To add a package of new procedures to scm (see `crs.c' for example): 7. put any scheme code which needs to be run as part of your package into `Ifoo.scm'. - 8. put an `if' into `Init5e1.scm' which loads `Ifoo.scm' if your | + 8. put an `if' into `Init5e2.scm' which loads `Ifoo.scm' if your | package is included: (if (defined? twiddle-bits!) @@ -6694,7 +6697,7 @@ Special forms (new syntax) can be added to scm. 2. add a string with the new name in the corresponding place in `isymnames' in `repl.c'. - 3. add `case' clause to `ceval()' near `i_quasiquote' (in `eval.c'). | + 3. add `case' clause to `ceval()' near `i_quasiquote' (in `eval.c'). New syntax can now be added without recompiling SCM by the use of the `procedure->syntax', `procedure->macro', `procedure->memoizing-macro', @@ -6703,8 +6706,8 @@ and `defmacro'. For details, *Note Syntax::. File: scm.info, Node: Defining Subrs, Next: Defining Smobs, Prev: Changing Scm, Up: Operations -6.2.6 Defining Subrs | --------------------- | +6.2.6 Defining Subrs +-------------------- If "CCLO" is `#define'd when compiling, the compiled closure feature will be enabled. It is automatically enabled if dynamic linking is @@ -6714,7 +6717,7 @@ The SCM interpreter directly recognizes subrs taking small numbers of arguments. In order to create subrs taking larger numbers of arguments use: - -- Function: make_gsubr name req opt rest fcn | + -- Function: make_gsubr name req opt rest fcn returns a cclo (compiled closure) object of name `char *' NAME which takes `int' REQ required arguments, `int' OPT optional arguments, and a list of rest arguments if `int' REST is 1 (0 for @@ -6757,8 +6760,8 @@ use: File: scm.info, Node: Defining Smobs, Next: Defining Ptobs, Prev: Defining Subrs, Up: Operations -6.2.7 Defining Smobs | --------------------- | +6.2.7 Defining Smobs +-------------------- Here is an example of how to add a new type named `foo' to SCM. The following lines need to be added to your code: @@ -6781,9 +6784,9 @@ following lines need to be added to your code: mark) and returns type `SCM' which will then be marked. If no further objects need to be marked then return an immediate object such as `BOOL_F'. The smob cell itself will already - have been marked. _Note_ This is different from SCM versions | - prior to 5c5. Only additional data specific to a smob type | - need be marked by `smob.mark'. | + have been marked. _Note_ This is different from SCM versions + prior to 5c5. Only additional data specific to a smob type + need be marked by `smob.mark'. 2 functions are provided: @@ -6831,8 +6834,8 @@ than `malloc' *Note Allocating memory::. File: scm.info, Node: Defining Ptobs, Next: Allocating memory, Prev: Defining Smobs, Up: Operations -6.2.8 Defining Ptobs | --------------------- | +6.2.8 Defining Ptobs +-------------------- "ptob"s are similar to smobs but define new types of port to which SCM procedures can read or write. The following functions are defined in @@ -6862,8 +6865,8 @@ memory::. File: scm.info, Node: Allocating memory, Next: Embedding SCM, Prev: Defining Ptobs, Up: Operations -6.2.9 Allocating memory | ------------------------ | +6.2.9 Allocating memory +----------------------- SCM maintains a count of bytes allocated using malloc, and calls the garbage collector when that number exceeds a dynamically managed limit. @@ -6871,17 +6874,17 @@ In order for this to work properly, `malloc' and `free' should not be called directly to manage memory freeable by garbage collection. The following functions are provided for that purpose: - -- Function: SCM must_malloc_cell (long LEN, SCM C, char *WHAT) | - -- Function: char * must_malloc (long LEN, char *WHAT) | + -- Function: SCM must_malloc_cell (long LEN, SCM C, char *WHAT) + -- Function: char * must_malloc (long LEN, char *WHAT) LEN is the number of bytes that should be allocated, WHAT is a string to be used in error or gc messages. `must_malloc' returns a pointer to newly allocated memory. `must_malloc_cell' returns a newly allocated cell whose `car' is C and whose `cdr' is a pointer to newly allocated memory. - -- Function: void must_realloc_cell (SCM Z, long OLEN, long LEN, char | + -- Function: void must_realloc_cell (SCM Z, long OLEN, long LEN, char *WHAT) - -- Function: char * must_realloc (char *WHERE, long OLEN, long LEN, | + -- Function: char * must_realloc (char *WHERE, long OLEN, long LEN, char *WHAT) `must_realloc_cell' takes as argument Z a cell whose `cdr' should be a pointer to a block of memory of length OLEN allocated with @@ -6901,7 +6904,7 @@ Signals::. `must_realloc' and `must_realloc_cell' must not be called during initialization (non-zero errjmp_bad) - the initial allocations must be large enough. - -- Function: void must_free (char *PTR, sizet LEN) | + -- Function: void must_free (char *PTR, sizet LEN) `must_free' is used to free a block of memory allocated by the above functions and pointed to by PTR. LEN is the length of the block in bytes, but this value is used only for debugging purposes. @@ -6911,22 +6914,22 @@ must be large enough. File: scm.info, Node: Embedding SCM, Next: Callbacks, Prev: Allocating memory, Up: Operations -6.2.10 Embedding SCM | --------------------- | +6.2.10 Embedding SCM +-------------------- The file `scmmain.c' contains the definition of main(). When SCM is compiled as a library `scmmain.c' is not included in the library; a copy of `scmmain.c' can be modified to use SCM as an embedded library module. - -- Function: int main (int ARGC, char **ARGV) | + -- Function: int main (int ARGC, char **ARGV) This is the top level C routine. The value of the ARGC argument is the number of command line arguments. The ARGV argument is a vector of C strings; its elements are the individual command line argument strings. A null pointer always follows the last element: `ARGV[ARGC]' is this null pointer. - -- Variable: char *execpath | + -- Variable: char *execpath This string is the pathname of the executable file being run. This variable can be examined and set from Scheme (*note Internal State::). EXECPATH must be set to executable's path in order to @@ -6938,11 +6941,11 @@ up SCM as you want it. If you need more control than is possible through ARGV, here are descriptions of the functions which main() calls. - -- Function: void init_sbrk (void) | + -- Function: void init_sbrk (void) Call this before SCM calls malloc(). Value returned from sbrk() is used to gauge how much storage SCM uses. - -- Function: char * scm_find_execpath (int ARGC, char **ARGV, char | + -- Function: char * scm_find_execpath (int ARGC, char **ARGV, char *SCRIPT_ARG) ARGC and ARGV are as described in main(). SCRIPT_ARG is the pathname of the SCSH-style script (*note Scripting::) being @@ -6957,7 +6960,7 @@ and DIRSEP control scm_find_implpath()'s operation. If your application has an easier way to locate initialization code for SCM, then you can replace `scm_find_implpath'. - -- Function: char * scm_find_implpath (char *EXECPATH) | + -- Function: char * scm_find_implpath (char *EXECPATH) Returns the full pathname of the Scheme initialization file or 0 if it cannot find it. @@ -6966,11 +6969,11 @@ SCM, then you can replace `scm_find_implpath'. environment variable is defined, its value will be returned from `scm_find_implpath'. Otherwise find_impl_file() is called with the arguments EXECPATH, GENERIC_NAME (default "scm"), INIT_FILE_NAME - (default "Init5e1_scm"), and the directory separator string | + (default "Init5e2_scm"), and the directory separator string | DIRSEP. If find_impl_file() returns 0 and IMPLINIT is defined, then a copy of the string IMPLINIT is returned. - -- Function: int init_buf0 (FILE *INPORT) | + -- Function: int init_buf0 (FILE *INPORT) Tries to determine whether INPORT (usually stdin) is an interactive input port which should be used in an unbuffered mode. If so, INPORT is set to unbuffered and non-zero is returned. @@ -6980,7 +6983,7 @@ SCM, then you can replace `scm_find_implpath'. Its value can be used as the last argument to scm_init_from_argv(). - -- Function: void scm_init_from_argv (int ARGC, char **ARGV, char | + -- Function: void scm_init_from_argv (int ARGC, char **ARGV, char *SCRIPT_ARG, int IVERBOSE, int BUF0STDIN) Initializes SCM storage and creates a list of the argument strings PROGRAM-ARGUMENTS from ARGV. ARGC and ARGV must already be @@ -6992,15 +6995,15 @@ SCM, then you can replace `scm_find_implpath'. Call `init_signals' and `restore_signals' only if you want SCM to handle interrupts and signals. - -- Function: void init_signals (void) | + -- Function: void init_signals (void) Initializes handlers for `SIGINT' and `SIGALRM' if they are supported by the C implementation. All of the signal handlers immediately reestablish themselves by a call to `signal()'. - -- Function: void restore_signals (void) | + -- Function: void restore_signals (void) Restores the handlers in effect when `init_signals' was called. - -- Function: SCM scm_top_level (char *INITPATH, SCM (*toplvl_fun)()) | + -- Function: SCM scm_top_level (char *INITPATH, SCM (*toplvl_fun)()) This is SCM's top-level. Errors longjmp here. TOPLVL_FUN is a callback function of zero arguments that is called by `scm_top_level' to do useful work - if zero, then `repl', which @@ -7024,7 +7027,7 @@ handle interrupts and signals. resignalled. If `toplvl_fun' can not recover from an error situation it may simply return. - -- Function: void final_scm (int FREEALL) | + -- Function: void final_scm (int FREEALL) Calls all finalization routines registered with add_final(). If FREEALL is non-zero, then all memory which SCM allocated with malloc() will be freed. @@ -7053,9 +7056,9 @@ Here is a minimal embedding program `libtest.c': /* include patchlvl.h for SCM's INIT_FILE_NAME. */ #include "patchlvl.h" - void libtest_init_user_scm() | + void libtest_init_user_scm() { - fputs("This is libtest_init_user_scm\n", stderr); fflush(stderr); | + fputs("This is libtest_init_user_scm\n", stderr); fflush(stderr); sysintern("*the-string*", makfrom0str("hello world\n")); } @@ -7069,12 +7072,12 @@ Here is a minimal embedding program `libtest.c': int main(argc, argv) int argc; - char **argv; + const char **argv; | { SCM retval; char *implpath, *execpath; - init_user_scm = libtest_init_user_scm; | + init_user_scm = libtest_init_user_scm; execpath = dld_find_executable(argv[0]); fprintf(stderr, "dld_find_executable(%s): %s\n", argv[0], execpath); implpath = find_impl_file(execpath, "scm", INIT_FILE_NAME, dirsep); @@ -7089,25 +7092,25 @@ Here is a minimal embedding program `libtest.c': -| dld_find_executable(./libtest): /home/jaffer/scm/libtest - implpath: /home/jaffer/scm/Init5e1.scm | - This is libtest_init_user_scm | + implpath: /home/jaffer/scm/Init5e2.scm | + This is libtest_init_user_scm hello world File: scm.info, Node: Callbacks, Next: Type Conversions, Prev: Embedding SCM, Up: Operations -6.2.11 Callbacks | ----------------- | +6.2.11 Callbacks +---------------- SCM now has routines to make calling back to Scheme procedures easier. The source code for these routines are found in `rope.c'. - -- Function: int scm_ldfile (char *FILE) | + -- Function: int scm_ldfile (char *FILE) Loads the Scheme source file FILE. Returns 0 if successful, non-0 if not. This function is used to load SCM's initialization file - `Init5e1.scm'. | + `Init5e2.scm'. | - -- Function: int scm_ldprog (char *FILE) | + -- Function: int scm_ldprog (char *FILE) Loads the Scheme source file `(in-vicinity (program-vicinity) FILE)'. Returns 0 if successful, non-0 if not. @@ -7116,11 +7119,11 @@ The source code for these routines are found in `rope.c'. directory from which the calling code was loaded (*note Vicinity: (slib)Vicinity.). - -- Function: SCM scm_evstr (char *STR) | + -- Function: SCM scm_evstr (char *STR) Returns the result of reading an expression from STR and evaluating it. - -- Function: void scm_ldstr (char *STR) | + -- Function: void scm_ldstr (char *STR) Reads and evaluates all the expressions from STR. If you wish to catch errors during execution of Scheme code, then you @@ -7144,14 +7147,14 @@ Calls to procedures so wrapped will return even if an error occurs. File: scm.info, Node: Type Conversions, Next: Continuations, Prev: Callbacks, Up: Operations -6.2.12 Type Conversions | ------------------------ | +6.2.12 Type Conversions +----------------------- These type conversion functions are very useful for connecting SCM and C code. Most are defined in `rope.c'. - -- Function: SCM long2num (long N) | - -- Function: SCM ulong2num (unsigned long N) | + -- Function: SCM long2num (long N) + -- Function: SCM ulong2num (unsigned long N) Return an object of type `SCM' corresponding to the `long' or `unsigned long' argument N. If N cannot be converted, `BOOL_F' is returned. Which numbers can be converted depends on whether SCM @@ -7160,15 +7163,15 @@ code. Most are defined in `rope.c'. To convert integer numbers of smaller types (`short' or `char'), use the macro `MAKINUM(n)'. - -- Function: long num2long (SCM NUM, char *POS, char *S_CALLER) | - -- Function: unsigned long num2ulong (SCM NUM, char *POS, char | + -- Function: long num2long (SCM NUM, char *POS, char *S_CALLER) + -- Function: unsigned long num2ulong (SCM NUM, char *POS, char *S_CALLER) - -- Function: short num2short (SCM NUM, char *POS, char *S_CALLER) | - -- Function: unsigned short num2ushort (SCM NUM, char *POS, char | + -- Function: short num2short (SCM NUM, char *POS, char *S_CALLER) + -- Function: unsigned short num2ushort (SCM NUM, char *POS, char *S_CALLER) - -- Function: unsigned char num2uchar (SCM NUM, char *POS, char | + -- Function: unsigned char num2uchar (SCM NUM, char *POS, char *S_CALLER) - -- Function: double num2dbl (SCM NUM, char *POS, char *S_CALLER) | + -- Function: double num2dbl (SCM NUM, char *POS, char *S_CALLER) These functions are used to check and convert `SCM' arguments to the named C type. The first argument NUM is checked to see it it is within the range of the destination type. If so, the converted @@ -7176,12 +7179,12 @@ code. Most are defined in `rope.c'. NUM and strings POS and S_CALLER. For a listing of useful predefined POS macros, *Note C Macros::. - _Note_ Inexact numbers are accepted only by `num2dbl', `num2long', | - and `num2ulong' (for when `SCM' is compiled without bignums). To | + _Note_ Inexact numbers are accepted only by `num2dbl', `num2long', + and `num2ulong' (for when `SCM' is compiled without bignums). To convert inexact numbers to exact numbers, *Note inexact->exact: - (r5rs)Numerical operations. | + (r5rs)Numerical operations. - -- Function: unsigned long scm_addr (SCM ARGS, char *S_NAME) | + -- Function: unsigned long scm_addr (SCM ARGS, char *S_NAME) Returns a pointer (cast to an `unsigned long') to the storage corresponding to the location accessed by `aref(CAR(args),CDR(args))'. The string S_NAME is used in any @@ -7190,24 +7193,24 @@ code. Most are defined in `rope.c'. `scm_addr' is useful for performing C operations on strings or other uniform arrays (*note Uniform Array::). - -- Function: unsigned long scm_base_addr(SCM RA, char *S_NAME) | + -- Function: unsigned long scm_base_addr(SCM RA, char *S_NAME) Returns a pointer (cast to an `unsigned long') to the beginning of storage of array RA. Note that if RA is a shared-array, the strorage accessed this way may be much larger than RA. - _Note_ While you use a pointer returned from `scm_addr' or | + _Note_ While you use a pointer returned from `scm_addr' or `scm_base_addr' you must keep a pointer to the associated `SCM' object in a stack allocated variable or GC-protected location in order to assure that SCM does not reuse that storage before you are done with it. *Note scm_gc_protect: Changing Scm. - -- Function: SCM makfrom0str (char *SRC) | - -- Function: SCM makfromstr (char *SRC, sizet LEN) | + -- Function: SCM makfrom0str (char *SRC) + -- Function: SCM makfromstr (char *SRC, sizet LEN) Return a newly allocated string `SCM' object copy of the null-terminated string SRC or the string SRC of length LEN, respectively. - -- Function: SCM makfromstrs (int ARGC, char **ARGV) | + -- Function: SCM makfromstrs (int ARGC, char **ARGV) Returns a newly allocated `SCM' list of strings corresponding to the ARGC length array of null-terminated strings ARGV. If ARGV is less than `0', ARGV is assumed to be `NULL' terminated. @@ -7216,7 +7219,7 @@ code. Most are defined in `rope.c'. of SCM procedure calls to `program-arguments' (*note program-arguments: SCM Session.). - -- Function: char ** makargvfrmstrs (SCM ARGS, char *S_NAME) | + -- Function: char ** makargvfrmstrs (SCM ARGS, char *S_NAME) Returns a `NULL' terminated list of null-terminated strings copied from the `SCM' list of strings ARGS. The string S_NAME is used in messages from error calls by `makargvfrmstrs'. @@ -7224,15 +7227,15 @@ code. Most are defined in `rope.c'. `makargvfrmstrs' is useful for constructing argument lists suitable for passing to `main' functions. - -- Function: void must_free_argv (char **ARGV) | + -- Function: void must_free_argv (char **ARGV) Frees the storage allocated to create ARGV by a call to `makargvfrmstrs'. File: scm.info, Node: Continuations, Next: Evaluation, Prev: Type Conversions, Up: Operations -6.2.13 Continuations | --------------------- | +6.2.13 Continuations +-------------------- The source files `continue.h' and `continue.c' are designed to function as an independent resource for programs wishing to use continuations, @@ -7249,45 +7252,45 @@ SCM uses the names `jump_buf', `setjump', and `longjump' in lieu of `jmp_buf', `setjmp', and `longjmp' to prevent name and declaration conflicts. - -- Data type: CONTINUATION jmpbuf length stkbse other parent | + -- Data type: CONTINUATION jmpbuf length stkbse other parent is a `typedef'ed structure holding all the information needed to represent a continuation. The OTHER slot can be used to hold any data the user wishes to put there by defining the macro `CONTINUATION_OTHER'. - -- Macro: SHORT_ALIGN | + -- Macro: SHORT_ALIGN If `SHORT_ALIGN' is `#define'd (in `scmfig.h'), then the it is assumed that pointers in the stack can be aligned on `short int' boundaries. - -- Data type: STACKITEM | + -- Data type: STACKITEM is a pointer to objects of the size specified by `SHORT_ALIGN' being `#define'd or not. - -- Macro: CHEAP_CONTINUATIONS | + -- Macro: CHEAP_CONTINUATIONS If `CHEAP_CONTINUATIONS' is `#define'd (in `scmfig.h') each `CONTINUATION' has size `sizeof CONTINUATION'. Otherwise, all but "root" `CONTINUATION's have additional storage (immediately following) to contain a copy of part of the stack. - _Note_ On systems with nonlinear stack disciplines (multiple | + _Note_ On systems with nonlinear stack disciplines (multiple stacks or non-contiguous stack frames) copying the stack will not work properly. These systems need to #define `CHEAP_CONTINUATIONS' in `scmfig.h'. - -- Macro: STACK_GROWS_UP | + -- Macro: STACK_GROWS_UP Expresses which way the stack grows by its being `#define'd or not. - -- Variable: long thrown_value | + -- Variable: long thrown_value Gets set to the VALUE passed to `throw_to_continuation'. - -- Function: long stack_size (STACKITEM *START) | + -- Function: long stack_size (STACKITEM *START) Returns the number of units of size `STACKITEM' which fit between START and the current top of stack. No check is done in this routine to ensure that START is actually in the current stack segment. - -- Function: CONTINUATION * make_root_continuation (STACKITEM | + -- Function: CONTINUATION * make_root_continuation (STACKITEM *STACK_BASE) Allocates (`malloc') storage for a `CONTINUATION' of the current extent of stack. This newly allocated `CONTINUATION' is returned @@ -7296,7 +7299,7 @@ conflicts. `setjump(NEW_CONTINUATION->jmpbuf)' in order to complete the capture of this continuation. - -- Function: CONTINUATION * make_continuation (CONTINUATION | + -- Function: CONTINUATION * make_continuation (CONTINUATION *PARENT_CONT) Allocates storage for the current `CONTINUATION', copying (or encapsulating) the stack state from `PARENT_CONT->stkbse' to the @@ -7306,11 +7309,11 @@ conflicts. `setjump(NEW_CONTINUATION->jmpbuf)' in order to complete the capture of this continuation. - -- Function: void free_continuation (CONTINUATION *CONT) | + -- Function: void free_continuation (CONTINUATION *CONT) Frees the storage pointed to by CONT. Remember to free storage pointed to by `CONT->other'. - -- Function: void throw_to_continuation (CONTINUATION *CONT, long | + -- Function: void throw_to_continuation (CONTINUATION *CONT, long VALUE, CONTINUATION *ROOT_CONT) Sets `thrown_value' to VALUE and returns from the continuation CONT. @@ -7331,8 +7334,8 @@ conflicts. File: scm.info, Node: Evaluation, Prev: Continuations, Up: Operations -6.2.14 Evaluation | ------------------ | +6.2.14 Evaluation +----------------- SCM uses its type representations to speed evaluation. All of the `subr' types (*note Subr Cells::) are `tc7' types. Since the `tc7' @@ -7378,12 +7381,12 @@ with its cache footprint. In order to keep the size down, certain or because they are part of expensive operations) are instead calls to the C function `evalcar'. - -- Variable: symhash | + -- Variable: symhash Top level symbol values are stored in the `symhash' table. `symhash' is an array of lists of `ISYM's and pairs of symbols and values. - -- Immediate: ILOC | + -- Immediate: ILOC Whenever a symbol's value is found in the local environment the pointer to the symbol in the code is replaced with an immediate object (`ILOC') which specifies how many environment frames down @@ -7401,7 +7404,7 @@ Adding `#define TEST_FARLOC' to `eval.c' causes `FARLOC's to be generated for all local identifiers; this is useful only for testing memoization. - -- Immediate: GLOC | + -- Immediate: GLOC Pointers to symbols not defined in local environments are changed to one plus the value cell address in symhash. This incremented pointer is called a `GLOC'. The low order bit is normally @@ -7418,8 +7421,8 @@ argument checks for closures are made only when the function position will be checked only the first time it is evaluated because it will then be replaced with an `ILOC' or `GLOC'. - -- Macro: EVAL expression env | - -- Macro: SIDEVAL expression env | + -- Macro: EVAL expression env + -- Macro: SIDEVAL expression env `EVAL' Returns the result of evaluating EXPRESSION in ENV. `SIDEVAL' evaluates EXPRESSION in ENV when the value of the expression is not used. @@ -7429,7 +7432,7 @@ then be replaced with an `ILOC' or `GLOC'. EXPRESSION will not be referenced again. The C function `eval' is safe from this problem. - -- Function: SCM eval (SCM EXPRESSION) | + -- Function: SCM eval (SCM EXPRESSION) Returns the result of evaluating EXPRESSION in the top-level environment. `eval' copies `expression' so that memoization does not modify `expression'. @@ -7437,8 +7440,8 @@ then be replaced with an `ILOC' or `GLOC'. File: scm.info, Node: Program Self-Knowledge, Next: Improvements To Make, Prev: Operations, Up: The Implementation -6.3 Program Self-Knowledge | -========================== | +6.3 Program Self-Knowledge +========================== * Menu: @@ -7449,8 +7452,8 @@ File: scm.info, Node: Program Self-Knowledge, Next: Improvements To Make, Pre File: scm.info, Node: File-System Habitat, Next: Executable Pathname, Prev: Program Self-Knowledge, Up: Program Self-Knowledge -6.3.1 File-System Habitat | -------------------------- | +6.3.1 File-System Habitat +------------------------- Where should software reside? Although individually a minor annoyance, cumulatively this question represents many thousands of frustrated user @@ -7479,7 +7482,7 @@ for which this information is either not available or unrelated to the locations of support files, then a higher level interface will be needed. - -- Function: char * find_impl_file (char *EXEC_PATH, char | + -- Function: char * find_impl_file (char *EXEC_PATH, char *GENERIC_NAME, char *INITNAME, char *SEP) Given the pathname of this executable (EXEC_PATH), test for the existence of INITNAME in the implementation-vicinity of this @@ -7522,10 +7525,10 @@ needed. File: scm.info, Node: Executable Pathname, Next: Script Support, Prev: File-System Habitat, Up: Program Self-Knowledge -6.3.2 Executable Pathname | -------------------------- | +6.3.2 Executable Pathname +------------------------- -For purposes of finding `Init5e1.scm', dumping an executable, and | +For purposes of finding `Init5e2.scm', dumping an executable, and | dynamic linking, a SCM session needs the pathname of its executable image. @@ -7536,7 +7539,7 @@ directly to `find_impl_file' (*note File-System Habitat::). In order to find the habitat for a unix program, we first need to know the full pathname for the associated executable file. - -- Function: char * dld_find_executable (const char *COMMAND) | + -- Function: char * dld_find_executable (const char *COMMAND) `dld_find_executable' returns the absolute path name of the file that would be executed if COMMAND were given as a command. It looks up the environment variable PATH, searches in each of the @@ -7544,7 +7547,7 @@ the full pathname for the associated executable file. for the first occurrence. Thus, it is advisable to invoke `dld_init' as: - main (int argc, char **argv) + main (int argc, const char **argv) | { ... if (dld_init (dld_find_executable (argv[0]))) { @@ -7553,10 +7556,10 @@ the full pathname for the associated executable file. ... } - *Note@:* If the current process is executed using the | - `execve' call without passing the correct path name as | - argument 0, `dld_find_executable (argv[0]) ' will also fail | - to locate the executable file. | + *Note@:* If the current process is executed using the + `execve' call without passing the correct path name as + argument 0, `dld_find_executable (argv[0]) ' will also fail + to locate the executable file. `dld_find_executable' returns zero if `command' is not found in any of the directories listed in `PATH'. @@ -7564,21 +7567,21 @@ the full pathname for the associated executable file. File: scm.info, Node: Script Support, Prev: Executable Pathname, Up: Program Self-Knowledge -6.3.3 Script Support | --------------------- | +6.3.3 Script Support +-------------------- Source code for these C functions is in the file `script.c'. *Note Scripting:: for a description of script argument processing. `script_find_executable' is only defined on unix systems. - -- Function: char * script_find_executable (const char *NAME) | + -- Function: char * script_find_executable (const char *NAME) `script_find_executable' returns the path name of the executable which is invoked by the script file NAME; NAME if it is a binary executable (not a script); or 0 if NAME does not exist or is not executable. - -- Function: char ** script_process_argv (int ARGC; char **ARGV) | + -- Function: char ** script_process_argv (int ARGC; char **ARGV) Given an "main" style argument vector ARGV and the number of arguments, ARGC, `script_process_argv' returns a newly allocated argument vector in which the second line of the script being @@ -7591,14 +7594,14 @@ Scripting:: for a description of script argument processing. `script_process_argv' correctly processes argument vectors of nested script invocations. - -- Function: int script_count_argv (char **ARGV) | + -- Function: int script_count_argv (char **ARGV) Returns the number of argument strings in ARGV. File: scm.info, Node: Improvements To Make, Prev: Program Self-Knowledge, Up: The Implementation -6.4 Improvements To Make | -======================== | +6.4 Improvements To Make +======================== * Allow users to set limits for `malloc()' storage. @@ -7645,13 +7648,13 @@ File: scm.info, Node: Improvements To Make, Prev: Program Self-Knowledge, Up: * Menu: -* VMS Dynamic Linking:: Finishing the job. | +* VMS Dynamic Linking:: Finishing the job. File: scm.info, Node: VMS Dynamic Linking, Prev: Improvements To Make, Up: Improvements To Make - | -6.4.1 VMS Dynamic Linking | -------------------------- | + +6.4.1 VMS Dynamic Linking +------------------------- George Carrette (gjc@mitech.com) outlines how to dynamically link on VMS. There is already some code in `dynl.c' to do this, but someone @@ -7679,7 +7682,7 @@ with a VMS system needs to finish and debug it. PSECT_ATTR=the_heap,NOSHR,LCL PSECT_ATTR=the_environment,NOSHR,LCL - _Notice_ The "psect" (Program Section) attributes. | + _Notice_ The "psect" (Program Section) attributes. `LCL' means to keep the name local to the shared library. You almost always want to do that for a good clean library. @@ -7711,9 +7714,9 @@ with a VMS system needs to finish and debug it. LISPRTL/SHARE Note the definition of the `LISPRTL' logical name. Without such a - definition you will need to copy `LISPRTL.EXE' over to `SYS$SHARE' | - (aka `SYS$LIBRARY') in order to invoke the main program once it is | - linked. | + definition you will need to copy `LISPRTL.EXE' over to `SYS$SHARE' + (aka `SYS$LIBRARY') in order to invoke the main program once it is + linked. 5. Now say you have a file of optional subrs, `MYSUBRS.C'. And there is a routine `INIT_MYSUBRS' that must be called before using it. @@ -7769,978 +7772,978 @@ with a VMS system needs to finish and debug it. File: scm.info, Node: Index, Prev: The Implementation, Up: Top - | + Procedure and Macro Index ************************* This is an alphabetical list of all the procedures and macros in SCM. - + * Menu: -* #!: Unix Scheme Scripts. (line 40) | +* #!: Unix Scheme Scripts. (line 40) * #': Common-Lisp Read Syntax. - (line 50) | + (line 50) * #+: Common-Lisp Read Syntax. - (line 16) | + (line 16) * #-: Common-Lisp Read Syntax. - (line 26) | + (line 26) * #.: Common-Lisp Read Syntax. - (line 39) | + (line 39) * #;text-till-end-of-line: Documentation and Comments. - (line 31) | -* #?column: Load Syntax. (line 12) | -* #?file: Load Syntax. (line 16) | -* #?line: Load Syntax. (line 11) | + (line 31) +* #?column: Load Syntax. (line 12) +* #?file: Load Syntax. (line 16) +* #?line: Load Syntax. (line 11) * #\token: Common-Lisp Read Syntax. - (line 7) | + (line 7) * #|: Common-Lisp Read Syntax. - (line 29) | -* $abs: Numeric. (line 38) | -* $acos: Numeric. (line 45) | -* $acosh: Numeric. (line 51) | -* $asin: Numeric. (line 44) | -* $asinh: Numeric. (line 50) | -* $atan: Numeric. (line 46) | -* $atan2: Numeric. (line 60) | -* $atanh: Numeric. (line 52) | -* $cos: Numeric. (line 42) | -* $cosh: Numeric. (line 48) | -* $exp: Numeric. (line 39) | -* $expt: Numeric. (line 63) | -* $log: Numeric. (line 40) | -* $log10: Numeric. (line 57) | -* $sin: Numeric. (line 41) | -* $sinh: Numeric. (line 47) | -* $sqrt: Numeric. (line 37) | -* $tan: Numeric. (line 43) | -* $tanh: Numeric. (line 49) | -* -: SCM Options. (line 108) | -* ---: SCM Options. (line 109) | -* ---c-source-files=: Build Options. (line 133) | -* ---compiler-options=: Build Options. (line 118) | -* ---defines=: Build Options. (line 111) | -* ---features=: Build Options. (line 191) | -* ---help: SCM Options. (line 20) | -* ---initialization=: Build Options. (line 141) | -* ---libraries=: Build Options. (line 103) | -* ---linker-options=: Build Options. (line 121) | -* ---no-init-file: SCM Options. (line 17) | -* ---object-files=: Build Options. (line 137) | -* ---outname=: Build Options. (line 97) | -* ---platform=: Build Options. (line 12) | -* ---scheme-initial=: Build Options. (line 125) | -* ---type=: Build Options. (line 146) | -* ---version: SCM Options. (line 23) | -* --batch-dialect=: Build Options. (line 164) | -* --script-name=: Build Options. (line 186) | -* -a: SCM Options. (line 9) | -* -b: SCM Options. (line 98) | -* -c <1>: SCM Options. (line 46) | -* -c: Build Options. (line 132) | -* -d: SCM Options. (line 42) | -* -D: Build Options. (line 110) | -* -e: SCM Options. (line 45) | -* -f: SCM Options. (line 37) | -* -F: Build Options. (line 190) | -* -f: Build Options. (line 68) | -* -h <1>: SCM Options. (line 33) | -* -h: Build Options. (line 163) | -* -i <1>: SCM Options. (line 88) | -* -i: Build Options. (line 140) | -* -j: Build Options. (line 136) | -* -l <1>: SCM Options. (line 36) | -* -l: Build Options. (line 102) | -* -m: SCM Options. (line 75) | -* -no-init-file: SCM Options. (line 16) | -* -o <1>: SCM Options. (line 52) | -* -o: Build Options. (line 96) | -* -p <1>: SCM Options. (line 62) | -* -p: Build Options. (line 11) | -* -q: SCM Options. (line 71) | -* -r: SCM Options. (line 26) | -* -s <1>: SCM Options. (line 103) | -* -s: Build Options. (line 124) | -* -t: Build Options. (line 145) | -* -u: SCM Options. (line 82) | -* -v: SCM Options. (line 66) | -* -w: Build Options. (line 185) | -* @apply: Environment Frames. (line 54) | -* @copy-tree: Storage. (line 16) | + (line 29) +* $abs: Numeric. (line 38) +* $acos: Numeric. (line 45) +* $acosh: Numeric. (line 51) +* $asin: Numeric. (line 44) +* $asinh: Numeric. (line 50) +* $atan: Numeric. (line 46) +* $atan2: Numeric. (line 60) +* $atanh: Numeric. (line 52) +* $cos: Numeric. (line 42) +* $cosh: Numeric. (line 48) +* $exp: Numeric. (line 39) +* $expt: Numeric. (line 63) +* $log: Numeric. (line 40) +* $log10: Numeric. (line 57) +* $sin: Numeric. (line 41) +* $sinh: Numeric. (line 47) +* $sqrt: Numeric. (line 37) +* $tan: Numeric. (line 43) +* $tanh: Numeric. (line 49) +* -: SCM Options. (line 108) +* ---: SCM Options. (line 109) +* ---c-source-files=: Build Options. (line 133) +* ---compiler-options=: Build Options. (line 118) +* ---defines=: Build Options. (line 111) +* ---features=: Build Options. (line 191) +* ---help: SCM Options. (line 20) +* ---initialization=: Build Options. (line 141) +* ---libraries=: Build Options. (line 103) +* ---linker-options=: Build Options. (line 121) +* ---no-init-file: SCM Options. (line 17) +* ---object-files=: Build Options. (line 137) +* ---outname=: Build Options. (line 97) +* ---platform=: Build Options. (line 12) +* ---scheme-initial=: Build Options. (line 125) +* ---type=: Build Options. (line 146) +* ---version: SCM Options. (line 23) +* --batch-dialect=: Build Options. (line 164) +* --script-name=: Build Options. (line 186) +* -a: SCM Options. (line 9) +* -b: SCM Options. (line 98) +* -c <1>: SCM Options. (line 46) +* -c: Build Options. (line 132) +* -d: SCM Options. (line 42) +* -D: Build Options. (line 110) +* -e: SCM Options. (line 45) +* -f: SCM Options. (line 37) +* -F: Build Options. (line 190) +* -f: Build Options. (line 68) +* -h <1>: SCM Options. (line 33) +* -h: Build Options. (line 163) +* -i <1>: SCM Options. (line 88) +* -i: Build Options. (line 140) +* -j: Build Options. (line 136) +* -l <1>: SCM Options. (line 36) +* -l: Build Options. (line 102) +* -m: SCM Options. (line 75) +* -no-init-file: SCM Options. (line 16) +* -o <1>: SCM Options. (line 52) +* -o: Build Options. (line 96) +* -p <1>: SCM Options. (line 62) +* -p: Build Options. (line 11) +* -q: SCM Options. (line 71) +* -r: SCM Options. (line 26) +* -s <1>: SCM Options. (line 103) +* -s: Build Options. (line 124) +* -t: Build Options. (line 145) +* -u: SCM Options. (line 82) +* -v: SCM Options. (line 66) +* -w: Build Options. (line 185) +* @apply: Environment Frames. (line 54) +* @copy-tree: Storage. (line 16) * @macroexpand1: Syntactic Hooks for Hygienic Macros. - (line 107) | -* _exclusive: Opening and Closing. (line 41) | -* _ionbf: Opening and Closing. (line 28) | -* _tracked: Opening and Closing. (line 35) | -* abort: Internal State. (line 15) | -* access: I/O-Extensions. (line 181) | -* acct: Unix Extensions. (line 34) | -* acons: Storage. (line 21) | -* acosh: Numeric. (line 33) | + (line 107) +* _exclusive: Opening and Closing. (line 41) +* _ionbf: Opening and Closing. (line 28) +* _tracked: Opening and Closing. (line 35) +* abort: Internal State. (line 15) +* access: I/O-Extensions. (line 181) +* acct: Unix Extensions. (line 34) +* acons: Storage. (line 21) +* acosh: Numeric. (line 33) * add-alias: Configure Module Catalog. - (line 33) | -* add-finalizer: Storage. (line 36) | + (line 33) +* add-finalizer: Storage. (line 36) * add-link: Configure Module Catalog. - (line 12) | + (line 12) * add-source: Configure Module Catalog. - (line 41) | -* alarm: Interrupts. (line 24) | -* alarm-interrupt: Interrupts. (line 50) | -* ALLOW_INTS: Signals. (line 33) | -* alrm_signal: Signals. (line 14) | -* ARGC: Cells. (line 57) | -* arithmetic-error: Interrupts. (line 69) | -* array->list: Conventional Arrays. (line 60) | -* array-contents: Conventional Arrays. (line 64) | -* array-equal?: Array Mapping. (line 18) | -* array-fill!: Array Mapping. (line 11) | -* array-map: Array Mapping. (line 43) | -* array-map!: Array Mapping. (line 25) | -* array-prototype: Uniform Array. (line 50) | -* array?: Uniform Array. (line 46) | -* asinh: Numeric. (line 32) | -* ASRTER: C Macros. (line 7) | -* ASRTGO: C Macros. (line 52) | -* atanh: Numeric. (line 34) | -* bit-count: Bit Vectors. (line 15) | -* bit-count*: Bit Vectors. (line 37) | -* bit-invert!: Bit Vectors. (line 23) | -* bit-position: Bit Vectors. (line 18) | -* bit-set*!: Bit Vectors. (line 26) | -* boot-tail <1>: Dump. (line 38) | -* boot-tail: SCM Session. (line 25) | -* box: Curses Miscellany. (line 21) | -* broken-pipe: Posix Extensions. (line 27) | -* call-with-outputs: Port Redirection. (line 26) | -* CAR: Cells. (line 23) | + (line 41) +* alarm: Interrupts. (line 24) +* alarm-interrupt: Interrupts. (line 50) +* ALLOW_INTS: Signals. (line 33) +* alrm_signal: Signals. (line 14) +* ARGC: Cells. (line 57) +* arithmetic-error: Interrupts. (line 69) +* array->list: Conventional Arrays. (line 60) +* array-contents: Conventional Arrays. (line 64) +* array-equal?: Array Mapping. (line 18) +* array-fill!: Array Mapping. (line 11) +* array-map: Array Mapping. (line 43) +* array-map!: Array Mapping. (line 25) +* array-prototype: Uniform Array. (line 50) +* array?: Uniform Array. (line 46) +* asinh: Numeric. (line 32) +* ASRTER: C Macros. (line 7) +* ASRTGO: C Macros. (line 52) +* atanh: Numeric. (line 34) +* bit-count: Bit Vectors. (line 15) +* bit-count*: Bit Vectors. (line 37) +* bit-invert!: Bit Vectors. (line 23) +* bit-position: Bit Vectors. (line 18) +* bit-set*!: Bit Vectors. (line 26) +* boot-tail <1>: Dump. (line 38) +* boot-tail: SCM Session. (line 25) +* box: Curses Miscellany. (line 21) +* broken-pipe: Posix Extensions. (line 27) +* call-with-outputs: Port Redirection. (line 26) +* CAR: Cells. (line 23) * cbreak: Terminal Mode Setting. - (line 12) | -* CCLO_LENGTH: Header Cells. (line 101) | -* CDR: Cells. (line 24) | -* char: Type Conversions. (line 27) | -* char-ready: Port Properties. (line 39) | -* char-ready? <1>: Socket. (line 66) | -* char-ready?: Port Properties. (line 37) | -* char:sharp: Modifying Read Syntax. | - (line 23) | -* CHARS: Header Cells. (line 35) | -* chdir: I/O-Extensions. (line 145) | -* CHEAP_CONTINUATIONS: Continuations. (line 37) | -* chmod: I/O-Extensions. (line 160) | -* chown: Posix Extensions. (line 255) | + (line 12) +* CCLO_LENGTH: Header Cells. (line 101) +* CDR: Cells. (line 24) +* char: Type Conversions. (line 27) +* char-ready: Port Properties. (line 39) +* char-ready? <1>: Socket. (line 66) +* char-ready?: Port Properties. (line 37) +* char:sharp: Modifying Read Syntax. + (line 23) +* CHARS: Header Cells. (line 35) +* chdir: I/O-Extensions. (line 145) +* CHEAP_CONTINUATIONS: Continuations. (line 37) +* chmod: I/O-Extensions. (line 160) +* chown: Posix Extensions. (line 255) * clearok: Output Options Setting. - (line 11) | -* close-port <1>: Window Manipulation. (line 24) | -* close-port <2>: Posix Extensions. (line 35) | -* close-port: Opening and Closing. (line 55) | -* closedir: I/O-Extensions. (line 101) | -* CLOSEDP: Ptob Cells. (line 43) | -* CLOSUREP: Cells. (line 49) | -* CODE: Cells. (line 52) | + (line 11) +* close-port <1>: Window Manipulation. (line 24) +* close-port <2>: Posix Extensions. (line 35) +* close-port: Opening and Closing. (line 55) +* closedir: I/O-Extensions. (line 101) +* CLOSEDP: Ptob Cells. (line 43) +* CLOSUREP: Cells. (line 49) +* CODE: Cells. (line 52) * comment: Documentation and Comments. - (line 23) | -* CONSP: Cells. (line 35) | -* copy-tree: Storage. (line 15) | -* cosh: Numeric. (line 28) | -* could-not-open: Interrupts. (line 66) | -* current-error-port: Port Redirection. (line 7) | -* current-input-port: Port Properties. (line 43) | -* current-time: Time. (line 24) | -* default-input-port: Line Editing. (line 21) | -* default-output-port: Line Editing. (line 25) | -* defconst: Define and Set. (line 22) | -* DEFER_INTS: Signals. (line 26) | -* defined?: Define and Set. (line 7) | -* defmacro: Defmacro. (line 6) | -* defsyntax: Macro Primitives. (line 36) | -* defvar: Define and Set. (line 13) | -* directory-for-each: I/O-Extensions. (line 105) | -* display: Output. (line 9) | -* dld_find_executable: Executable Pathname. (line 18) | -* dump: Dump. (line 33) | -* duplicate-port: I/O-Extensions. (line 78) | -* dyn:call: Dynamic Linking. (line 79) | -* dyn:link: Dynamic Linking. (line 71) | -* dyn:main-call: Dynamic Linking. (line 91) | -* dyn:unlink: Dynamic Linking. (line 106) | + (line 23) +* CONSP: Cells. (line 35) +* copy-tree: Storage. (line 15) +* cosh: Numeric. (line 28) +* could-not-open: Interrupts. (line 66) +* current-error-port: Port Redirection. (line 7) +* current-input-port: Port Properties. (line 43) +* current-time: Time. (line 24) +* default-input-port: Line Editing. (line 21) +* default-output-port: Line Editing. (line 25) +* defconst: Define and Set. (line 22) +* DEFER_INTS: Signals. (line 26) +* defined?: Define and Set. (line 7) +* defmacro: Defmacro. (line 6) +* defsyntax: Macro Primitives. (line 36) +* defvar: Define and Set. (line 13) +* directory-for-each: I/O-Extensions. (line 105) +* display: Output. (line 9) +* dld_find_executable: Executable Pathname. (line 18) +* dump: Dump. (line 33) +* duplicate-port: I/O-Extensions. (line 78) +* dyn:call: Dynamic Linking. (line 79) +* dyn:link: Dynamic Linking. (line 71) +* dyn:main-call: Dynamic Linking. (line 91) +* dyn:unlink: Dynamic Linking. (line 106) * echo: Terminal Mode Setting. - (line 39) | -* ed: Editing Scheme Code. (line 7) | -* enclose-array: Conventional Arrays. (line 39) | -* end-of-program: Interrupts. (line 67) | -* endwin: Curses. (line 15) | -* ENV: Cells. (line 53) | -* errno: Errors. (line 92) | -* error: Errors. (line 113) | -* eval: Evaluation. (line 102) | -* EVAL: Evaluation. (line 91) | -* eval: Eval and Load. (line 21) | -* eval-string: Eval and Load. (line 24) | -* exec-self: Internal State. (line 27) | -* execl: I/O-Extensions. (line 207) | -* execlp: I/O-Extensions. (line 208) | -* execpath: Internal State. (line 78) | -* execv: I/O-Extensions. (line 218) | -* execvp: I/O-Extensions. (line 219) | -* exit: SCM Session. (line 19) | + (line 39) +* ed: Editing Scheme Code. (line 7) +* enclose-array: Conventional Arrays. (line 39) +* end-of-program: Interrupts. (line 67) +* endwin: Curses. (line 15) +* ENV: Cells. (line 53) +* errno: Errors. (line 92) +* error: Errors. (line 113) +* eval: Evaluation. (line 102) +* EVAL: Evaluation. (line 91) +* eval: Eval and Load. (line 21) +* eval-string: Eval and Load. (line 24) +* exec-self: Internal State. (line 27) +* execl: I/O-Extensions. (line 207) +* execlp: I/O-Extensions. (line 208) +* execpath: Internal State. (line 78) +* execv: I/O-Extensions. (line 218) +* execvp: I/O-Extensions. (line 219) +* exit: SCM Session. (line 19) * extended-environment: Syntactic Hooks for Hygienic Macros. - (line 113) | -* file-position: I/O-Extensions. (line 56) | -* file-set-position: I/O-Extensions. (line 61) | -* fileno: I/O-Extensions. (line 177) | -* final_scm: Embedding SCM. (line 117) | -* find_impl_file: File-System Habitat. (line 35) | -* force-output: Window Manipulation. (line 30) | -* fork: Posix Extensions. (line 44) | -* FPORTP: Ptob Cells. (line 53) | -* frame->environment: Debugging Continuations. | - (line 18) | -* frame-eval: Debugging Continuations. | - (line 27) | -* frame-trace: Debugging Continuations. | - (line 10) | -* free_continuation: Continuations. (line 79) | -* freshline: Port Properties. (line 26) | -* gc: Internal State. (line 57) | -* gc-hook: Storage. (line 28) | -* gc_mark: Marking Cells. (line 27) | -* GCCDR: Marking Cells. (line 15) | -* GCTYP16: Marking Cells. (line 19) | -* gentemp: Defmacro. (line 6) | -* get-internal-real-time: Time. (line 17) | -* get-internal-run-time: Time. (line 10) | -* getcwd: I/O-Extensions. (line 150) | -* getegid: Posix Extensions. (line 63) | -* geteuid: Posix Extensions. (line 66) | -* getgid: Posix Extensions. (line 60) | -* getgr: Posix Extensions. (line 224) | -* getgroups: Posix Extensions. (line 245) | + (line 113) +* file-position: I/O-Extensions. (line 56) +* file-set-position: I/O-Extensions. (line 61) +* fileno: I/O-Extensions. (line 177) +* final_scm: Embedding SCM. (line 117) +* find_impl_file: File-System Habitat. (line 35) +* force-output: Window Manipulation. (line 30) +* fork: Posix Extensions. (line 44) +* FPORTP: Ptob Cells. (line 53) +* frame->environment: Debugging Continuations. + (line 18) +* frame-eval: Debugging Continuations. + (line 27) +* frame-trace: Debugging Continuations. + (line 10) +* free_continuation: Continuations. (line 79) +* freshline: Port Properties. (line 26) +* gc: Internal State. (line 57) +* gc-hook: Storage. (line 28) +* gc_mark: Marking Cells. (line 27) +* GCCDR: Marking Cells. (line 15) +* GCTYP16: Marking Cells. (line 19) +* gentemp: Defmacro. (line 6) +* get-internal-real-time: Time. (line 17) +* get-internal-run-time: Time. (line 10) +* getcwd: I/O-Extensions. (line 150) +* getegid: Posix Extensions. (line 63) +* geteuid: Posix Extensions. (line 66) +* getgid: Posix Extensions. (line 60) +* getgr: Posix Extensions. (line 224) +* getgroups: Posix Extensions. (line 245) * gethost: Host and Other Inquiries. - (line 11) | -* getlogin: SCM Session. (line 33) | + (line 11) +* getlogin: SCM Session. (line 33) * getnet: Host and Other Inquiries. - (line 34) | + (line 34) * getpeername: Internet Addresses and Socket Names. - (line 33) | -* getpid: I/O-Extensions. (line 53) | -* getppid: Posix Extensions. (line 53) | + (line 33) +* getpid: I/O-Extensions. (line 53) +* getppid: Posix Extensions. (line 53) * getproto: Host and Other Inquiries. - (line 54) | -* getpw: Posix Extensions. (line 193) | + (line 54) +* getpw: Posix Extensions. (line 193) * getserv: Host and Other Inquiries. - (line 73) | + (line 73) * getsockname: Internet Addresses and Socket Names. - (line 29) | -* getuid: Posix Extensions. (line 57) | -* getyx: Input. (line 24) | -* hang-up: Interrupts. (line 68) | -* ICHR: Immediates. (line 51) | -* ICHRP: Immediates. (line 48) | + (line 29) +* getuid: Posix Extensions. (line 57) +* getyx: Input. (line 24) +* hang-up: Interrupts. (line 68) +* ICHR: Immediates. (line 51) +* ICHRP: Immediates. (line 48) * identifier->symbol: Syntactic Hooks for Hygienic Macros. - (line 37) | + (line 37) * identifier-equal?: Syntactic Hooks for Hygienic Macros. - (line 89) | + (line 89) * identifier?: Syntactic Hooks for Hygienic Macros. - (line 13) | + (line 13) * idlok: Output Options Setting. - (line 18) | -* IFLAGP: Immediates. (line 83) | -* IMP: Immediates. (line 11) | + (line 18) +* IFLAGP: Immediates. (line 83) +* IMP: Immediates. (line 11) * inet:address->string: Internet Addresses and Socket Names. - (line 11) | + (line 11) * inet:local-network-address: Internet Addresses and Socket Names. - (line 19) | + (line 19) * inet:make-address: Internet Addresses and Socket Names. - (line 23) | + (line 23) * inet:network: Internet Addresses and Socket Names. - (line 15) | + (line 15) * inet:string->address: Internet Addresses and Socket Names. - (line 7) | -* init_buf0: Embedding SCM. (line 63) | -* init_sbrk: Embedding SCM. (line 31) | -* init_signals <1>: Embedding SCM. (line 85) | -* init_signals: Signals. (line 7) | -* initscr: Curses. (line 11) | -* INPORTP: Ptob Cells. (line 37) | -* int_signal: Signals. (line 13) | -* integer->line-number: Line Numbers. (line 37) | -* INUM: Immediates. (line 26) | -* INUMP: Immediates. (line 21) | -* isatty?: Port Properties. (line 33) | -* ISYMCHARS: Immediates. (line 93) | -* ISYMNUM: Immediates. (line 89) | -* ISYMP: Immediates. (line 86) | -* kill: Posix Extensions. (line 85) | + (line 7) +* init_buf0: Embedding SCM. (line 63) +* init_sbrk: Embedding SCM. (line 31) +* init_signals <1>: Embedding SCM. (line 85) +* init_signals: Signals. (line 7) +* initscr: Curses. (line 11) +* INPORTP: Ptob Cells. (line 37) +* int_signal: Signals. (line 13) +* integer->line-number: Line Numbers. (line 37) +* INUM: Immediates. (line 26) +* INUMP: Immediates. (line 21) +* isatty?: Port Properties. (line 33) +* ISYMCHARS: Immediates. (line 93) +* ISYMNUM: Immediates. (line 89) +* ISYMP: Immediates. (line 86) +* kill: Posix Extensions. (line 85) * leaveok: Output Options Setting. - (line 32) | -* LENGTH: Header Cells. (line 22) | -* line-editing: Line Editing. (line 33) | -* line-number: Eval and Load. (line 34) | -* line-number->integer: Line Numbers. (line 41) | -* line-number?: Line Numbers. (line 44) | -* link: Posix Extensions. (line 248) | -* list->uniform-array: Uniform Array. (line 54) | -* load: Dynamic Linking. (line 28) | -* load-string: Eval and Load. (line 29) | -* load:sharp: Modifying Read Syntax. | - (line 17) | -* logaref: Uniform Array. (line 86) | -* logaset!: Uniform Array. (line 98) | -* long: Type Conversions. (line 22) | -* long2num: Type Conversions. (line 10) | -* lstat: Unix Extensions. (line 23) | -* macroexpand: Defmacro. (line 6) | -* macroexpand-1: Defmacro. (line 6) | -* main: Embedding SCM. (line 12) | -* makargvfrmstrs: Type Conversions. (line 76) | -* makcclo: Header Cells. (line 96) | + (line 32) +* LENGTH: Header Cells. (line 22) +* line-editing: Line Editing. (line 33) +* line-number: Eval and Load. (line 34) +* line-number->integer: Line Numbers. (line 41) +* line-number?: Line Numbers. (line 44) +* link: Posix Extensions. (line 248) +* list->uniform-array: Uniform Array. (line 54) +* load: Dynamic Linking. (line 28) +* load-string: Eval and Load. (line 29) +* load:sharp: Modifying Read Syntax. + (line 17) +* logaref: Uniform Array. (line 86) +* logaset!: Uniform Array. (line 98) +* long: Type Conversions. (line 22) +* long2num: Type Conversions. (line 10) +* lstat: Unix Extensions. (line 23) +* macroexpand: Defmacro. (line 6) +* macroexpand-1: Defmacro. (line 6) +* main: Embedding SCM. (line 12) +* makargvfrmstrs: Type Conversions. (line 76) +* makcclo: Header Cells. (line 96) * make-arbiter: Process Synchronization. - (line 35) | -* make-edited-line-port: Line Editing. (line 29) | + (line 35) +* make-edited-line-port: Line Editing. (line 29) * make-exchanger: Process Synchronization. - (line 12) | -* make-soft-port: Soft Ports. (line 10) | -* make-stream-socket: Socket. (line 14) | -* make-stream-socketpair: Socket. (line 24) | -* make_continuation: Continuations. (line 70) | -* make_gsubr: Defining Subrs. (line 15) | -* make_root_continuation: Continuations. (line 61) | -* makfrom0str: Type Conversions. (line 61) | -* makfromstr: Type Conversions. (line 62) | -* makfromstrs: Type Conversions. (line 67) | -* MAKICHR: Immediates. (line 54) | -* MAKIFLAG: Immediates. (line 103) | -* MAKINUM: Immediates. (line 29) | -* MAKISYM: Immediates. (line 100) | -* MAKSPCSYM: Immediates. (line 97) | -* mark_locations: Marking Cells. (line 33) | -* milli-alarm: Interrupts. (line 30) | -* mkdir: I/O-Extensions. (line 131) | -* mknod: Unix Extensions. (line 43) | -* must_free: Allocating memory. (line 43) | -* must_free_argv: Type Conversions. (line 84) | -* must_malloc: Allocating memory. (line 14) | -* must_malloc_cell: Allocating memory. (line 13) | -* must_realloc: Allocating memory. (line 24) | -* must_realloc_cell: Allocating memory. (line 22) | -* mvwin: Window Manipulation. (line 41) | -* NCONSP: Cells. (line 36) | -* NEWCELL: Cells. (line 13) | -* newwin: Window Manipulation. (line 7) | -* nice: Unix Extensions. (line 29) | -* NIMP: Immediates. (line 12) | -* NINUMP: Immediates. (line 22) | + (line 12) +* make-soft-port: Soft Ports. (line 10) +* make-stream-socket: Socket. (line 14) +* make-stream-socketpair: Socket. (line 24) +* make_continuation: Continuations. (line 70) +* make_gsubr: Defining Subrs. (line 15) +* make_root_continuation: Continuations. (line 61) +* makfrom0str: Type Conversions. (line 61) +* makfromstr: Type Conversions. (line 62) +* makfromstrs: Type Conversions. (line 67) +* MAKICHR: Immediates. (line 54) +* MAKIFLAG: Immediates. (line 103) +* MAKINUM: Immediates. (line 29) +* MAKISYM: Immediates. (line 100) +* MAKSPCSYM: Immediates. (line 97) +* mark_locations: Marking Cells. (line 33) +* milli-alarm: Interrupts. (line 30) +* mkdir: I/O-Extensions. (line 131) +* mknod: Unix Extensions. (line 43) +* must_free: Allocating memory. (line 43) +* must_free_argv: Type Conversions. (line 84) +* must_malloc: Allocating memory. (line 14) +* must_malloc_cell: Allocating memory. (line 13) +* must_realloc: Allocating memory. (line 24) +* must_realloc_cell: Allocating memory. (line 22) +* mvwin: Window Manipulation. (line 41) +* NCONSP: Cells. (line 36) +* NEWCELL: Cells. (line 13) +* newwin: Window Manipulation. (line 7) +* nice: Unix Extensions. (line 29) +* NIMP: Immediates. (line 12) +* NINUMP: Immediates. (line 22) * nl: Terminal Mode Setting. - (line 50) | + (line 50) * nocbreak: Terminal Mode Setting. - (line 13) | + (line 13) * nodelay: Output Options Setting. - (line 53) | + (line 53) * noecho: Terminal Mode Setting. - (line 40) | + (line 40) * nonl: Terminal Mode Setting. - (line 51) | + (line 51) * noraw: Terminal Mode Setting. - (line 29) | -* NSTRINGP: Header Cells. (line 45) | -* num2dbl: Type Conversions. (line 28) | -* num2long: Type Conversions. (line 20) | -* num2short: Type Conversions. (line 23) | -* NVECTORP: Header Cells. (line 17) | -* open-file: Opening and Closing. (line 7) | -* open-input-pipe: Posix Extensions. (line 17) | -* open-output-pipe: Posix Extensions. (line 22) | -* open-pipe: Posix Extensions. (line 10) | -* open-ports: Opening and Closing. (line 48) | -* opendir: I/O-Extensions. (line 88) | -* OPENP: Ptob Cells. (line 42) | -* OPFPORTP: Ptob Cells. (line 54) | -* OPINFPORTP: Ptob Cells. (line 55) | -* OPINPORTP: Ptob Cells. (line 35) | -* OPOUTFPORTP: Ptob Cells. (line 56) | -* OPOUTPORTP: Ptob Cells. (line 36) | -* OPPORTP: Ptob Cells. (line 34) | -* out-of-storage: Interrupts. (line 65) | -* OUTPORTP: Ptob Cells. (line 38) | -* overlay: Window Manipulation. (line 46) | -* overwrite: Window Manipulation. (line 47) | -* perror: Errors. (line 101) | -* pi*: Numeric. (line 21) | -* pi/: Numeric. (line 24) | -* pipe: Posix Extensions. (line 40) | -* port-closed?: Port Properties. (line 7) | -* port-column: Port Properties. (line 19) | -* port-filename: Port Properties. (line 14) | -* port-line: Port Properties. (line 18) | -* port-type: Port Properties. (line 10) | -* PORTP: Ptob Cells. (line 33) | -* pp: Debugging Scheme Code. | - (line 79) | -* pprint: Debugging Scheme Code. | - (line 66) | + (line 29) +* NSTRINGP: Header Cells. (line 45) +* num2dbl: Type Conversions. (line 28) +* num2long: Type Conversions. (line 20) +* num2short: Type Conversions. (line 23) +* NVECTORP: Header Cells. (line 17) +* open-file: Opening and Closing. (line 7) +* open-input-pipe: Posix Extensions. (line 17) +* open-output-pipe: Posix Extensions. (line 22) +* open-pipe: Posix Extensions. (line 10) +* open-ports: Opening and Closing. (line 48) +* opendir: I/O-Extensions. (line 88) +* OPENP: Ptob Cells. (line 42) +* OPFPORTP: Ptob Cells. (line 54) +* OPINFPORTP: Ptob Cells. (line 55) +* OPINPORTP: Ptob Cells. (line 35) +* OPOUTFPORTP: Ptob Cells. (line 56) +* OPOUTPORTP: Ptob Cells. (line 36) +* OPPORTP: Ptob Cells. (line 34) +* out-of-storage: Interrupts. (line 65) +* OUTPORTP: Ptob Cells. (line 38) +* overlay: Window Manipulation. (line 46) +* overwrite: Window Manipulation. (line 47) +* perror: Errors. (line 101) +* pi*: Numeric. (line 21) +* pi/: Numeric. (line 24) +* pipe: Posix Extensions. (line 40) +* port-closed?: Port Properties. (line 7) +* port-column: Port Properties. (line 19) +* port-filename: Port Properties. (line 14) +* port-line: Port Properties. (line 18) +* port-type: Port Properties. (line 10) +* PORTP: Ptob Cells. (line 33) +* pp: Debugging Scheme Code. + (line 79) +* pprint: Debugging Scheme Code. + (line 66) * print: Debugging Scheme Code. - (line 58) | + (line 58) * print-args: Debugging Scheme Code. - (line 84) | -* procedure->identifier-macro: Macro Primitives. (line 14) | -* procedure->macro: Macro Primitives. (line 12) | -* procedure->memoizing-macro: Macro Primitives. (line 13) | -* procedure->syntax: Macro Primitives. (line 7) | + (line 84) +* procedure->identifier-macro: Macro Primitives. (line 14) +* procedure->macro: Macro Primitives. (line 12) +* procedure->memoizing-macro: Macro Primitives. (line 13) +* procedure->syntax: Macro Primitives. (line 7) * procedure-documentation: Documentation and Comments. - (line 7) | -* profile-alarm: Interrupts. (line 32) | -* profile-alarm-interrupt: Interrupts. (line 52) | -* program-arguments: SCM Session. (line 30) | -* putenv: I/O-Extensions. (line 223) | -* qase: Define and Set. (line 45) | -* quit: SCM Session. (line 17) | + (line 7) +* profile-alarm: Interrupts. (line 32) +* profile-alarm-interrupt: Interrupts. (line 52) +* program-arguments: SCM Session. (line 30) +* putenv: I/O-Extensions. (line 223) +* qase: Define and Set. (line 45) +* quit: SCM Session. (line 17) * raw: Terminal Mode Setting. - (line 28) | -* read-char <1>: Input. (line 7) | -* read-char: Port Properties. (line 40) | -* read-for-load: Line Numbers. (line 47) | -* read-numbered: Line Numbers. (line 26) | + (line 28) +* read-char <1>: Input. (line 7) +* read-char: Port Properties. (line 40) +* read-for-load: Line Numbers. (line 47) +* read-numbered: Line Numbers. (line 26) * read:sharp: Modifying Read Syntax. - (line 7) | -* readdir: I/O-Extensions. (line 92) | -* readlink: Unix Extensions. (line 19) | -* record-printer-set!: Records. (line 10) | -* redirect-port!: I/O-Extensions. (line 83) | -* refresh: Window Manipulation. (line 29) | + (line 7) +* readdir: I/O-Extensions. (line 92) +* readlink: Unix Extensions. (line 19) +* record-printer-set!: Records. (line 10) +* redirect-port!: I/O-Extensions. (line 83) +* refresh: Window Manipulation. (line 29) * regcomp: Regular Expression Pattern Matching. - (line 12) | + (line 12) * regerror: Regular Expression Pattern Matching. - (line 34) | + (line 34) * regexec: Regular Expression Pattern Matching. - (line 38) | + (line 38) * regmatch: Regular Expression Pattern Matching. - (line 53) | + (line 53) * regmatch?: Regular Expression Pattern Matching. - (line 46) | + (line 46) * regmatchv: Regular Expression Pattern Matching. - (line 54) | + (line 54) * regsearch: Regular Expression Pattern Matching. - (line 51) | + (line 51) * regsearchv: Regular Expression Pattern Matching. - (line 52) | + (line 52) * release-arbiter: Process Synchronization. - (line 43) | -* rename-file: I/O-Extensions. (line 155) | + (line 43) +* rename-file: I/O-Extensions. (line 155) * renamed-identifier: Syntactic Hooks for Hygienic Macros. - (line 26) | + (line 26) * renaming-transformer: Syntactic Hooks for Hygienic Macros. - (line 142) | -* reopen-file: I/O-Extensions. (line 74) | -* require: Dynamic Linking. (line 11) | + (line 142) +* reopen-file: I/O-Extensions. (line 74) +* require: Dynamic Linking. (line 11) * resetty: Terminal Mode Setting. - (line 58) | -* restart: Internal State. (line 18) | -* restore_signals: Embedding SCM. (line 90) | -* rewinddir: I/O-Extensions. (line 97) | -* rmdir: I/O-Extensions. (line 140) | -* room: Internal State. (line 61) | + (line 58) +* restart: Internal State. (line 18) +* restore_signals: Embedding SCM. (line 90) +* rewinddir: I/O-Extensions. (line 97) +* rmdir: I/O-Extensions. (line 140) +* room: Internal State. (line 61) * savetty: Terminal Mode Setting. - (line 59) | -* scalar->array: Array Mapping. (line 51) | -* scm_evstr: Callbacks. (line 24) | -* scm_find_execpath: Embedding SCM. (line 36) | -* scm_find_implpath: Embedding SCM. (line 50) | -* scm_gc_protect: Changing Scm. (line 35) | -* scm_init_from_argv: Embedding SCM. (line 74) | -* scm_ldfile: Callbacks. (line 10) | -* scm_ldprog: Callbacks. (line 15) | -* scm_ldstr: Callbacks. (line 28) | -* scm_protect_temp: Changing Scm. (line 26) | -* scm_top_level: Embedding SCM. (line 93) | -* scope-trace: Debugging Continuations. | - (line 23) | -* script_count_argv: Script Support. (line 31) | -* script_find_executable: Script Support. (line 12) | -* script_process_argv: Script Support. (line 18) | -* scroll: Output. (line 79) | + (line 59) +* scalar->array: Array Mapping. (line 51) +* scm_evstr: Callbacks. (line 24) +* scm_find_execpath: Embedding SCM. (line 36) +* scm_find_implpath: Embedding SCM. (line 50) +* scm_gc_protect: Changing Scm. (line 35) +* scm_init_from_argv: Embedding SCM. (line 74) +* scm_ldfile: Callbacks. (line 10) +* scm_ldprog: Callbacks. (line 15) +* scm_ldstr: Callbacks. (line 28) +* scm_protect_temp: Changing Scm. (line 26) +* scm_top_level: Embedding SCM. (line 93) +* scope-trace: Debugging Continuations. + (line 23) +* script_count_argv: Script Support. (line 31) +* script_find_executable: Script Support. (line 12) +* script_process_argv: Script Support. (line 18) +* scroll: Output. (line 79) * scrollok: Output Options Setting. - (line 40) | -* serial-array-map!: Array Mapping. (line 39) | -* serial-array:copy!: Array Mapping. (line 15) | -* set!: Define and Set. (line 31) | -* setegid: Posix Extensions. (line 77) | -* seteuid: Posix Extensions. (line 81) | -* setgid: Posix Extensions. (line 73) | -* setgrent: Posix Extensions. (line 238) | + (line 40) +* serial-array-map!: Array Mapping. (line 39) +* serial-array:copy!: Array Mapping. (line 15) +* set!: Define and Set. (line 31) +* setegid: Posix Extensions. (line 77) +* seteuid: Posix Extensions. (line 81) +* setgid: Posix Extensions. (line 73) +* setgrent: Posix Extensions. (line 238) * sethostent: Host and Other Inquiries. - (line 26) | + (line 26) * setnetent: Host and Other Inquiries. - (line 47) | + (line 47) * setprotoent: Host and Other Inquiries. - (line 65) | -* setpwent: Posix Extensions. (line 217) | + (line 65) +* setpwent: Posix Extensions. (line 217) * setservent: Host and Other Inquiries. - (line 87) | -* setuid: Posix Extensions. (line 69) | -* short: Type Conversions. (line 25) | -* SHORT_ALIGN: Continuations. (line 28) | -* SIDEVAL: Evaluation. (line 92) | -* sinh: Numeric. (line 27) | + (line 87) +* setuid: Posix Extensions. (line 69) +* short: Type Conversions. (line 25) +* SHORT_ALIGN: Continuations. (line 28) +* SIDEVAL: Evaluation. (line 92) +* sinh: Numeric. (line 27) * socket-name:address: Internet Addresses and Socket Names. - (line 43) | + (line 43) * socket-name:family: Internet Addresses and Socket Names. - (line 37) | + (line 37) * socket-name:port-number: Internet Addresses and Socket Names. - (line 40) | -* socket:accept: Socket. (line 72) | -* socket:bind: Socket. (line 51) | -* socket:connect: Socket. (line 45) | -* socket:listen: Socket. (line 59) | -* socket:shutdown: Socket. (line 33) | -* stack-trace: Errors. (line 132) | -* STACK_GROWS_UP: Continuations. (line 48) | -* stack_size: Continuations. (line 54) | -* stat: I/O-Extensions. (line 10) | -* STREAM: Ptob Cells. (line 46) | + (line 40) +* socket:accept: Socket. (line 72) +* socket:bind: Socket. (line 51) +* socket:connect: Socket. (line 45) +* socket:listen: Socket. (line 59) +* socket:shutdown: Socket. (line 33) +* stack-trace: Errors. (line 132) +* STACK_GROWS_UP: Continuations. (line 48) +* stack_size: Continuations. (line 54) +* stat: I/O-Extensions. (line 10) +* STREAM: Ptob Cells. (line 46) * string-edit: Regular Expression Pattern Matching. - (line 104) | + (line 104) * string-split: Regular Expression Pattern Matching. - (line 96) | + (line 96) * string-splitv: Regular Expression Pattern Matching. - (line 97) | -* STRINGP: Header Cells. (line 44) | -* subwin: Window Manipulation. (line 14) | -* SYMBOLP: Header Cells. (line 32) | -* symlink: Unix Extensions. (line 12) | -* sync: Unix Extensions. (line 50) | + (line 97) +* STRINGP: Header Cells. (line 44) +* subwin: Window Manipulation. (line 14) +* SYMBOLP: Header Cells. (line 32) +* symlink: Unix Extensions. (line 12) +* sync: Unix Extensions. (line 50) * syntax-quote: Syntactic Hooks for Hygienic Macros. - (line 123) | -* syntax-rules: Syntax-Rules. (line 6) | -* tanh: Numeric. (line 29) | + (line 123) +* syntax-rules: Syntax-Rules. (line 6) +* tanh: Numeric. (line 29) * the-macro: Syntactic Hooks for Hygienic Macros. - (line 129) | -* throw_to_continuation: Continuations. (line 84) | -* ticks: Interrupts. (line 7) | -* ticks-interrupt: Interrupts. (line 17) | -* touchline: Window Manipulation. (line 55) | -* touchwin: Window Manipulation. (line 54) | + (line 129) +* throw_to_continuation: Continuations. (line 84) +* ticks: Interrupts. (line 7) +* ticks-interrupt: Interrupts. (line 17) +* touchline: Window Manipulation. (line 55) +* touchwin: Window Manipulation. (line 54) * trace: Debugging Scheme Code. - (line 41) | -* transpose-array: Conventional Arrays. (line 21) | + (line 41) +* transpose-array: Conventional Arrays. (line 21) * try-arbiter: Process Synchronization. - (line 39) | -* try-create-file: I/O-Extensions. (line 67) | -* try-load <1>: Line Numbers. (line 12) | -* try-load: Eval and Load. (line 7) | -* try-open-file: Opening and Closing. (line 8) | -* ttyname: Posix Extensions. (line 262) | -* TYP16: Cells. (line 29) | -* TYP3: Cells. (line 27) | -* TYP7: Cells. (line 28) | -* UCHARS: Header Cells. (line 36) | -* ulong2num: Type Conversions. (line 11) | -* umask: I/O-Extensions. (line 172) | -* uname: Posix Extensions. (line 172) | -* unctrl: Curses Miscellany. (line 30) | -* uniform-array-read!: Uniform Array. (line 67) | -* uniform-array-write: Uniform Array. (line 79) | + (line 39) +* try-create-file: I/O-Extensions. (line 67) +* try-load <1>: Line Numbers. (line 12) +* try-load: Eval and Load. (line 7) +* try-open-file: Opening and Closing. (line 8) +* ttyname: Posix Extensions. (line 262) +* TYP16: Cells. (line 29) +* TYP3: Cells. (line 27) +* TYP7: Cells. (line 28) +* UCHARS: Header Cells. (line 36) +* ulong2num: Type Conversions. (line 11) +* umask: I/O-Extensions. (line 172) +* uname: Posix Extensions. (line 172) +* unctrl: Curses Miscellany. (line 30) +* uniform-array-read!: Uniform Array. (line 67) +* uniform-array-write: Uniform Array. (line 79) * untrace: Debugging Scheme Code. - (line 49) | -* user-interrupt: Interrupts. (line 49) | -* usr:lib: Dynamic Linking. (line 18) | -* utime: I/O-Extensions. (line 167) | -* vector-set-length!: Storage. (line 7) | -* VECTORP: Header Cells. (line 16) | -* VELTS: Header Cells. (line 21) | -* verbose: Internal State. (line 33) | -* virtual-alarm: Interrupts. (line 31) | -* virtual-alarm-interrupt: Interrupts. (line 51) | -* vms-debug: SCM Session. (line 41) | -* void: Sweeping the Heap. (line 15) | -* wadd: Output. (line 11) | -* wait-for-input: Port Properties. (line 55) | -* waitpid: Posix Extensions. (line 124) | -* warn: Errors. (line 109) | -* wclear: Output. (line 41) | -* wclrtobot: Output. (line 47) | -* wclrtoeol: Output. (line 51) | -* wdelch: Output. (line 54) | -* wdeleteln: Output. (line 61) | -* werase: Output. (line 38) | -* winch: Input. (line 19) | -* winsch: Output. (line 67) | -* winsertln: Output. (line 74) | -* with-error-to-file: Port Redirection. (line 10) | -* with-error-to-port: Port Redirection. (line 21) | -* with-input-from-port: Port Redirection. (line 19) | -* with-output-to-port: Port Redirection. (line 20) | -* wmove: Window Manipulation. (line 65) | -* wstandend: Curses Miscellany. (line 8) | -* wstandout: Curses Miscellany. (line 7) | -* x:lib: Dynamic Linking. (line 23) | + (line 49) +* user-interrupt: Interrupts. (line 49) +* usr:lib: Dynamic Linking. (line 18) +* utime: I/O-Extensions. (line 167) +* vector-set-length!: Storage. (line 7) +* VECTORP: Header Cells. (line 16) +* VELTS: Header Cells. (line 21) +* verbose: Internal State. (line 33) +* virtual-alarm: Interrupts. (line 31) +* virtual-alarm-interrupt: Interrupts. (line 51) +* vms-debug: SCM Session. (line 41) +* void: Sweeping the Heap. (line 15) +* wadd: Output. (line 11) +* wait-for-input: Port Properties. (line 55) +* waitpid: Posix Extensions. (line 124) +* warn: Errors. (line 109) +* wclear: Output. (line 41) +* wclrtobot: Output. (line 47) +* wclrtoeol: Output. (line 51) +* wdelch: Output. (line 54) +* wdeleteln: Output. (line 61) +* werase: Output. (line 38) +* winch: Input. (line 19) +* winsch: Output. (line 67) +* winsertln: Output. (line 74) +* with-error-to-file: Port Redirection. (line 10) +* with-error-to-port: Port Redirection. (line 21) +* with-input-from-port: Port Redirection. (line 19) +* with-output-to-port: Port Redirection. (line 20) +* wmove: Window Manipulation. (line 65) +* wstandend: Curses Miscellany. (line 8) +* wstandout: Curses Miscellany. (line 7) +* x:lib: Dynamic Linking. (line 23) Variable Index ************** This is an alphabetical list of all the global variables in SCM. - + * Menu: -* $pi: Numeric. (line 14) | -* *argv*: SCM Variables. (line 25) | -* *execpath: Embedding SCM. (line 19) | -* *interactive* <1>: Internal State. (line 7) | -* *interactive*: SCM Variables. (line 36) | -* *load-pathname*: Eval and Load. (line 15) | -* *load-reader*: Line Numbers. (line 50) | -* *scm-version*: Internal State. (line 66) | -* *slib-load-reader*: Line Numbers. (line 51) | -* *syntax-rules*: SCM Variables. (line 30) | +* $pi: Numeric. (line 14) +* *argv*: SCM Variables. (line 25) +* *execpath: Embedding SCM. (line 19) +* *interactive* <1>: Internal State. (line 7) +* *interactive*: SCM Variables. (line 36) +* *load-pathname*: Eval and Load. (line 15) +* *load-reader*: Line Numbers. (line 50) +* *scm-version*: Internal State. (line 66) +* *slib-load-reader*: Line Numbers. (line 51) +* *syntax-rules*: SCM Variables. (line 30) * af_inet: Host and Other Inquiries. - (line 7) | + (line 7) * af_unix: Host and Other Inquiries. - (line 8) | -* BOOL_F: Immediates. (line 64) | -* BOOL_T: Immediates. (line 61) | -* EDITOR: SCM Variables. (line 18) | -* EOF_VAL: Immediates. (line 71) | -* EOL: Immediates. (line 67) | -* errobj: Errors. (line 82) | -* HOME: SCM Variables. (line 14) | -* internal-time-units-per-second: Time. (line 7) | -* INUM0: Immediates. (line 32) | -* isymnames: Immediates. (line 106) | -* most-negative-fixnum: Numeric. (line 11) | -* most-positive-fixnum: Numeric. (line 7) | -* NUM_ISPCSYM: Immediates. (line 110) | -* NUM_ISYMS: Immediates. (line 111) | -* open_both: Opening and Closing. (line 20) | -* open_read: Opening and Closing. (line 18) | -* open_write: Opening and Closing. (line 19) | -* pi: Numeric. (line 15) | -* SCHEME_LIBRARY_PATH: SCM Variables. (line 11) | -* SCM_INIT_PATH: SCM Variables. (line 7) | -* symhash: Evaluation. (line 51) | -* thrown_value: Continuations. (line 51) | -* UNDEFINED: Immediates. (line 74) | -* UNSPECIFIED: Immediates. (line 78) | + (line 8) +* BOOL_F: Immediates. (line 64) +* BOOL_T: Immediates. (line 61) +* EDITOR: SCM Variables. (line 18) +* EOF_VAL: Immediates. (line 71) +* EOL: Immediates. (line 67) +* errobj: Errors. (line 82) +* HOME: SCM Variables. (line 14) +* internal-time-units-per-second: Time. (line 7) +* INUM0: Immediates. (line 32) +* isymnames: Immediates. (line 106) +* most-negative-fixnum: Numeric. (line 11) +* most-positive-fixnum: Numeric. (line 7) +* NUM_ISPCSYM: Immediates. (line 110) +* NUM_ISYMS: Immediates. (line 111) +* open_both: Opening and Closing. (line 20) +* open_read: Opening and Closing. (line 18) +* open_write: Opening and Closing. (line 19) +* pi: Numeric. (line 15) +* SCHEME_LIBRARY_PATH: SCM Variables. (line 11) +* SCM_INIT_PATH: SCM Variables. (line 7) +* symhash: Evaluation. (line 51) +* thrown_value: Continuations. (line 51) +* UNDEFINED: Immediates. (line 74) +* UNSPECIFIED: Immediates. (line 78) Type Index ********** This is an alphabetical list of data types and feature names in SCM. - + * Menu: * #! <1>: MS-DOS Compatible Scripts. - (line 15) | -* #!: Unix Scheme Scripts. (line 11) | -* array-for-each: Array Mapping. (line 6) | -* CELLPTR: Immediates. (line 129) | -* CONTINUATION: Continuations. (line 22) | -* curses: Dynamic Linking. (line 49) | -* dump: Dump. (line 6) | -* FARLOC: Evaluation. (line 63) | -* GLOC: Evaluation. (line 74) | -* gloc: Immediates. (line 126) | -* i/o-extensions: Socket. (line 10) | -* ichr: Immediates. (line 45) | -* iflags: Immediates. (line 58) | -* ILOC: Evaluation. (line 56) | -* iloc: Immediates. (line 123) | -* inum: Immediates. (line 16) | -* ispcsym: Immediates. (line 120) | -* isym: Immediates. (line 115) | -* meta-argument <1>: Script Support. (line 21) | -* meta-argument: Unix Scheme Scripts. (line 11) | -* ptob: Ptob Cells. (line 6) | -* regex <1>: Sequence Comparison. (line 6) | -* regex: Dynamic Linking. (line 64) | -* rev2-procedures: Dynamic Linking. (line 37) | -* rev3-procedures: Dynamic Linking. (line 38) | + (line 15) +* #!: Unix Scheme Scripts. (line 11) +* array-for-each: Array Mapping. (line 6) +* CELLPTR: Immediates. (line 129) +* CONTINUATION: Continuations. (line 22) +* curses: Dynamic Linking. (line 49) +* dump: Dump. (line 6) +* FARLOC: Evaluation. (line 63) +* GLOC: Evaluation. (line 74) +* gloc: Immediates. (line 126) +* i/o-extensions: Socket. (line 10) +* ichr: Immediates. (line 45) +* iflags: Immediates. (line 58) +* ILOC: Evaluation. (line 56) +* iloc: Immediates. (line 123) +* inum: Immediates. (line 16) +* ispcsym: Immediates. (line 120) +* isym: Immediates. (line 115) +* meta-argument <1>: Script Support. (line 21) +* meta-argument: Unix Scheme Scripts. (line 11) +* ptob: Ptob Cells. (line 6) +* regex <1>: Sequence Comparison. (line 6) +* regex: Dynamic Linking. (line 64) +* rev2-procedures: Dynamic Linking. (line 37) +* rev3-procedures: Dynamic Linking. (line 38) * Scheme Script <1>: MS-DOS Compatible Scripts. - (line 15) | -* Scheme Script: Unix Scheme Scripts. (line 11) | + (line 15) +* Scheme Script: Unix Scheme Scripts. (line 11) * Scheme-Script <1>: MS-DOS Compatible Scripts. - (line 15) | -* Scheme-Script: Unix Scheme Scripts. (line 11) | -* smob: Smob Cells. (line 6) | -* socket: Socket. (line 87) | -* spare: Header Cells. (line 10) | -* STACKITEM: Continuations. (line 33) | -* tc16_arbiter: Smob Cells. (line 72) | -* tc16_array: Smob Cells. (line 78) | -* tc16_bigneg: Smob Cells. (line 37) | -* tc16_bigpos: Smob Cells. (line 36) | -* tc16_flo: Smob Cells. (line 18) | -* tc16_inpipe: Ptob Cells. (line 21) | -* tc16_inport: Ptob Cells. (line 12) | -* tc16_ioport: Ptob Cells. (line 18) | -* tc16_macro: Smob Cells. (line 75) | -* tc16_outpipe: Ptob Cells. (line 24) | -* tc16_outport: Ptob Cells. (line 15) | -* tc16_promise: Smob Cells. (line 69) | -* tc16_sfport: Ptob Cells. (line 30) | -* tc16_strport: Ptob Cells. (line 27) | -* tc3_closure: Cells. (line 39) | -* tc3_cons: Cells. (line 32) | -* tc7_asubr: Subr Cells. (line 12) | -* tc7_bvect: Header Cells. (line 55) | -* tc7_contin: Header Cells. (line 76) | -* tc7_cvect: Header Cells. (line 73) | -* tc7_cxr: Subr Cells. (line 22) | -* tc7_dvect: Header Cells. (line 70) | -* tc7_fvect: Header Cells. (line 67) | -* tc7_ivect: Header Cells. (line 58) | -* tc7_lsubr: Subr Cells. (line 62) | -* tc7_lsubr_2: Subr Cells. (line 59) | -* tc7_msymbol: Header Cells. (line 29) | -* tc7_rpsubr: Subr Cells. (line 47) | -* tc7_specfun: Header Cells. (line 79) | -* tc7_ssymbol: Header Cells. (line 26) | -* tc7_string: Header Cells. (line 41) | -* tc7_subr_0: Subr Cells. (line 16) | -* tc7_subr_1: Subr Cells. (line 19) | -* tc7_subr_1o: Subr Cells. (line 51) | -* tc7_subr_2: Subr Cells. (line 44) | -* tc7_subr_2o: Subr Cells. (line 55) | -* tc7_subr_3: Subr Cells. (line 41) | -* tc7_svect: Header Cells. (line 64) | -* tc7_uvect: Header Cells. (line 61) | -* tc7_vector: Header Cells. (line 13) | -* tc_dblc: Smob Cells. (line 33) | -* tc_dblr: Smob Cells. (line 30) | -* tc_free_cell: Smob Cells. (line 15) | -* turtle-graphics: Dynamic Linking. (line 56) | -* unexec: Dump. (line 6) | + (line 15) +* Scheme-Script: Unix Scheme Scripts. (line 11) +* smob: Smob Cells. (line 6) +* socket: Socket. (line 87) +* spare: Header Cells. (line 10) +* STACKITEM: Continuations. (line 33) +* tc16_arbiter: Smob Cells. (line 72) +* tc16_array: Smob Cells. (line 78) +* tc16_bigneg: Smob Cells. (line 37) +* tc16_bigpos: Smob Cells. (line 36) +* tc16_flo: Smob Cells. (line 18) +* tc16_inpipe: Ptob Cells. (line 21) +* tc16_inport: Ptob Cells. (line 12) +* tc16_ioport: Ptob Cells. (line 18) +* tc16_macro: Smob Cells. (line 75) +* tc16_outpipe: Ptob Cells. (line 24) +* tc16_outport: Ptob Cells. (line 15) +* tc16_promise: Smob Cells. (line 69) +* tc16_sfport: Ptob Cells. (line 30) +* tc16_strport: Ptob Cells. (line 27) +* tc3_closure: Cells. (line 39) +* tc3_cons: Cells. (line 32) +* tc7_asubr: Subr Cells. (line 12) +* tc7_bvect: Header Cells. (line 55) +* tc7_contin: Header Cells. (line 76) +* tc7_cvect: Header Cells. (line 73) +* tc7_cxr: Subr Cells. (line 22) +* tc7_dvect: Header Cells. (line 70) +* tc7_fvect: Header Cells. (line 67) +* tc7_ivect: Header Cells. (line 58) +* tc7_lsubr: Subr Cells. (line 62) +* tc7_lsubr_2: Subr Cells. (line 59) +* tc7_msymbol: Header Cells. (line 29) +* tc7_rpsubr: Subr Cells. (line 47) +* tc7_specfun: Header Cells. (line 79) +* tc7_ssymbol: Header Cells. (line 26) +* tc7_string: Header Cells. (line 41) +* tc7_subr_0: Subr Cells. (line 16) +* tc7_subr_1: Subr Cells. (line 19) +* tc7_subr_1o: Subr Cells. (line 51) +* tc7_subr_2: Subr Cells. (line 44) +* tc7_subr_2o: Subr Cells. (line 55) +* tc7_subr_3: Subr Cells. (line 41) +* tc7_svect: Header Cells. (line 64) +* tc7_uvect: Header Cells. (line 61) +* tc7_vector: Header Cells. (line 13) +* tc_dblc: Smob Cells. (line 33) +* tc_dblr: Smob Cells. (line 30) +* tc_free_cell: Smob Cells. (line 15) +* turtle-graphics: Dynamic Linking. (line 56) +* unexec: Dump. (line 6) This is an alphabetical list of concepts introduced in this manual. Concept Index ************* - + * Menu: * !#: MS-DOS Compatible Scripts. - (line 8) | + (line 8) * !#.exe: MS-DOS Compatible Scripts. - (line 8) | + (line 8) * #!: MS-DOS Compatible Scripts. - (line 8) | + (line 8) * #!.bat: MS-DOS Compatible Scripts. - (line 8) | -* array <1>: Conventional Arrays. (line 9) | -* array: Build Options. (line 195) | -* array-for-each: Build Options. (line 198) | -* arrays: Build Options. (line 201) | -* bignums: Build Options. (line 204) | -* byte: Build Options. (line 207) | -* callbacks: Callbacks. (line 6) | -* careful-interrupt-masking: Build Options. (line 210) | -* cautious: Build Options. (line 216) | -* cheap-continuations: Build Options. (line 225) | -* compiled-closure: Build Options. (line 234) | -* continuations: Continuations. (line 6) | -* curses: Build Options. (line 237) | -* debug: Build Options. (line 240) | -* differ: Build Options. (line 245) | + (line 8) +* array <1>: Conventional Arrays. (line 9) +* array: Build Options. (line 195) +* array-for-each: Build Options. (line 198) +* arrays: Build Options. (line 201) +* bignums: Build Options. (line 204) +* byte: Build Options. (line 207) +* callbacks: Callbacks. (line 6) +* careful-interrupt-masking: Build Options. (line 210) +* cautious: Build Options. (line 216) +* cheap-continuations: Build Options. (line 225) +* compiled-closure: Build Options. (line 234) +* continuations: Continuations. (line 6) +* curses: Build Options. (line 237) +* debug: Build Options. (line 240) +* differ: Build Options. (line 245) * documentation string: Documentation and Comments. - (line 13) | -* dump: Build Options. (line 248) | -* dynamic-linking: Build Options. (line 251) | + (line 13) +* dump: Build Options. (line 248) +* dynamic-linking: Build Options. (line 251) * ecache: Memory Management for Environments. - (line 6) | -* edit-line: Build Options. (line 254) | -* Embedding SCM: Embedding SCM. (line 6) | -* engineering-notation: Build Options. (line 257) | + (line 6) +* edit-line: Build Options. (line 254) +* Embedding SCM: Embedding SCM. (line 6) +* engineering-notation: Build Options. (line 257) * environments: Memory Management for Environments. - (line 6) | + (line 6) * exchanger: Process Synchronization. - (line 6) | -* Exrename: Bibliography. (line 26) | + (line 6) +* Exrename: Bibliography. (line 26) * Extending Scm: Compiling and Linking Custom Files. - (line 13) | + (line 13) * foo.c: Compiling and Linking Custom Files. - (line 13) | -* generalized-c-arguments: Build Options. (line 262) | -* graphics: Packages. (line 23) | -* hobbit: Packages. (line 23) | -* i/o-extensions: Build Options. (line 265) | -* IEEE: Bibliography. (line 7) | -* inexact: Build Options. (line 269) | -* JACAL: Bibliography. (line 49) | -* lit: Build Options. (line 272) | -* macro: Build Options. (line 275) | + (line 13) +* generalized-c-arguments: Build Options. (line 262) +* graphics: Packages. (line 23) +* hobbit: Packages. (line 23) +* i/o-extensions: Build Options. (line 265) +* IEEE: Bibliography. (line 7) +* inexact: Build Options. (line 269) +* JACAL: Bibliography. (line 49) +* lit: Build Options. (line 272) +* macro: Build Options. (line 275) * memory management: Memory Management for Environments. - (line 6) | -* mysql: Build Options. (line 279) | -* no-heap-shrink: Build Options. (line 282) | + (line 6) +* mysql: Build Options. (line 279) +* no-heap-shrink: Build Options. (line 282) * NO_ENV_CACHE: Memory Management for Environments. - (line 89) | -* none: Build Options. (line 287) | -* posix: Posix Extensions. (line 6) | -* Posix: Posix Extensions. (line 6) | -* posix: Build Options. (line 290) | -* R4RS: Bibliography. (line 11) | -* R5RS: Bibliography. (line 18) | -* reckless: Build Options. (line 295) | -* record: Build Options. (line 300) | -* regex: Build Options. (line 304) | -* rev2-procedures: Build Options. (line 307) | -* rope <1>: Type Conversions. (line 6) | -* rope: Callbacks. (line 6) | -* SchemePrimer: Bibliography. (line 39) | -* SICP: Build Options. (line 313) | -* sicp: Build Options. (line 311) | -* SICP: Bibliography. (line 30) | -* signals: Signals. (line 6) | -* Simply: Bibliography. (line 35) | -* single-precision-only: Build Options. (line 325) | -* SLIB: Bibliography. (line 43) | -* socket: Build Options. (line 331) | -* stack-limit: Build Options. (line 335) | -* tick-interrupts: Build Options. (line 342) | -* turtlegr: Build Options. (line 345) | -* unix: Unix Extensions. (line 6) | -* Unix: Unix Extensions. (line 6) | -* unix: Build Options. (line 349) | -* wb: Build Options. (line 353) | -* windows: Build Options. (line 356) | -* X: Packages. (line 23) | -* x <1>: Packages. (line 23) | -* x: Build Options. (line 359) | -* xlib: Packages. (line 23) | -* Xlib: Packages. (line 23) | -* xlib: Build Options. (line 362) | -* xlibscm: Packages. (line 23) | -* Xlibscm: Packages. (line 23) | + (line 89) +* none: Build Options. (line 287) +* posix: Posix Extensions. (line 6) +* Posix: Posix Extensions. (line 6) +* posix: Build Options. (line 290) +* R4RS: Bibliography. (line 11) +* R5RS: Bibliography. (line 18) +* reckless: Build Options. (line 295) +* record: Build Options. (line 300) +* regex: Build Options. (line 304) +* rev2-procedures: Build Options. (line 307) +* rope <1>: Type Conversions. (line 6) +* rope: Callbacks. (line 6) +* SchemePrimer: Bibliography. (line 39) +* SICP: Build Options. (line 313) +* sicp: Build Options. (line 311) +* SICP: Bibliography. (line 30) +* signals: Signals. (line 6) +* Simply: Bibliography. (line 35) +* single-precision-only: Build Options. (line 325) +* SLIB: Bibliography. (line 43) +* socket: Build Options. (line 331) +* stack-limit: Build Options. (line 335) +* tick-interrupts: Build Options. (line 342) +* turtlegr: Build Options. (line 345) +* unix: Unix Extensions. (line 6) +* Unix: Unix Extensions. (line 6) +* unix: Build Options. (line 349) +* wb: Build Options. (line 353) +* windows: Build Options. (line 356) +* X: Packages. (line 23) +* x <1>: Packages. (line 23) +* x: Build Options. (line 359) +* xlib: Packages. (line 23) +* Xlib: Packages. (line 23) +* xlib: Build Options. (line 362) +* xlibscm: Packages. (line 23) +* Xlibscm: Packages. (line 23) Tag Table: -Node: Top217 -Node: Overview1536 -Node: SCM Features1989 -Node: SCM Authors4143 -Node: Copying5180 -Node: The SCM License5992 -Node: SIOD copyright11557 -Node: Bibliography13107 -Node: Installing SCM15109 -Node: Making SCM15754 -Node: SLIB16819 -Node: Building SCM18877 -Node: Invoking Build19585 -Node: Build Options22040 -Node: Compiling and Linking Custom Files39431 -Node: Installing Dynamic Linking41522 -Node: Configure Module Catalog43406 -Node: Saving Images45624 -Node: Automatic C Preprocessor Definitions46431 -Node: Problems Compiling50361 -Node: Problems Linking52136 -Node: Problems Running52527 -Node: Testing54761 -Node: Reporting Problems58062 -Node: Operational Features59026 -Node: Invoking SCM59588 -Node: SCM Options61368 -Node: Invocation Examples67150 -Node: SCM Variables68222 -Node: SCM Session70260 -Node: Editing Scheme Code72358 -Node: Debugging Scheme Code74649 -Node: Debugging Continuations80426 -Node: Errors87427 -Node: Memoized Expressions92326 -Node: Internal State94798 -Node: Scripting98885 -Node: Unix Scheme Scripts99319 -Node: MS-DOS Compatible Scripts102600 -Node: Unix Shell Scripts104740 -Node: The Language107016 -Node: Standards Compliance107768 -Node: Storage110334 -Node: Time113210 -Node: Interrupts114573 -Node: Process Synchronization118905 -Node: Files and Ports120751 -Node: Opening and Closing121212 -Node: Port Properties124312 -Node: Port Redirection127860 -Node: Soft Ports129689 -Node: Eval and Load131650 -Node: Line Numbers133499 -Node: Lexical Conventions136895 -Node: Common-Lisp Read Syntax137333 -Node: Load Syntax140333 -Node: Documentation and Comments141730 -Node: Modifying Read Syntax143385 -Node: Syntax145660 -Node: Define and Set146702 -Node: Defmacro150533 -Node: Syntax-Rules151743 -Node: Macro Primitives153671 -Node: Environment Frames155625 -Node: Syntactic Hooks for Hygienic Macros158186 -Node: Packages165692 -Node: Dynamic Linking166822 -Node: Dump171974 -Node: Numeric176337 -Node: Arrays180022 -Node: Conventional Arrays180378 -Node: Uniform Array184368 -Node: Bit Vectors189849 -Node: Array Mapping191571 -Node: Records194838 -Node: I/O-Extensions195880 -Node: Posix Extensions205962 -Node: Unix Extensions217519 -Node: Sequence Comparison219966 -Node: Regular Expression Pattern Matching220814 -Node: Line Editing225399 -Node: Curses227122 -Node: Output Options Setting228310 -Node: Terminal Mode Setting231348 -Node: Window Manipulation235160 -Node: Output239259 -Node: Input243747 -Node: Curses Miscellany245089 -Node: Sockets246858 -Node: Host and Other Inquiries247434 -Node: Internet Addresses and Socket Names251582 -Node: Socket253599 -Node: SCMDB261367 -Node: The Implementation262229 -Node: Data Types262689 -Node: Immediates263648 -Node: Cells269986 -Node: Header Cells273065 -Node: Subr Cells277878 -Node: Ptob Cells280896 -Node: Smob Cells283832 -Node: Data Type Representations287795 -Node: Operations292828 -Node: Garbage Collection293552 -Node: Marking Cells294295 -Node: Sweeping the Heap296714 -Node: Memory Management for Environments297826 -Node: Signals302473 -Node: C Macros304436 -Node: Changing Scm305798 -Node: Defining Subrs310460 -Node: Defining Smobs312471 -Node: Defining Ptobs315703 -Node: Allocating memory317010 -Node: Embedding SCM319539 -Node: Callbacks327837 -Node: Type Conversions329939 -Node: Continuations334522 -Node: Evaluation339275 -Node: Program Self-Knowledge344895 -Node: File-System Habitat345255 -Node: Executable Pathname348997 -Node: Script Support350834 -Node: Improvements To Make352348 -Node: VMS Dynamic Linking354705 -Node: Index359712 +Node: Top203 +Node: Overview1498 +Node: SCM Features1813 +Node: SCM Authors3833 +Node: Copying4734 +Node: The SCM License5063 +Node: SIOD copyright8987 +Node: Bibliography10340 +Node: Installing SCM12216 +Node: Making SCM12735 +Node: SLIB13660 +Node: Building SCM15576 +Node: Invoking Build16158 +Node: Build Options18495 +Node: Compiling and Linking Custom Files31870 +Node: Installing Dynamic Linking33866 +Node: Configure Module Catalog35652 +Node: Saving Images37660 +Node: Automatic C Preprocessor Definitions38343 +Node: Problems Compiling42241 +Node: Problems Linking43902 +Node: Problems Running44175 +Node: Testing46293 +Node: Reporting Problems49437 +Node: Operational Features50289 +Node: Invoking SCM50685 +Node: SCM Options52339 +Node: Invocation Examples56708 +Node: SCM Variables57668 +Node: SCM Session59148 +Node: Editing Scheme Code60679 +Node: Debugging Scheme Code62697 +Node: Debugging Continuations67109 +Node: Errors69669 +Node: Memoized Expressions73987 +Node: Internal State76351 +Node: Scripting79518 +Node: Unix Scheme Scripts79822 +Node: MS-DOS Compatible Scripts82854 +Node: Unix Shell Scripts84709 +Node: The Language86850 +Node: Standards Compliance87472 +Node: Storage89895 +Node: Time92375 +Node: Interrupts93391 +Node: Process Synchronization97024 +Node: Files and Ports98553 +Node: Opening and Closing98894 +Node: Port Properties101385 +Node: Port Redirection104071 +Node: Soft Ports105563 +Node: Eval and Load107345 +Node: Line Numbers108761 +Node: Lexical Conventions111184 +Node: Common-Lisp Read Syntax111446 +Node: Load Syntax113473 +Node: Documentation and Comments114093 +Node: Modifying Read Syntax115317 +Node: Syntax117040 +Node: Define and Set117944 +Node: Defmacro121478 +Node: Syntax-Rules122558 +Node: Macro Primitives124364 +Node: Environment Frames126003 +Node: Syntactic Hooks for Hygienic Macros128423 +Node: Packages135397 +Node: Dynamic Linking136277 +Node: Dump140961 +Node: Numeric144982 +Node: Arrays146748 +Node: Conventional Arrays146966 +Node: Uniform Array150505 +Node: Bit Vectors155317 +Node: Array Mapping156625 +Node: Records159319 +Node: I/O-Extensions160191 +Node: Posix Extensions168823 +Node: Unix Extensions178375 +Node: Sequence Comparison180276 +Node: Regular Expression Pattern Matching180606 +Node: Line Editing184584 +Node: Curses185945 +Node: Output Options Setting186880 +Node: Terminal Mode Setting189547 +Node: Window Manipulation192648 +Node: Output196133 +Node: Input199785 +Node: Curses Miscellany200829 +Node: Sockets202270 +Node: Host and Other Inquiries202633 +Node: Internet Addresses and Socket Names205774 +Node: Socket207347 +Node: SCMDB214580 +Node: The Implementation214818 +Node: Data Types215081 +Node: Immediates215910 +Node: Cells220292 +Node: Header Cells222410 +Node: Subr Cells225492 +Node: Ptob Cells227733 +Node: Smob Cells229302 +Node: Data Type Representations232510 +Node: Operations237171 +Node: Garbage Collection237765 +Node: Marking Cells238398 +Node: Sweeping the Heap240520 +Node: Memory Management for Environments241482 +Node: Signals246051 +Node: C Macros247612 +Node: Changing Scm248749 +Node: Defining Subrs253210 +Node: Defining Smobs255070 +Node: Defining Ptobs258127 +Node: Allocating memory259316 +Node: Embedding SCM261646 +Node: Callbacks269411 +Node: Type Conversions271232 +Node: Continuations275281 +Node: Evaluation279519 +Node: Program Self-Knowledge284702 +Node: File-System Habitat284956 +Node: Executable Pathname288569 +Node: Script Support290242 +Node: Improvements To Make291577 +Node: VMS Dynamic Linking293795 +Node: Index298508 End Tag Table |