comparison src/ChangeLog @ 2061:b75af0ab66f3

[xemacs-hg @ 2004-05-05 22:09:14 by james] Use DEFINE_BASIC_LRECORD_IMPLEMENTATION for bignum, ratio, and bigfloat.
author james
date Wed, 05 May 2004 22:09:18 +0000
parents 471242c84954
children 00f374c78661
comparison
equal deleted inserted replaced
2060:61e1c92f8f4e 2061:b75af0ab66f3
1 2004-05-05 Jerry James <james@xemacs.org>
2
3 * number.c: Use DEFINE_BASIC_LRECORD_IMPLEMENTATION instead of
4 DEFINE_LRECORD_IMPLEMENTATION for bignum, ratio, and bigfloat.
5 * number.c (bignum_finalize): Remove; we already do this with an
6 ADDITIONAL_FREE macro in alloc.c.
7 * number.c (ratio_finalize): Ditto.
8 * number.c (bigfloat_finalize): Ditto.
9 * number.c (vars_of_number): Put all initialization of
10 Vbigfloat_max_prec here, but leave some commented until we can
11 dump bignums.
12 * number.c (init_number): Remove Vbigfloat_max_prec
13 initialization.
14
1 2004-05-03 Jerry James <james@xemacs.org> 15 2004-05-03 Jerry James <james@xemacs.org>
2 16
3 * floatfns.c (Fexpt): Don't shadow the global symbol exp. 17 * floatfns.c (Fexpt): Don't shadow the global symbol exp.
4 * number.c: Remove unused testing function string_to_bignum and 18 * number.c: Remove unused testing function string_to_bignum and
5 extraneous semicolon; thanks to Vin. 19 extraneous semicolon; thanks to Vin.