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 62b048b096d7c69a49684a76f233282910493948
parent 9016f18805253d3cee05b5f2e28fe59f830d0d94
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 28 May 2013 08:11:33 +0200

'pw' relation '+Symbol' type
Diffstat:
Mlib/adm.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/adm.l b/lib/adm.l @@ -1,4 +1,4 @@ -# 26may13abu +# 28may13abu # (c) Software Lab. Alexander Burger # *Salt *Login *Users *Perms @@ -78,7 +78,7 @@ (class +User +Entity) (rel nm (+Need +Key +String)) # User name -(rel pw (+String)) # Password +(rel pw (+Symbol)) # Password (rel role (+Joint) usr (+Role)) # User role