newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on June 04, 2013, 06:53:39 AM

Title: newLISP Development release 10.5.1
Post by: Lutz on June 04, 2013, 06:53:39 AM
Development v.10.5.1 fixes division for unlimited precision integers.



files and changes notes: http://www.newlisp.org/downloads/development/
Title: Re: newLISP Development release 10.5.1
Post by: johu on June 06, 2013, 06:17:23 AM
Hello, Lutz.



For the manual of Maintenance Release.



line.4564
Quote<td>returns the number of UTF-8 characters in a a string</td>



<td>returns the number of UTF-8 characters in a string</td>


line.5037
Quote<p>Decimals start with a digit. Hexadecimals start with <tt>x</tt>:.</p>



<p>Decimals start with a digit. Hexadecimals start with <tt>x</tt>.</p>

Maybe, colon is deleted.
Title: Re: newLISP Development release 10.5.1
Post by: Lutz on June 06, 2013, 06:56:00 AM
Thanks Johu.