[Ecls-list] Request to mailing list Ecls-list rejected

Gabriel Dos Reis gdr at cs.tamu.edu
Wed Aug 18 02:40:16 UTC 2010


Gabriel Dos Reis <gdr at cs.tamu.edu> writes:

[...]

| Index: big.d
| ===================================================================
| RCS file: /cvsroot/ecls/ecl/src/c/big.d,v
| retrieving revision 1.43
| diff -p -r1.43 big.d
| *** big.d	1 Feb 2010 13:55:16 -0000	1.43
| --- big.d	13 Aug 2010 09:17:09 -0000
| *************** _ecl_fix_times_fix(cl_fixnum x, cl_fixnu
| *** 160,166 ****
|           ECL_WITH_TEMP_BIGNUM(w,4);
|           mpz_set_si(z->big.big_num, x);
|           mpz_set_si(w->big.big_num, y);
| !         mpz_mu(z->big.big_num, z->big.big_num, w->big.big_num);
|   #endif
|           {
|                   cl_object y = big_normalize(z);
| --- 160,166 ----
|           ECL_WITH_TEMP_BIGNUM(w,4);
|           mpz_set_si(z->big.big_num, x);
|           mpz_set_si(w->big.big_num, y);
| !         mpz_mul(z->big.big_num, z->big.big_num, w->big.big_num);
|   #endif
|           {
|                   cl_object y = big_normalize(z);

Hi Juanjo,

I believe the above patch did not make it to the official CVS trunk.
[and this leaves me convinced that ECL_LONG_BITS should go :-)]

-- Gaby




More information about the ecl-devel mailing list