comparison src/ChangeLog @ 2051:a7dd0aed0fe6

[xemacs-hg @ 2004-04-30 18:59:11 by james] Fix bigfloat-max-prec initialization.
author james
date Fri, 30 Apr 2004 18:59:14 +0000
parents fd0cbe945410
children 91d4c8c65a0f
comparison
equal deleted inserted replaced
2050:a741f294362b 2051:a7dd0aed0fe6
1 2004-04-30 Jerry James <james@xemacs.org>
2
3 * number.c (vars_of_number): Fix comment. Initialize
4 bigfloat-max-prec when it is possible to do so safely.
5 * number.c (init_number): If bigfloat-max-prec is a bignum, set it
6 only when initialized.
7
1 2004-04-19 Jerry James <james@xemacs.org> 8 2004-04-19 Jerry James <james@xemacs.org>
2 9
3 * data.c (sign_extend_lisp_int): Use INT_VALBITS instead of 10 * data.c (sign_extend_lisp_int): Use INT_VALBITS instead of
4 VALBITS to compute the location of the sign bit. 11 VALBITS to compute the location of the sign bit.
5 * event-stream.c (Fcurrent_event_timestamp): Replace incorrect use 12 * event-stream.c (Fcurrent_event_timestamp): Replace incorrect use