| 1 |
|
2000-11-13 Richard Kreckel <kreckel@ginac.de> |
| 2 |
|
|
| 3 |
|
* src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA, |
| 4 |
|
in order to guard against an accidented configuration. |
| 5 |
|
* src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of |
| 6 |
|
struct power_table_entry initialized as ULL instead of as UL, if |
| 7 |
|
intDsize==64 (caused misprinting on MIPS w/ GMP). |
| 8 |
|
* src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if |
| 9 |
|
HAVE_FAST_LONGLONG. |
| 10 |
|
* src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise. |
| 11 |
|
* src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival |
| 12 |
|
generation of Bignum for intDsize==64 and a notreached-check at end. |
| 13 |
|
* autoconf/config.guess, autoconf/config.sub: updated from FSF. |
| 14 |
|
* include/cln/config.h.in: Prepared support for IA64. |
| 15 |
|
* include/cln/types.h: Likewise. |
| 16 |
|
* include/cln/object.h: Likewise. |
| 17 |
|
* include/cln/modules.h: Likewise. |
| 18 |
|
* src/base/cl_macros.h (nonreturning_function): Likewise (NUE's |
| 19 |
|
compiler claims __GNUC_MINOR__==9). |
| 20 |
|
|
| 21 |
|
2000-11-03 Richard Kreckel <kreckel@ginac.de> |
| 22 |
|
|
| 23 |
|
* src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from |
| 24 |
|
HAVE_DD to HAVE_FAST_LONGLONG. |
| 25 |
|
* src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG. |
| 26 |
|
* src/base/cl_low.h: actually no need to include "cln/types.h" here. |
| 27 |
|
* src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD. |
| 28 |
|
* src/base/random/cl_UL_random.cc (random32): a is always ULL. |
| 29 |
|
|
| 30 |
2000-11-01 Richard Kreckel <kreckel@ginac.de> |
2000-11-01 Richard Kreckel <kreckel@ginac.de> |
| 31 |
|
|
| 32 |
* include/cln/object.h (cl_combine): define additional signatures, if |
* include/cln/object.h (cl_combine): define additional signatures, if |