commit fc62f14fed4732119d726e18183bf43d18d19dc8
parent d3ec3a603522344272aa36a370b5a00df3b4776d
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 26 Sep 2011 11:43:29 +0200
doc/ref bits
Diffstat:
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/doc/refE.html b/doc/refE.html
@@ -285,7 +285,7 @@ href="refC.html#ctl">ctl</a></code>.
<dt><a name="errno"><code>(errno) -> cnt</code></a>
<dd>(64-bit version only) Returns the value of the standard I/O 'errno'
-variable.
+variable. See also <code><a href="refN.html#native">native</a></code>.
<pre><code>
: (in "foo") # Produce an error
diff --git a/doc/refN.html b/doc/refN.html
@@ -225,7 +225,8 @@ This is 123.456
<code>lisp()</code> calls that symbol with the five numbers, and expects a
numeric return value. "Numbers" in this context are 64-bit scalars, and may not
only represent integers, but also pointers or other encoded data. See also
-<code><a href="refL.html#lisp">lisp</a></code>.
+<code><a href="refE.html#errno">errno</a></code> and <code><a
+href="refL.html#lisp">lisp</a></code>.
<dt><a name="need"><code>(need 'cnt ['lst ['any]]) -> lst</code></a>
<dt><code>(need 'cnt ['num|sym]) -> lst</code>
diff --git a/doc64/README b/doc64/README
@@ -1,4 +1,4 @@
-14apr11abu
+26sep11abu
(c) Software Lab. Alexander Burger
@@ -99,7 +99,7 @@ gives a nice feeling to be independent of a heavy-weight C compiler.
Differences to the 32-bit Version
---------------------------------
-Except for the following six cases, the 64-bit version should be upward
+Except for the following seven cases, the 64-bit version should be upward
compatible to the 32-bit version.
1. Internal format and printed representation of external symbols
@@ -131,4 +131,6 @@ compatible to the 32-bit version.
interface to native C functions directly, without the need of glue code to
convert arguments and return values.
-6. Bugs (in the implementation, or in this list ;-)
+6. New features were added, like coroutines or namespaces.
+
+7. Bugs (in the implementation, or in this list ;-)