newLISP Stable Maintenance Release v.10.4.4

Started by Lutz, September 14, 2012, 07:45:18 PM

Previous topic - Next topic

Lutz

Maintenance Release 10.4.4 contains minor bugfixes and enhancements:



http://www.newlisp.org/downloads/newLISP-10.4.4-Release.html">http://www.newlisp.org/downloads/newLIS ... lease.html">http://www.newlisp.org/downloads/newLISP-10.4.4-Release.html



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

johu

#1
Hellow, Lutz.



The number format of binary is very nice.

Just as I wanted.



Now, I updated the manual translated to Japanese, newlisp_manual-10404.

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



And I changed following:

Binaries start with a <tt>0x</tt> (or <tt>0B</tt>),

               ↓

Binaries start with a <tt>0b</tt> (or <tt>0B</tt>),



Thanks,

Lutz

#2
Thank you very much Johu. Files are online here:



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



and framed version:



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

newdep

#3
Aaaaa finaly!...  thanks lutz! ;-)


Quote
read-file, write-file, append-file and delete-file when used with http:// URLs will now return nil under error conditions instead of throwing an error
-- (define? (Cornflakes))