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 b230f057037779f679eefc9b3fc10f0a62df22c2
parent 829473d06227e69c6c88c78950056ad7cadd1187
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon, 14 Nov 2011 09:47:32 +0100

Doc mistype
Diffstat:
Mdoc/refR.html | 2+-
Mersatz/picolisp.jar | 0
Msrc/vers.h | 2+-
Msrc64/version.l | 4++--
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/refR.html b/doc/refR.html @@ -204,7 +204,7 @@ $ pil + </code></pre> <dt><a name="rc"><code>(rc 'sym 'any1 ['any2]) -> any</code></a> -<dd>Fetches a value from a ressource file <code>sym</code>, or stores a value +<dd>Fetches a value from a resource file <code>sym</code>, or stores a value <code>any2</code> in that file, using a key <code>any1</code>. All values are stored in a list in the file, using <code><a href="refA.html#assoc">assoc</a></code>. During the whole operation, the file is 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,0,8,7}; +static byte Version[4] = {3,0,8,8}; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 08nov11abu +# 14nov11abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 8 7) +(de *Version 3 0 8 8) # vi:et:ts=3:sw=3