[Ecls-list] Latest changes in CVS

Juan Jose Garcia Ripoll lisp at arrakis.es
Tue Mar 15 06:48:11 UTC 2005


* GMP updated to 4.1.4

* Boehm-Weiser GC updated to 6.4

* Important bug fixed in ECL's old FORMAT routine, related to the use of 
C integers everywhere instead of an integer capable of hosting fixnums.

* C-INLINE forms can now output multiple values. For example
    > (compile nil '(lambda (x)
              (ffi::c-inline (x) (:int) (values :int :int)
                 "@;@(return 0)=#0+2; @(return 1)=#0+3;")))
    [...]
    #<compiled-function 0815b318>
    NIL
    NIL
    > (funcall * 2)
    4
    5





More information about the ecl-devel mailing list