newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on November 07, 2005, 08:51:41 AM

Title: newLISP release version 8.7.1
Post by: Lutz on November 07, 2005, 08:51:41 AM
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
Title:
Post by: HPW on November 08, 2005, 12:20:11 AM
And now compiled with -O1 flag on MINGW!
Title:
Post by: pjot on November 09, 2005, 01:44:13 AM
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
Title:
Post by: tom on November 10, 2005, 04:12:57 AM
I just updated my Arch Linux package and build script.
Title:
Post by: pjot on November 10, 2005, 05:26:35 AM
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
Title:
Post by: pjot on December 01, 2005, 12:54:04 PM
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