newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on May 20, 2010, 06:30:05 AM

Title: newLISP stable maintenance release 10.2.8
Post by: Lutz on May 20, 2010, 06:30:05 AM
• Enhancements to network functions and bug-fixes



Release notes: http://www.newlisp.org/downloads/newLISP-10.2.8-Release.html

Downloads: http://www.newlisp.org/index.cgi?page=Downloads
Title: Re: newLISP stable maintenance release 10.2.8
Post by: Lutz on May 20, 2010, 12:16:08 PM
the http://www.newlisp.org host as of 3:15PM EST has access problems:



http://status.nearlyfreespeech.net/



I hope this is resolved soon, as this is a day with increased traffic because of the release.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: TedWalther on May 20, 2010, 02:38:54 PM
Lutz, in the release notes, can you continue putting the revision number where an item was added to the document?    I can't tell which bugs were fixed in 10.2.8 compared to 10.2.7.  If it is a lot of extra work for you, then never mind.  It was appreciated that you did it in the past.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: Lutz on May 20, 2010, 03:09:01 PM
Just use the newlisp-x.x.x/doc/CHANGES notes. Often they contain more detailed, developer-oriented information.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: johu on May 21, 2010, 03:04:24 AM
Always, thank you for the great work, Lutz.



I start to translate Function Reference of this version into Japanese.



And I found some mistakes.





net-sessions



There is a display twice.





Error codes



<table summary="tcp/ip error codes">

<tr align="left"><th>description</th><th>no</th></tr>

<tr><td>not enough memory</td><td>1</td></tr>



<table summary="Error codes">

<tr align="left"><th>description</th><th>no</th></tr>

<tr><td>not enough memory</td><td>1</td></tr>





P.S.

net-packet



The following UDP header has a length of 8 bytes and is followed bye the data string Hello World.

The following UDP header has a length of 8 bytes and is followed by the data string Hello World.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: newdep on May 21, 2010, 04:42:23 AM
Thanks Lutz for the enhancements..



When time permits here ill be looking closer into net-packet,

Looks like it matches the request i made once...



Keep up the good work Lutz ..  Tumbs up  ! ;-)
Title: Re: newLISP stable maintenance release 10.2.8
Post by: johu on May 21, 2010, 04:13:56 PM
Thank you, Lutz.



I finished translating Function Reference into Japanese.



//http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newlisp%5E_manual-10208.zip



This version is v.10.2.8 rev 1.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: Lutz on May 22, 2010, 05:59:01 AM
Thanks Johu, now online:



http://www.newlisp.org/newlisp_reference-10208-jp.html
Title: Re: newLISP stable maintenance release 10.2.8
Post by: johu on July 29, 2010, 01:55:37 AM
I might have found some mistakes.



The initialization file init.lsp



On Win32 the is directory name is contained in the <tt>USERPROFILE</tt> or

On Win32 the directory name is contained in the <tt>USERPROFILE</tt> or





and



(and)                             → nil

(and)                             → true





or



(or '())                         → nil

(or '())                         → ()





(and) returned nil before V10.1 ?

I might have overlooked the specification change.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: Lutz on July 29, 2010, 04:15:40 AM
Thanks Johu. The documentation has been corrected and is online as rev-7.



The changes for the 'and' and 'or' functions were made to be closer to the RSR5 Scheme and Common LISP standards, but were forgotten in the documentation and now corrected.
Title: Re: newLISP stable maintenance release 10.2.8
Post by: johu on July 30, 2010, 06:45:37 AM
Thank you, Lutz.



I updated the Japanese translation into rev 8.



//http://cid-23a9a25e1aec3626.office.live.com/self.aspx/.Public/newlisp%5E_manual-10208.zip



//http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newlisp%5E_manual-10208.zip





And updated newLISP-help.lsp, too.



//http://cid-23a9a25e1aec3626.office.live.com/self.aspx/.Public/newLISP-help.zip



//http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newLISP-help.zip
Title: Re: newLISP stable maintenance release 10.2.8
Post by: Lutz on July 31, 2010, 04:43:09 AM
Thanks Johu, changes are online here:



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