Page 1 of 1

development release version 9.0.15

Posted: Mon Jan 08, 2007 6:44 pm
by Lutz
* 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

Posted: Tue Jan 09, 2007 2:31 am
by Jeremy Dunn
Some corrections to the manual:

ROUND

"..a number is roundet.." - "..a number is ROUNDED.."

DOARGS

"sequenctially" - "sequentially"

MAT

"arithmetik" - "arithmetic"

dup and negative values...

Posted: Tue Jan 09, 2007 7:29 pm
by cormullion
Hi Lutz. Happy New Year! (And to all newLISP users too!)

Just noticed this:

Code: Select all

(dup " " -40)

not enough memory in function dup
I think this was different after 8.9?

cheers

Posted: Tue Jan 09, 2007 8:26 pm
by Lutz
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