development release version 9.0.15

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development release version 9.0.15

Post 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

Jeremy Dunn
Posts: 95
Joined: Wed Oct 13, 2004 8:02 pm
Location: Bellingham WA

Post by Jeremy Dunn »

Some corrections to the manual:

ROUND

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

DOARGS

"sequenctially" - "sequentially"

MAT

"arithmetik" - "arithmetic"

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

dup and negative values...

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked