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 c413e6cb67da248f43644a3d40d3afcf2b51668c
parent 62bfab831e4b55b38b8be4b3ca9ae3c5b460af0b
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 25 Jun 2011 10:59:03 +0200

Removed 'p' (obsolete, replaced by 'pil')
Diffstat:
MReleaseNotes | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ReleaseNotes b/ReleaseNotes @@ -1,4 +1,4 @@ -20may11abu +25jun11abu (c) Software Lab. Alexander Burger @@ -16,9 +16,9 @@ Temporary directories (with the PID as name) were created in a "tmp/" directory in the current working directory. They are now in "~/.pil/tmp/". -2. A local startup script 'pil' was introduced, analog to the global - "/usr/bin/pil" script. In the long term, './p' will be replaced with './pil', - and './dbg' will be replaced with './pil +'. +2. A local startup script './pil' was introduced, analog to the global + "/usr/bin/pil" script. It replaces './p'. Instead of './dbg', it is + recommended to use './pil +'. 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