newLISP development release v.10.0.7

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

newLISP development release v.10.0.7

Post by Lutz »

• changes in build process and installation
• other minor changes and fixes

files and CHANGES notes: http://www.newlisp.org/downloads/development/

Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Post by Jeff »

Bug in the new mysql module in MySQL:fetch-all. When a result returns no rows (but is a valid query), reverse fails. It can be fixed by setting a default value to the local variable 'all:

Code: Select all

(define (fetch-all , (all '()))
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

Locked