Stable Release newLISP v.10.7.5

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

Stable Release newLISP v.10.7.5

Post by Lutz »

Stable release v.10.7.5 adds minor functionality and fixes bugs:

http://www.newlisp.org/index.cgi?Downloads

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

Re: Stable Release newLISP v.10.7.5

Post by HPW »

Hello Lutz,

Thanks for the ongoing development and the great interpreter!

A minor problem with viewing one link from the download-page on IE11 on Win7:

http://www.newlisp.org/downloads/newlis ... oc/INSTALL

Looks not good on IE11 because the browser seems not to show any CRLF.
Shows fine with Chrome and Firefox.

Regards
Hans-Peter

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

Re: Stable Release newLISP v.10.7.5

Post by Lutz »

Yes, always has been this way. In the next release all these text files in the doc directory will have a .txt extension. Then they will look Ok in all browsers.

johu
Posts: 143
Joined: Mon Feb 08, 2010 8:47 am

Re: Stable Release newLISP v.10.7.5

Post by johu »

Hello, Lutz.

I finished the translation of manual v.10.7.5

newlisp_manual-10705

There is in here.

Regards,

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

Re: Stable Release newLISP v.10.7.5

Post by Lutz »


cameyo
Posts: 183
Joined: Sun Mar 27, 2011 3:07 pm
Location: Italy
Contact:

Re: Stable Release newLISP v.10.7.5

Post by cameyo »

Grazie mille
Thank you so much

fdb
Posts: 66
Joined: Sat Nov 09, 2013 8:49 pm

Re: Stable Release newLISP v.10.7.5

Post by fdb »

Hi Lutz,

The 'macOS Intel executable 10.7.5' and the 'macOS dynamic library 64-bit UTF8' are .dms files (Amiga DMS Disk archive)? which I cannot extract (by the Unarchiver). if I change to extension to .dmg , no luck either.

mvg
Ferry

Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

Re: Stable Release newLISP v.10.7.5

Post by Kirill »

Hi, Lutz

Are there any checksums/signatures to verify downloads?

Kirill

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

Re: Stable Release newLISP v.10.7.5

Post by Lutz »

Yes, if you go directly to the download directory:

http://www.newlisp.org/downloads/

you find SHA1.txt text files containing check-sums in all sub-directories. The SHA1.txt for the newlisp-10.7.5.tgz package has been added a few minutes ago.

IVShilov
Posts: 23
Joined: Wed Apr 12, 2017 1:58 am

Re: Stable Release newLISP v.10.7.5

Post by IVShilov »

Hi.
Bug found, process crashes by regex call:

Code: Select all

r:\bin\newlisp>newlisp.exe -n                                               
newLISP v.10.7.5 64-bit on Windows IPv4/6 UTF-8 libffi, options: newlisp -h 
                                                                            
> (sys-info)                                                                
(428 576460752303423488 399 1 0 2048 0 6316 10705 1414)                     
> (regex {\Ed\Q} {1} 0)                                                     
                                                                            
r:\bin\newlisp>                                                             

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

Re: Stable Release newLISP v.10.7.5

Post by Lutz »

This seems to be happening inside the PCRE regex library and only on Windows. Still researching this ...

Locked