newLISP release version 8.7.1

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

newLISP release version 8.7.1

Post 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

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

And now compiled with -O1 flag on MINGW!
Hans-Peter

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

Post by tom »

I just updated my Arch Linux package and build script.

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post 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

Locked