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 b5d03fc9e83988922ea6bae29c6d8e5688724761
parent 8ed61766f5f456455d7ca6726f125cc0751f5ed6
Author: Commit-Bot <unknown>
Date:   Sat, 28 Aug 2010 12:24:19 +0000

Automatic commit from picoLisp.tgz, From: Sat, 28 Aug 2010 12:24:19 GMT
Diffstat:
Msrc64/io.l | 4++--
Msrc64/version.l | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src64/io.l b/src64/io.l @@ -1,4 +1,4 @@ -# 07aug10abu +# 28aug10abu # (c) Software Lab. Alexander Burger # Close file descriptor @@ -369,7 +369,7 @@ call allocAE_A # Extend buffer ld (Y V) A # Store ld E (Y IV) # Get buffer count again - add E (Y IV) # Point to new count + add E A # Point to new count ld A C # Store new st2 (E) add E 2 # Point to new data diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 24aug10abu +# 28aug10abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 3 15) +(de *Version 3 0 3 16) # vi:et:ts=3:sw=3