Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 1983:9c872f33ecbe
[xemacs-hg @ 2004-04-05 22:49:31 by james]
Add bignum, ratio, and bigfloat support.
author | james |
---|---|
date | Mon, 05 Apr 2004 22:50:11 +0000 |
parents | f32f3ddaf534 |
children | cb22c508fb00 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 05 21:50:47 2004 +0000 +++ b/lisp/ChangeLog Mon Apr 05 22:50:11 2004 +0000 @@ -1,3 +1,12 @@ +2004-04-05 Jerry James <james@xemacs.org> + + * cl-extra.el (coerce): Add support for general numeric conversions. + * cl.el (eql): Update for more number types. + * cl.el (cl-random-time): Ensure the result is a fixnum. + * cl.el (most-positive-fixnum): Do not define in Lisp if enhanced + number types are available. + * cl.el (most-negative-fixnum): Ditto. + 2004-03-23 Adrian Aichner <adrian@xemacs.org> * code-process.el (call-process-region): Correct start and end