Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1996:ea0e08ca2c78
[xemacs-hg @ 2004-04-07 14:55:31 by james]
Return a Lisp boolean, not a C boolean, from Fevenp and Foddp.
author | james |
---|---|
date | Wed, 07 Apr 2004 14:55:34 +0000 |
parents | 4e6a63799f08 |
children | cc5b615380f8 |
comparison
equal
deleted
inserted
replaced
1995:4e6a63799f08 | 1996:ea0e08ca2c78 |
---|---|
1 2004-04-07 Jerry James <james@xemacs.org> | |
2 | |
3 * number.c (Fevenp): Change the C boolean into Qnil/Qt. Thanks to | |
4 Robert Royar, Stephen Turnbull, and Hrvoje Niksic. | |
5 * number.c (Foddp): Ditto. | |
6 | |
1 2004-04-06 Jerry James <james@xemacs.org> | 7 2004-04-06 Jerry James <james@xemacs.org> |
2 | 8 |
3 * bytecode.c (bytecode_arithcompare): Provide a default case to | 9 * bytecode.c (bytecode_arithcompare): Provide a default case to |
4 silence ICC. | 10 silence ICC. |
5 * bytecode.c (bytecode_arithop): Ditto. | 11 * bytecode.c (bytecode_arithop): Ditto. |