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 b14f73b7d8681289544b22a5b4353adac81b1139
parent ad20698640d6a9ae3d491ebcff3050911de28b7b
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  1 Jun 2013 09:16:02 +0200

Set '*Salt' in "app/"
Diffstat:
Mapp/main.l | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/main.l b/app/main.l @@ -1,4 +1,4 @@ -# 18may13abu +# 01jun13abu # (c) Software Lab. Alexander Burger (allowed ("app/") @@ -12,7 +12,8 @@ (setq *Scl 2 *Css "@lib.css" - *Blob "blob/app/" ) + *Blob "blob/app/" + *Salt (16 . "$6$@1$") ) (load "app/er.l" "app/lib.l" "app/gui.l")