Stable Release newLISP v.10.7.5

Started by Lutz, May 13, 2019, 07:39:12 AM

Previous topic - Next topic

Lutz

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



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

HPW

#1
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">http://www.newlisp.org/downloads/newlis ... oc/INSTALL">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
Hans-Peter

Lutz

#2
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

#3
Hello, Lutz.



I finished the translation of manual v.10.7.5



newlisp_manual-10705



There is in https://onedrive.live.com/?cid=23a9a25e1aec3626&sc=documents&id=23A9A25E1AEC3626!1450">here.



Regards,

Lutz

#4
Thanks Johu. Updated here:



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

http://www.newlisp.org/CodePatterns-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">http://www.newlisp.org/index.cgi?Documentation

cameyo

#5
Grazie mille

Thank you so much

fdb

#6
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

#7
Hi, Lutz



Are there any checksums/signatures to verify downloads?



Kirill

Lutz

#8
Yes, if you go directly to the download directory:



http://www.newlisp.org/downloads/">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

#9
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>                                                            

Lutz

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