Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5385:436e67ca8c79
Give docstrings to least-{positive,negative}-normalized-float, float-*epsilon
2011-03-29 Aidan Kehoe <kehoea@parhasard.net>
* cl.el:
* cl.el (least-positive-float):
* cl.el (least-positive-normalized-float):
* cl.el (least-negative-normalized-float):
* cl.el (float-epsilon):
* cl.el (float-negative-epsilon):
Document some previously-undocumented float constants here.
* cl.el (oddp):
* cl.el (evenp):
Change numeric comparison to use #'eql instead of #'eq in
passing.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 29 Mar 2011 17:28:34 +0100 |
parents | 3889ef128488 |
children | 5f5d48053e86 |
comparison
equal
deleted
inserted
replaced
5384:3889ef128488 | 5385:436e67ca8c79 |
---|---|
1 2011-03-29 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl.el: | |
4 * cl.el (least-positive-float): | |
5 * cl.el (least-positive-normalized-float): | |
6 * cl.el (least-negative-normalized-float): | |
7 * cl.el (float-epsilon): | |
8 * cl.el (float-negative-epsilon): | |
9 Document some previously-undocumented float constants here. | |
10 * cl.el (oddp): | |
11 * cl.el (evenp): | |
12 Change numeric comparison to use #'eql instead of #'eq in | |
13 passing. | |
14 | |
1 2011-03-24 Jerry James <james@xemacs.org> | 15 2011-03-24 Jerry James <james@xemacs.org> |
2 | 16 |
3 * cl-macs.el (loop): "arbitary" -> "arbitrary". | 17 * cl-macs.el (loop): "arbitary" -> "arbitrary". |
4 * coding.el (force-coding-system-equivalency): "compatiblity" -> | 18 * coding.el (force-coding-system-equivalency): "compatiblity" -> |
5 "compatibility". | 19 "compatibility". |