newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on May 13, 2019, 07:39:12 AM

Title: Stable Release newLISP v.10.7.5
Post by: Lutz on May 13, 2019, 07:39:12 AM
Stable release v.10.7.5 adds minor functionality and fixes bugs:



http://www.newlisp.org/index.cgi?Downloads
Title: Re: Stable Release newLISP v.10.7.5
Post by: HPW on May 13, 2019, 10:01:34 AM
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/newlisp-10.7.5/doc/INSTALL



Looks not good on IE11 because the browser seems not to show any CRLF.

Shows fine with Chrome and Firefox.



Regards
Title: Re: Stable Release newLISP v.10.7.5
Post by: Lutz on May 13, 2019, 10:54:46 AM
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.
Title: Re: Stable Release newLISP v.10.7.5
Post by: johu on May 14, 2019, 05:38:01 AM
Hello, Lutz.



I finished the translation of manual v.10.7.5



newlisp_manual-10705



There is in here (//https).



Regards,
Title: Re: Stable Release newLISP v.10.7.5
Post by: Lutz on May 14, 2019, 08:40:52 AM
Thanks Johu. Updated here:



http://www.newlisp.org/newlisp_manual-jp.html

http://www.newlisp.org/CodePatterns-jp.html



Links can also be found on the documentaion page:



http://www.newlisp.org/index.cgi?Documentation
Title: Re: Stable Release newLISP v.10.7.5
Post by: cameyo on May 14, 2019, 10:11:31 AM
Grazie mille

Thank you so much
Title: Re: Stable Release newLISP v.10.7.5
Post by: fdb on May 14, 2019, 01:24:01 PM
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
Title: Re: Stable Release newLISP v.10.7.5
Post by: Kirill on May 14, 2019, 01:38:37 PM
Hi, Lutz



Are there any checksums/signatures to verify downloads?



Kirill
Title: Re: Stable Release newLISP v.10.7.5
Post by: Lutz on May 14, 2019, 04:54:24 PM
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.
Title: Re: Stable Release newLISP v.10.7.5
Post by: IVShilov on November 11, 2020, 01:11:13 AM
Hi.

Bug found, process crashes by regex call:
r:binnewlisp>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 {EdQ} {1} 0)                                                    
                                                                           
r:binnewlisp>                                                            
Title: Re: Stable Release newLISP v.10.7.5
Post by: Lutz on November 11, 2020, 08:38:47 PM
This seems to be happening inside the PCRE regex library and only on Windows. Still researching this ...