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 623024965b88592c4dec279f9a1d48665861c0a0
parent b8a85d4a5a471079591e9812d9e1e2eb2b9c811d
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 29 Jun 2013 11:29:57 +0200

New release
Diffstat:
MCHANGES | 4+++-
Mersatz/picolisp.jar | 0
Msrc/vers.h | 2+-
Msrc64/version.l | 4++--
4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGES b/CHANGES @@ -1,4 +1,6 @@ -* DDjun13 picoLisp-3.1.3 +* DDsep13 picoLisp-3.1.4 + +* 29jun13 picoLisp-3.1.3 'snapshot' in "lib/too.l" 'info' optional 'flg' argument '+Swap' relation prefix class 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,2,14}; +static byte Version[4] = {3,1,3,1}; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 26jun13abu +# 29jun13abu # (c) Software Lab. Alexander Burger -(de *Version 3 1 2 14) +(de *Version 3 1 3 1) # vi:et:ts=3:sw=3