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 692a5c91994cc976014099a2af7aecafeb6d0d3a
parent 8d695b26693edd3e0abf4ba7f786f370d224afa7
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 21 Feb 2012 08:34:05 +0100

Minor naming conventions (hooks)
Diffstat:
Mdoc/refH.html | 6+++---
Mdoc/refR.html | 4++--
Mersatz/picolisp.jar | 0
Msrc/vers.h | 2+-
Msrc64/version.l | 4++--
5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/refH.html b/doc/refH.html @@ -31,9 +31,9 @@ database in the referred object. See also <code><a href="ref.html#dbase">Database</a></code>. <pre><code> -(rel Sup (+Hook +Link) (+Sup)) # Supplier -(rel nr (+Key +Number) Sup) # Item number, unique per supplier -(rel dsc (+Ref +String) Sup) # Item description, indexed per supplier +(rel sup (+Hook +Link) (+Sup)) # Supplier +(rel nr (+Key +Number) sup) # Item number, unique per supplier +(rel dsc (+Ref +String) sup) # Item description, indexed per supplier </code></pre> <dt><a name="hash"><code>(hash 'any) -> cnt</code></a> diff --git a/doc/refR.html b/doc/refR.html @@ -375,8 +375,8 @@ href="refD.html#dm">dm</a> and <a href="refV.html#var">var</a>. (rel adr (+Joint) prs (+Address)) # Address (class +Address +Entity) -(rel Cit (+Need +Hook +Link) (+City)) # City -(rel str (+List +Ref +String) Cit) # Street +(rel cit (+Need +Hook +Link) (+City)) # City +(rel str (+List +Ref +String) cit) # Street (rel prs (+List +Joint) adr (+Person)) # Inhabitants (class +City +Entity) 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,9,3}; +static byte Version[4] = {3,0,9,4}; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 27jan12abu +# 21feb12abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 9 3) +(de *Version 3 0 9 4) # vi:et:ts=3:sw=3