newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on January 08, 2007, 10:44:03 AM

Title: development release version 9.0.15
Post by: Lutz on January 08, 2007, 10:44:03 AM
* 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
Title:
Post by: Jeremy Dunn on January 08, 2007, 06:31:26 PM
Some corrections to the manual:



ROUND



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



DOARGS



"sequenctially" - "sequentially"



MAT



"arithmetik" - "arithmetic"
Title: dup and negative values...
Post by: cormullion on January 09, 2007, 11:29:48 AM
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
Title:
Post by: Lutz on January 09, 2007, 12:26:21 PM
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