diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 302e3218b7d487539ec305bf23881a6ee7d5be99 (patch) | |
tree | bf1adafe552a17b3b78522048bb7c24787696dd3 /features.txi | |
parent | c7d035ae1a729232579a0fe41ed5affa131d3623 (diff) | |
download | scm-302e3218b7d487539ec305bf23881a6ee7d5be99.tar.gz scm-302e3218b7d487539ec305bf23881a6ee7d5be99.zip |
Import Upstream version 5e1upstream/5e1
Diffstat (limited to 'features.txi')
-rw-r--r-- | features.txi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/features.txi b/features.txi index 96987b8..c7e94fb 100644 --- a/features.txi +++ b/features.txi @@ -57,6 +57,10 @@ Turns on the features @samp{cautious}, @samp{careful-interrupt-masking}, and @samp{stack-limit}; uses @code{-g} flags for debugging SCM source code. +@item differ +@cindex differ +Sequence comparison + @item dump @cindex dump Convert a running scheme program into an executable file. @@ -162,7 +166,8 @@ This does not affect complex numbers. @item socket @cindex socket -BSD @dfn{socket} interface. +BSD @dfn{socket} interface. Socket addr functions require +inexacts or bignums for 32-bit precision. @item stack-limit @cindex stack-limit @@ -186,6 +191,10 @@ sjm@@ee.tut.fi. Those unix features which have not made it into the Posix specs: nice, acct, lstat, readlink, symlink, mknod and sync. +@item wb +@cindex wb +WB database with relational wrapper. + @item windows @cindex windows Microsoft Windows executable. |