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 ae562af4cc865237a7e6946eeba926498ce796cc
parent f6b70de748125d69f957c40e7b1c8515fee519ae
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  5 May 2011 13:49:08 +0200

Global vs. local invocation
Diffstat:
Mersatz/picolisp.jar | 0
Msrc/vers.h | 2+-
Msrc64/version.l | 4++--
3 files changed, 3 insertions(+), 3 deletions(-)

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,6,7}; +static byte Version[4] = {3,0,6,8}; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 27apr11abu +# 05may11abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 6 7) +(de *Version 3 0 6 8) # vi:et:ts=3:sw=3