comparison 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
comparison
equal deleted inserted replaced
1982:a748951fd4fb 1983:9c872f33ecbe
1 2004-04-05 Jerry James <james@xemacs.org>
2
3 * cl-extra.el (coerce): Add support for general numeric conversions.
4 * cl.el (eql): Update for more number types.
5 * cl.el (cl-random-time): Ensure the result is a fixnum.
6 * cl.el (most-positive-fixnum): Do not define in Lisp if enhanced
7 number types are available.
8 * cl.el (most-negative-fixnum): Ditto.
9
1 2004-03-23 Adrian Aichner <adrian@xemacs.org> 10 2004-03-23 Adrian Aichner <adrian@xemacs.org>
2 11
3 * code-process.el (call-process-region): Correct start and end 12 * code-process.el (call-process-region): Correct start and end
4 marker construction, delete regions before and after insertion 13 marker construction, delete regions before and after insertion
5 point. 14 point.