* fixes and changes mostly to support the new 64-bit compile flavor
* 64-bit now supported on Linux AMD64 (last tested on 9.0.14), Solaris tested on Sparc and tru64 UNIX tested on Compaq Alpha
files and changes notes here: http://newlisp.org/downloads/development/
Lutz
Some corrections to the manual:
ROUND
"..a number is roundet.." - "..a number is ROUNDED.."
DOARGS
"sequenctially" - "sequentially"
MAT
"arithmetik" - "arithmetic"
Hi Lutz. Happy New Year! (And to all newLISP users too!)
Just noticed this:
(dup " " -40)
not enough memory in function dup
I think this was different after 8.9?
cheers
Yes, broken in 9.0.14 with all the 64-bit changes, will be fixed in 9.0.16.
Lutz
ps: thanks to Jeremy for manual typos, fixed in 9.0.16 too