picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 52fcd5360510ebd3bc58ea9bc637d05ecd5b54b8
parent 8cc50f7d97db4582220192052eaac5dfc5951f60
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 28 Jun 2012 19:03:23 +0200

Minor doc fixes
Diffstat:
Mdoc/refI.html | 2+-
Mdoc/refL.html | 2+-
Mersatz/picolisp.jar | 0
Msrc/vers.h | 2+-
Msrc64/version.l | 4++--
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/refI.html b/doc/refI.html @@ -154,7 +154,7 @@ OK -> OK </code></pre> -<dt><a name="import"><code>(import lst) -> NIL</code></a> +<dt><a name="import"><code>(import . lst) -> NIL</code></a> <dd>Wrapper function for <code><a href="refI.html#intern">intern</a></code>. Typically used to import symbols from other namespaces, as created by <code><a href="refS.html#symbols">symbols</a></code>. <code>lst</code> should be a list diff --git a/doc/refL.html b/doc/refL.html @@ -439,7 +439,7 @@ href="ref.html#transient">transient</a></code> symbol with the same name as -> NIL </code></pre> -<dt><a name="local"><code>(local lst) -> sym</code></a> +<dt><a name="local"><code>(local . lst) -> sym</code></a> <dd>Wrapper function for <code><a href="refZ.html#zap">zap</a></code>. Typically used to create namespace-local symbols. <code>lst</code> should be a list of symbols. See also <code><a href="refP.html#pico">pico</a></code>, <code><a diff --git a/ersatz/picolisp.jar b/ersatz/picolisp.jar Binary files differ. diff --git a/src/vers.h b/src/vers.h @@ -1 +1 @@ -static byte Version[4] = {3,1,0,7}; +static byte Version[4] = {3,1,0,8}; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 07jun12abu +# 28jun12abu # (c) Software Lab. Alexander Burger -(de *Version 3 1 0 7) +(de *Version 3 1 0 8) # vi:et:ts=3:sw=3