diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:37 -0800 |
commit | 710a97992705d67c3ded0d4b270c5978ce29b11f (patch) | |
tree | ddcb2f7a91cbb86ce582e74227768b7b898c29e1 /hobbit.texi | |
parent | 50eb784bfcf15ee3c6b0b53d747db92673395040 (diff) | |
download | scm-710a97992705d67c3ded0d4b270c5978ce29b11f.tar.gz scm-710a97992705d67c3ded0d4b270c5978ce29b11f.zip |
Import Upstream version 5e4upstream/5e4
Diffstat (limited to 'hobbit.texi')
-rw-r--r-- | hobbit.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hobbit.texi b/hobbit.texi index 0e59bf3..a04c8f8 100644 --- a/hobbit.texi +++ b/hobbit.texi @@ -351,7 +351,7 @@ procedures are redefined, neither before the compiled program is initialized, during its work or later via the interpreter. Hobbit checks the compiled source and whenever some variable bar is -defined as a procedure, but is later redefined, or @t{set!} is applied +defined as a procedure, but is later redefined, or @t{set!} is applied to bar, then hobbit assumes thas this particular variable bar is redefinable. bar may be a primitive (eg @samp{car}) or a name of a compiled procedure. @@ -2080,7 +2080,7 @@ A bug in the liftability analysis, reported by A. Jaffer (agj @@ alum.mit.edu). @item A bug occurring in case arguments are evaluated right-to-left, -which happens with Hobbit compiled by gcc on Linux. +which happens with Hobbit compiled by gcc on GNU/Linux. Reported and patched by George K. Bronnikov (goga@@bronnikov.msk.su) @item A closure-building bug sometimes leading to a serious loss of |