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 743f896df5a0b6b27c120dc536d708648652e380
parent 1e492ec80dbf33e8e84c6b11ddb8f0b91cd93ca1
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 27 Apr 2011 11:17:42 +0200

ppc64 continued
Diffstat:
MCHANGES | 2+-
MReleaseNotes | 7++++---
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/CHANGES b/CHANGES @@ -1,6 +1,6 @@ * XXjun11 picoLisp-3.0.7 - Local 'pil' startup script 64-bit version for PowerPC (ppc64) + Local 'pil' startup script Bug in 'replace' (64-bit) Moved temporary directories to ~/.pil/tmp/ Moved line editor history to ~/.pil/history diff --git a/ReleaseNotes b/ReleaseNotes @@ -1,4 +1,4 @@ -26apr11abu +27apr11abu (c) Software Lab. Alexander Burger @@ -20,5 +20,6 @@ "/usr/bin/pil" script. In the long term, './p' will be replaced with './pil', and './dbg' will be replaced with './pil +'. -3. A preliminary implementation of the 64-bit version for PowerPC (ppc64). The - code generation should probably be optimized. +3. An implementation of the 64-bit version for PowerPC (ppc64). Code generation + could probably be further optimized, and there may be bugs. But self-assembly + works, and the unit tests pass.