development release version 9.0.8

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

development release version 9.0.8

Post by Lutz »

• bug fixes
• CGI on HTTP server mode now working on Win32 and UNIX

for files and change notes see:

http://newlisp.org/downloads/development/

Lutz

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

sqlite problems?

Post by cormullion »

Are there any problems with nth in newLISP v9.0.8? I'm getting this error:

Code: Select all

symbol is protected in function nth : SQLITE_TYPES
called from user defined function sql3:get-types
called from user defined function sql3:sql
called from user defined function sql3:tables

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

Post by Lutz »

Yes, there was still a problem with the 'nth' changes from 9.0.6 and protected symbols. I post a corrected 9.0.9 shortly.

Lutz

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Post by Ryon »

Thanks for the improved httpd with cgi! It worked first time, "right out of the box" on my XP machine. Very convenient, and I think useful.

Locked