Page 1 of 1
newLISP release version 8.7.1
Posted: Mon Nov 07, 2005 4:51 pm
by Lutz
This is a bug fix release for a critical error which was introduced in v. 8.2.4. The bug prevented a list created with (push ... -1) to be appended with (push ... -1) in a copy of that list.
See
http://newlisp.org/index.cgi?page=Downloads for files
Lutz
Posted: Tue Nov 08, 2005 8:20 am
by HPW
And now compiled with -O1 flag on MINGW!
Posted: Wed Nov 09, 2005 9:44 am
by pjot
Aha! Why is that? The resulting binary is smaller now, I see... :-)
During this week I'll prepare new installpackages for Slackware and Tru64, since this is an important bugfix release.
Peter
Posted: Thu Nov 10, 2005 12:12 pm
by tom
I just updated my Arch Linux package and build script.
Posted: Thu Nov 10, 2005 1:26 pm
by pjot
The newLisp 8.7.1 package for Slackware 10 was accepted by Linuxpackages.net with an acceptance grade of 3 ("Excellent').
Details here:
http://www.linuxpackages.net/pkg_details.php?id=8135
Peter
Posted: Thu Dec 01, 2005 8:54 pm
by pjot
Finally I had the possibility to update this package for Tru64Unix.
The newLisp 8.7.1 can be downloaded from this website:
http://www.turtle.dds.nl/newlisp/
Also all needed files to create the package can be found here. I have compiled with the readline library enabled, so the usage of newLisp in Tru64Unix has become even more convenient. As the readline library is not installed by default on Tru64Unix, it has been linked statically with the binary.
A slightly modified makefile was posted also, to show how to compile newLisp with readline support.
Peter