| Author |
Message |
|
Lutz
Joined: Thu Sep 26, 2002 4:45 pm Posts: 4159 Location: Boca Raton, Florida
|
 newLISP stable maintenance release 10.2.8
|
| Thu May 20, 2010 1:30 pm |
|
 |
|
Lutz
Joined: Thu Sep 26, 2002 4:45 pm Posts: 4159 Location: Boca Raton, Florida
|
 Re: newLISP stable maintenance release 10.2.8
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.
|
| Thu May 20, 2010 7:16 pm |
|
 |
|
TedWalther
Joined: Mon Feb 05, 2007 1:04 am Posts: 238 Location: Cloverdale, BC
|
 Re: newLISP stable maintenance release 10.2.8
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.
_________________ Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.
|
| Thu May 20, 2010 9:38 pm |
|
 |
|
Lutz
Joined: Thu Sep 26, 2002 4:45 pm Posts: 4159 Location: Boca Raton, Florida
|
 Re: newLISP stable maintenance release 10.2.8
Just use the newlisp-x.x.x/doc/CHANGES notes. Often they contain more detailed, developer-oriented information.
|
| Thu May 20, 2010 10:09 pm |
|
 |
|
johu
Joined: Mon Feb 08, 2010 8:47 am Posts: 47
|
 Re: newLISP stable maintenance release 10.2.8
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.
Last edited by johu on Fri May 21, 2010 12:43 pm, edited 1 time in total.
|
| Fri May 21, 2010 10:04 am |
|
 |
|
newdep
Joined: Mon Feb 23, 2004 7:40 pm Posts: 1941 Location: Netherlands
|
 Re: newLISP stable maintenance release 10.2.8
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 ! ;-)
_________________ -- (define? (Cornflakes))
|
| Fri May 21, 2010 11:42 am |
|
 |
|
johu
Joined: Mon Feb 08, 2010 8:47 am Posts: 47
|
 Re: newLISP stable maintenance release 10.2.8
Thank you, Lutz. I finished translating Function Reference into Japanese. http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newlisp%5E_manual-10208.zipThis version is v.10.2.8 rev 1.
|
| Fri May 21, 2010 11:13 pm |
|
 |
|
Lutz
Joined: Thu Sep 26, 2002 4:45 pm Posts: 4159 Location: Boca Raton, Florida
|
 Re: newLISP stable maintenance release 10.2.8
|
| Sat May 22, 2010 12:59 pm |
|
 |
|
johu
Joined: Mon Feb 08, 2010 8:47 am Posts: 47
|
 Re: newLISP stable maintenance release 10.2.8
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.
|
| Thu Jul 29, 2010 8:55 am |
|
 |
|
Lutz
Joined: Thu Sep 26, 2002 4:45 pm Posts: 4159 Location: Boca Raton, Florida
|
 Re: newLISP stable maintenance release 10.2.8
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.
|
| Thu Jul 29, 2010 11:15 am |
|
 |
|
johu
Joined: Mon Feb 08, 2010 8:47 am Posts: 47
|
 Re: newLISP stable maintenance release 10.2.8
|
| Fri Jul 30, 2010 1:45 pm |
|
 |
|
Lutz
Joined: Thu Sep 26, 2002 4:45 pm Posts: 4159 Location: Boca Raton, Florida
|
 Re: newLISP stable maintenance release 10.2.8
|
| Sat Jul 31, 2010 11:43 am |
|
|