March snapshot
Raymond Toy <[email protected]> Tue, 04 Mar 2014 13:05:15 -0800
| Newsgroups | gmane.lisp.cmucl.devel |
|---|---|
| Message-ID | <[email protected]> |
The March snapshot has been tagged and binaries will be uploaded soon.
The main changes are:
* run-program accepts :element-type to specify the element type for
the streams that are created.
* Lisp-unit (a Lisp framework for testing) has been added as a
contrib. Use (require :lisp-unit) to compile and load it.
Unlike asdf and defsystem, precompild fasls are not included.
* Type derivation for log was not consistent with the values
actually returned by log. This is corrected now.
* Double-double floats were missing the constants describing various
limits such as least-positive-double-double-float. These are
added now.
* When reading very small floats values, the reader will round to
least-positive float if possible. Otherwise an error is still
signaled.
Ray
_______________________________________________
cmucl-imp mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-imp