newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on June 01, 2009, 06:40:45 AM

Title: newLISP development release v.10.0.7
Post by: Lutz on June 01, 2009, 06:40:45 AM
• changes in build process and installation

• other minor changes and fixes



files and CHANGES notes: http://www.newlisp.org/downloads/development/
Title:
Post by: Jeff on June 01, 2009, 08:23:21 AM
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:


(define (fetch-all , (all '()))