Page 1 of 1
newLISP development release v.10.4.1
Posted: Tue Apr 03, 2012 3:04 pm
by Lutz
Re: newLISP development release v.10.4.1
Posted: Tue Apr 03, 2012 9:03 pm
by rickyboy
Thanks again, Lutz!
Re: newLISP development release v.10.4.1
Posted: Wed Apr 04, 2012 10:12 am
by johu
Hellow, Lutz.
In manual,
<td><a href="#crit-chi">crit-t</a></td>
↓
<td><a href="#crit-t">crit-t</a></td>
linux=1, bsd=2, osx=3, solaris=4, cygwin=5, win32=6, os/2=7, tru64unix=9
↓
linux=1, bsd=2, osx=3, solaris=4, win32=6, os/2=7, cygwin=8, tru64unix=9, aix=10
There are the definitions of prob-f and prob-t at betai function's example.
prob-f and prob-t are primitive in this version.
So, these definitions should be renamed?
Re: newLISP development release v.10.4.1
Posted: Wed Apr 04, 2012 3:05 pm
by Lutz
Re: newLISP development release v.10.4.1
Posted: Sat Apr 21, 2012 9:30 pm
by newdep
Thanks for this fix! I wondered already what it was but you found it, I ran several times into this issue...
Ill try it right away ;-)
---
The command-event function now trims trailing line-feed characters in all compile and platform flavors. Previously only UNIX and readline lib enabled versions would trim the string passed by command-event.
---