• changes in build process and installation
• other minor changes and fixes
files and CHANGES notes: http://www.newlisp.org/downloads/development/
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 '()))