Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2001:cc5b615380f8
[xemacs-hg @ 2004-04-08 15:23:07 by james]
Various fixes to repair the C++ build.
author | james |
---|---|
date | Thu, 08 Apr 2004 15:23:09 +0000 |
parents | ea0e08ca2c78 |
children | 65a5016a896f |
comparison
equal
deleted
inserted
replaced
2000:645edb8ae417 | 2001:cc5b615380f8 |
---|---|
1 2004-04-08 Jerry James <james@xemacs.org> | |
2 | |
3 * data.c: Use #ifndef for functions unused with new number types. | |
4 * data.c (digit_to_number): Unused when HAVE_BIGNUM. | |
5 * number.c: Remove multiply defined symbols Qintegerp & Qnumberp. | |
6 * number.c (syms_of_number): DEFSUBR(Ffloatingp) was omitted. | |
7 * print.c (print_internal): g++ thinks that specdepth might be | |
8 used undefined. It isn't, but the compiler can't tell. | |
9 | |
1 2004-04-07 Jerry James <james@xemacs.org> | 10 2004-04-07 Jerry James <james@xemacs.org> |
2 | 11 |
3 * number.c (Fevenp): Change the C boolean into Qnil/Qt. Thanks to | 12 * number.c (Fevenp): Change the C boolean into Qnil/Qt. Thanks to |
4 Robert Royar, Stephen Turnbull, and Hrvoje Niksic. | 13 Robert Royar, Stephen Turnbull, and Hrvoje Niksic. |
5 * number.c (Foddp): Ditto. | 14 * number.c (Foddp): Ditto. |